HEX: #FED5DB
RGB: (254,213,219)
#FED5DB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #FED5DB ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #FED5DB wird in RGB als (254,213,219) definiert.
RGB: (254,213,219) (100%,84%,86%)
R 254 von 255 = 100%
G 213 von 255 = 84%
B 219 von 255 = 86%
R + G + B ~ 90%. #FED5DB helle Farbe.
R + G + B =
254 + 213 + 219 = 686 (100%)
R 254 von 686 ~ 37.03%
G 213 von 686 ~ 31.05%
B 219 von 686 ~ 31.92%
Die Farbe #FED5DB wird in CMYK als (0,16,14,0) definiert.
CMYK: (0,16,14,0) C0M16Y14K0 (0%,16%,14%,0%) (0.00/0.16/0.14/0.00)
FE | D5 | DB | |
---|---|---|---|
RGB | 254 | 213 | 219 |
HSL | 351° | 95.35% | 91.57% |
HSB/HSV | 351° | 16.14% | 99.61% |
CMYK | 0.00% | 16.14% | 13.78% |
0.39% |
Hexadezimal | FE | D5 | DB |
Dezimal | 254 | 213 | 219 |
Binär | 11111110 | 11010101 | 11011011 |
Oktal | 376 | 325 | 333 |
Beispiele css- und html für Elemente in der Farbe #FED5DB. Bitte benutzen Sie auch rgb(254,213,219) statt hex-Code.
.myTextColor { color: #FED5DB; }
<p style="color:#FED5DB">This sample text font color is #FED5DB.</p>
Die Farbe dieses Textes ist #FED5DB.
.myBgColor { background-color: #FED5DB; }
<div style="background-color:#FED5DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #FED5DB.
.myBorderColor { border: 1px solid #FED5DB; }
<div style="border:3px solid #FED5DB">Div</div>
Die Grenzen von diesem div sind in Farbe #FED5DB.
.myOpacity80 { color: #FED5DB; opacity: 0.8; }
<p style="color:#FED5DB;opacity:0.8;">80%</p>
Text in Farbe #FED5DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FED5DB;}
<p style="text-shadow: 3px 3px 1px #FED5DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #FED5DB.
.textShadow {text-shadow: 3px 3px 1px #FED5DB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FED5DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #FED5DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FED5DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FED5DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FED5DB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #FED5DB; -webkit-box-shadow: 1px 1px 3px 2px #FED5DB; box-shadow: 1px 1px 3px 2px #FED5DB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #FED5DB; -webkit-box-shadow: 1px 1px 3px 2px #FED5DB; box-shadow:1px 1px 3px 2px #FED5DB;">
Div content here</div>
Dieser Text ist in der Farbe #FED5DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #FED5DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #FED5DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #FED5DB.