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