HEX: #F9E0ED
RGB: (249,224,237)
#F9E0ED enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F9E0ED ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #F9E0ED wird in RGB als (249,224,237) definiert.
RGB: (249,224,237) (98%,88%,93%)
R 249 von 255 = 98%
G 224 von 255 = 88%
B 237 von 255 = 93%
R + G + B ~ 93%. #F9E0ED helle Farbe.
R + G + B =
249 + 224 + 237 = 710 (100%)
R 249 von 710 ~ 35.07%
G 224 von 710 ~ 31.55%
B 237 von 710 ~ 33.38%
Die Farbe #F9E0ED wird in CMYK als (0,10,5,2) definiert.
CMYK: (0,10,5,2) C0M10Y5K2 (0%,10%,5%,2%) (0.00/0.10/0.05/0.02)
F9 | E0 | ED | |
---|---|---|---|
RGB | 249 | 224 | 237 |
HSL | 329° | 67.57% | 92.75% |
HSB/HSV | 329° | 10.04% | 97.65% |
CMYK | 0.00% | 10.04% | 4.82% |
2.35% |
Hexadezimal | F9 | E0 | ED |
Dezimal | 249 | 224 | 237 |
Binär | 11111001 | 11100000 | 11101101 |
Oktal | 371 | 340 | 355 |
Beispiele css- und html für Elemente in der Farbe #F9E0ED. Bitte benutzen Sie auch rgb(249,224,237) statt hex-Code.
.myTextColor { color: #F9E0ED; }
<p style="color:#F9E0ED">This sample text font color is #F9E0ED.</p>
Die Farbe dieses Textes ist #F9E0ED.
.myBgColor { background-color: #F9E0ED; }
<div style="background-color:#F9E0ED">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F9E0ED.
.myBorderColor { border: 1px solid #F9E0ED; }
<div style="border:3px solid #F9E0ED">Div</div>
Die Grenzen von diesem div sind in Farbe #F9E0ED.
.myOpacity80 { color: #F9E0ED; opacity: 0.8; }
<p style="color:#F9E0ED;opacity:0.8;">80%</p>
Text in Farbe #F9E0ED und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9E0ED;}
<p style="text-shadow: 3px 3px 1px #F9E0ED">Text here.</p>
Dieser Text hat den Schatten in Farbe #F9E0ED.
.textShadow {text-shadow: 3px 3px 1px #F9E0ED, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9E0ED, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F9E0ED und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9E0ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9E0ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9E0ED and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F9E0ED; -webkit-box-shadow: 1px 1px 3px 2px #F9E0ED; box-shadow: 1px 1px 3px 2px #F9E0ED; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F9E0ED; -webkit-box-shadow: 1px 1px 3px 2px #F9E0ED; box-shadow:1px 1px 3px 2px #F9E0ED;">
Div content here</div>
Dieser Text ist in der Farbe #F9E0ED auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F9E0ED auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F9E0ED.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F9E0ED.