HEX: #F9CBCC
RGB: (249,203,204)
#F9CBCC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F9CBCC ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #F9CBCC wird in RGB als (249,203,204) definiert.
RGB: (249,203,204) (98%,80%,80%)
R 249 von 255 = 98%
G 203 von 255 = 80%
B 204 von 255 = 80%
R + G + B ~ 86%. #F9CBCC helle Farbe.
R + G + B =
249 + 203 + 204 = 656 (100%)
R 249 von 656 ~ 37.96%
G 203 von 656 ~ 30.95%
B 204 von 656 ~ 31.1%
Die Farbe #F9CBCC wird in CMYK als (0,18,18,2) definiert.
CMYK: (0,18,18,2) C0M18Y18K2 (0%,18%,18%,2%) (0.00/0.18/0.18/0.02)
F9 | CB | CC | |
---|---|---|---|
RGB | 249 | 203 | 204 |
HSL | 359° | 79.31% | 88.63% |
HSB/HSV | 359° | 18.47% | 97.65% |
CMYK | 0.00% | 18.47% | 18.07% |
2.35% |
Hexadezimal | F9 | CB | CC |
Dezimal | 249 | 203 | 204 |
Binär | 11111001 | 11001011 | 11001100 |
Oktal | 371 | 313 | 314 |
Beispiele css- und html für Elemente in der Farbe #F9CBCC. Bitte benutzen Sie auch rgb(249,203,204) statt hex-Code.
.myTextColor { color: #F9CBCC; }
<p style="color:#F9CBCC">This sample text font color is #F9CBCC.</p>
Die Farbe dieses Textes ist #F9CBCC.
.myBgColor { background-color: #F9CBCC; }
<div style="background-color:#F9CBCC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F9CBCC.
.myBorderColor { border: 1px solid #F9CBCC; }
<div style="border:3px solid #F9CBCC">Div</div>
Die Grenzen von diesem div sind in Farbe #F9CBCC.
.myOpacity80 { color: #F9CBCC; opacity: 0.8; }
<p style="color:#F9CBCC;opacity:0.8;">80%</p>
Text in Farbe #F9CBCC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9CBCC;}
<p style="text-shadow: 3px 3px 1px #F9CBCC">Text here.</p>
Dieser Text hat den Schatten in Farbe #F9CBCC.
.textShadow {text-shadow: 3px 3px 1px #F9CBCC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9CBCC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F9CBCC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9CBCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9CBCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9CBCC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F9CBCC; -webkit-box-shadow: 1px 1px 3px 2px #F9CBCC; box-shadow: 1px 1px 3px 2px #F9CBCC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F9CBCC; -webkit-box-shadow: 1px 1px 3px 2px #F9CBCC; box-shadow:1px 1px 3px 2px #F9CBCC;">
Div content here</div>
Dieser Text ist in der Farbe #F9CBCC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F9CBCC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F9CBCC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F9CBCC.