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