HEX: #FDC8CC
RGB: (253,200,204)
#FDC8CC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #FDC8CC ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #FDC8CC wird in RGB als (253,200,204) definiert.
RGB: (253,200,204) (99%,78%,80%)
R 253 von 255 = 99%
G 200 von 255 = 78%
B 204 von 255 = 80%
R + G + B ~ 86%. #FDC8CC helle Farbe.
R + G + B =
253 + 200 + 204 = 657 (100%)
R 253 von 657 ~ 38.51%
G 200 von 657 ~ 30.44%
B 204 von 657 ~ 31.05%
Die Farbe #FDC8CC wird in CMYK als (0,21,19,1) definiert.
CMYK: (0,21,19,1) C0M21Y19K1 (0%,21%,19%,1%) (0.00/0.21/0.19/0.01)
FD | C8 | CC | |
---|---|---|---|
RGB | 253 | 200 | 204 |
HSL | 355° | 92.98% | 88.82% |
HSB/HSV | 355° | 20.95% | 99.22% |
CMYK | 0.00% | 20.95% | 19.37% |
0.78% |
Hexadezimal | FD | C8 | CC |
Dezimal | 253 | 200 | 204 |
Binär | 11111101 | 11001000 | 11001100 |
Oktal | 375 | 310 | 314 |
Beispiele css- und html für Elemente in der Farbe #FDC8CC. Bitte benutzen Sie auch rgb(253,200,204) statt hex-Code.
.myTextColor { color: #FDC8CC; }
<p style="color:#FDC8CC">This sample text font color is #FDC8CC.</p>
Die Farbe dieses Textes ist #FDC8CC.
.myBgColor { background-color: #FDC8CC; }
<div style="background-color:#FDC8CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #FDC8CC.
.myBorderColor { border: 1px solid #FDC8CC; }
<div style="border:3px solid #FDC8CC">Div</div>
Die Grenzen von diesem div sind in Farbe #FDC8CC.
.myOpacity80 { color: #FDC8CC; opacity: 0.8; }
<p style="color:#FDC8CC;opacity:0.8;">80%</p>
Text in Farbe #FDC8CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDC8CC;}
<p style="text-shadow: 3px 3px 1px #FDC8CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #FDC8CC.
.textShadow {text-shadow: 3px 3px 1px #FDC8CC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDC8CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #FDC8CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDC8CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDC8CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDC8CC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #FDC8CC; -webkit-box-shadow: 1px 1px 3px 2px #FDC8CC; box-shadow: 1px 1px 3px 2px #FDC8CC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #FDC8CC; -webkit-box-shadow: 1px 1px 3px 2px #FDC8CC; box-shadow:1px 1px 3px 2px #FDC8CC;">
Div content here</div>
Dieser Text ist in der Farbe #FDC8CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #FDC8CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #FDC8CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #FDC8CC.