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