HEX: #F6DDEB
RGB: (246,221,235)
#F6DDEB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F6DDEB ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #F6DDEB wird in RGB als (246,221,235) definiert.
RGB: (246,221,235) (96%,87%,92%)
R 246 von 255 = 96%
G 221 von 255 = 87%
B 235 von 255 = 92%
R + G + B ~ 92%. #F6DDEB helle Farbe.
R + G + B =
246 + 221 + 235 = 702 (100%)
R 246 von 702 ~ 35.04%
G 221 von 702 ~ 31.48%
B 235 von 702 ~ 33.48%
Die Farbe #F6DDEB wird in CMYK als (0,10,4,4) definiert.
CMYK: (0,10,4,4) C0M10Y4K4 (0%,10%,4%,4%) (0.00/0.10/0.04/0.04)
F6 | DD | EB | |
---|---|---|---|
RGB | 246 | 221 | 235 |
HSL | 326° | 58.14% | 91.57% |
HSB/HSV | 326° | 10.16% | 96.47% |
CMYK | 0.00% | 10.16% | 4.47% |
3.53% |
Hexadezimal | F6 | DD | EB |
Dezimal | 246 | 221 | 235 |
Binär | 11110110 | 11011101 | 11101011 |
Oktal | 366 | 335 | 353 |
Beispiele css- und html für Elemente in der Farbe #F6DDEB. Bitte benutzen Sie auch rgb(246,221,235) statt hex-Code.
.myTextColor { color: #F6DDEB; }
<p style="color:#F6DDEB">This sample text font color is #F6DDEB.</p>
Die Farbe dieses Textes ist #F6DDEB.
.myBgColor { background-color: #F6DDEB; }
<div style="background-color:#F6DDEB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F6DDEB.
.myBorderColor { border: 1px solid #F6DDEB; }
<div style="border:3px solid #F6DDEB">Div</div>
Die Grenzen von diesem div sind in Farbe #F6DDEB.
.myOpacity80 { color: #F6DDEB; opacity: 0.8; }
<p style="color:#F6DDEB;opacity:0.8;">80%</p>
Text in Farbe #F6DDEB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6DDEB;}
<p style="text-shadow: 3px 3px 1px #F6DDEB">Text here.</p>
Dieser Text hat den Schatten in Farbe #F6DDEB.
.textShadow {text-shadow: 3px 3px 1px #F6DDEB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6DDEB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F6DDEB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6DDEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6DDEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6DDEB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F6DDEB; -webkit-box-shadow: 1px 1px 3px 2px #F6DDEB; box-shadow: 1px 1px 3px 2px #F6DDEB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F6DDEB; -webkit-box-shadow: 1px 1px 3px 2px #F6DDEB; box-shadow:1px 1px 3px 2px #F6DDEB;">
Div content here</div>
Dieser Text ist in der Farbe #F6DDEB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F6DDEB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F6DDEB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F6DDEB.