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