HEX: #F9E1DC
RGB: (249,225,220)
#F9E1DC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F9E1DC ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #F9E1DC wird in RGB als (249,225,220) definiert.
RGB: (249,225,220)
(98%, 88%, 86%)
R 249 von 255 = 98%
G 225 von 255 = 88%
B 220 von 255 = 86%
R + G + B ~ 91%. #F9E1DC helle Farbe.
R + G + B = 249 + 225 + 220 = 694 (100%)
R 249 von 694 ~ 35.88%
G 225 von 694 ~ 32.42%
B 220 von 694 ~ 31.7'%
Die Farbe #F9E1DC wird in CMYK als (0,10,12,2) definiert.
CMYK: (0,10,12,2) C0M10Y12K2 (0%,10%,12%,2%) (0.00/0.10/0.12/0.02)
Farbe #F9E1DC in den populären Farbmodellen.
F9 | E1 | DC | |
---|---|---|---|
RGB | 249 | 225 | 220 |
HSL | 10° | 70.73% | 91.96% |
HSB/HSV | 10° | 11.65% | 97.65% |
CMYK | 0.00% | 9.64% | 11.65% |
2.35% |
Die Farbe #F9E1DC in den populären Zahlensystemen.
Hexadezimal | F9 | E1 | DC |
Dezimal | 249 | 225 | 220 |
Binär | 11111001 | 11100001 | 11011100 |
Oktal | 371 | 341 | 334 |
Dunkle Töne der Farbe #F9E1DC
Helle Töne der Farbe #F9E1DC
Beispiele css- und html für Elemente in der Farbe #F9E1DC. Bitte benutzen Sie auch rgb(249,225,220) statt hex-Code.
.myTextColor { color: #F9E1DC; }
<p style="color:#F9E1DC">This sample text font color is #F9E1DC.</p>
Die Farbe dieses Textes ist #F9E1DC.
.myBgColor { background-color: #F9E1DC; }
<div style="background-color:#F9E1DC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F9E1DC.
.myBorderColor { border: 1px solid #F9E1DC; }
<div style="border:3px solid #F9E1DC">Div</div>
Die Grenzen von diesem div sind in Farbe #F9E1DC.
.myOpacity80 { color: #F9E1DC; opacity: 0.8; }
<p style="color:#F9E1DC;opacity:0.8;">80%</p>
Text in Farbe #F9E1DC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9E1DC;}
<p style="text-shadow: 3px 3px 1px #F9E1DC">Text here.</p>
Dieser Text hat den Schatten in Farbe #F9E1DC.
.textShadow {text-shadow: 3px 3px 1px #F9E1DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9E1DC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F9E1DC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9E1DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9E1DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9E1DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9E1DC;
-webkit-box-shadow: 1px 1px 3px 2px #F9E1DC;
box-shadow: 1px 1px 3px 2px #F9E1DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9E1DC; -webkit-box-shadow: 1px 1px 3px 2px #F9E1DC; box-shadow:1px 1px 3px 2px #F9E1DC;">
Div content here
</div>
Dieser Text ist in der Farbe #F9E1DC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F9E1DC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F9E1DC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F9E1DC.
Kontrastfarbe für #hex ist #061E23.