HEX: #FED6D3
RGB: (254,214,211)
#FED6D3 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #FED6D3 ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #FED6D3 wird in RGB als (254,214,211) definiert.
RGB: (254,214,211) (100%,84%,83%)
R 254 von 255 = 100%
G 214 von 255 = 84%
B 211 von 255 = 83%
R + G + B ~ 89%. #FED6D3 helle Farbe.
R + G + B =
254 + 214 + 211 = 679 (100%)
R 254 von 679 ~ 37.41%
G 214 von 679 ~ 31.52%
B 211 von 679 ~ 31.08%
Die Farbe #FED6D3 wird in CMYK als (0,16,17,0) definiert.
CMYK: (0,16,17,0) C0M16Y17K0 (0%,16%,17%,0%) (0.00/0.16/0.17/0.00)
FE | D6 | D3 | |
---|---|---|---|
RGB | 254 | 214 | 211 |
HSL | 4° | 95.56% | 91.18% |
HSB/HSV | 4° | 16.93% | 99.61% |
CMYK | 0.00% | 15.75% | 16.93% |
0.39% |
Hexadezimal | FE | D6 | D3 |
Dezimal | 254 | 214 | 211 |
Binär | 11111110 | 11010110 | 11010011 |
Oktal | 376 | 326 | 323 |
Beispiele css- und html für Elemente in der Farbe #FED6D3. Bitte benutzen Sie auch rgb(254,214,211) statt hex-Code.
.myTextColor { color: #FED6D3; }
<p style="color:#FED6D3">This sample text font color is #FED6D3.</p>
Die Farbe dieses Textes ist #FED6D3.
.myBgColor { background-color: #FED6D3; }
<div style="background-color:#FED6D3">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #FED6D3.
.myBorderColor { border: 1px solid #FED6D3; }
<div style="border:3px solid #FED6D3">Div</div>
Die Grenzen von diesem div sind in Farbe #FED6D3.
.myOpacity80 { color: #FED6D3; opacity: 0.8; }
<p style="color:#FED6D3;opacity:0.8;">80%</p>
Text in Farbe #FED6D3 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FED6D3;}
<p style="text-shadow: 3px 3px 1px #FED6D3">Text here.</p>
Dieser Text hat den Schatten in Farbe #FED6D3.
.textShadow {text-shadow: 3px 3px 1px #FED6D3, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FED6D3, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #FED6D3 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FED6D3, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FED6D3, Direction=45, Strength=4)">Text</p>
This text has shadow with #FED6D3 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #FED6D3; -webkit-box-shadow: 1px 1px 3px 2px #FED6D3; box-shadow: 1px 1px 3px 2px #FED6D3; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #FED6D3; -webkit-box-shadow: 1px 1px 3px 2px #FED6D3; box-shadow:1px 1px 3px 2px #FED6D3;">
Div content here</div>
Dieser Text ist in der Farbe #FED6D3 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #FED6D3 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #FED6D3.
Dieser Text ist weiß auf dem Hintergrund in Farbe #FED6D3.