HEX: #F9DFEB
RGB: (249,223,235)
#F9DFEB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F9DFEB ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #F9DFEB wird in RGB als (249,223,235) definiert.
RGB: (249,223,235) (98%,87%,92%)
R 249 von 255 = 98%
G 223 von 255 = 87%
B 235 von 255 = 92%
R + G + B ~ 92%. #F9DFEB helle Farbe.
R + G + B =
249 + 223 + 235 = 707 (100%)
R 249 von 707 ~ 35.22%
G 223 von 707 ~ 31.54%
B 235 von 707 ~ 33.24%
Die Farbe #F9DFEB wird in CMYK als (0,10,6,2) definiert.
CMYK: (0,10,6,2) C0M10Y6K2 (0%,10%,6%,2%) (0.00/0.10/0.06/0.02)
F9 | DF | EB | |
---|---|---|---|
RGB | 249 | 223 | 235 |
HSL | 332° | 68.42% | 92.55% |
HSB/HSV | 332° | 10.44% | 97.65% |
CMYK | 0.00% | 10.44% | 5.62% |
2.35% |
Hexadezimal | F9 | DF | EB |
Dezimal | 249 | 223 | 235 |
Binär | 11111001 | 11011111 | 11101011 |
Oktal | 371 | 337 | 353 |
Beispiele css- und html für Elemente in der Farbe #F9DFEB. Bitte benutzen Sie auch rgb(249,223,235) statt hex-Code.
.myTextColor { color: #F9DFEB; }
<p style="color:#F9DFEB">This sample text font color is #F9DFEB.</p>
Die Farbe dieses Textes ist #F9DFEB.
.myBgColor { background-color: #F9DFEB; }
<div style="background-color:#F9DFEB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F9DFEB.
.myBorderColor { border: 1px solid #F9DFEB; }
<div style="border:3px solid #F9DFEB">Div</div>
Die Grenzen von diesem div sind in Farbe #F9DFEB.
.myOpacity80 { color: #F9DFEB; opacity: 0.8; }
<p style="color:#F9DFEB;opacity:0.8;">80%</p>
Text in Farbe #F9DFEB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9DFEB;}
<p style="text-shadow: 3px 3px 1px #F9DFEB">Text here.</p>
Dieser Text hat den Schatten in Farbe #F9DFEB.
.textShadow {text-shadow: 3px 3px 1px #F9DFEB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9DFEB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F9DFEB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9DFEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9DFEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9DFEB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F9DFEB; -webkit-box-shadow: 1px 1px 3px 2px #F9DFEB; box-shadow: 1px 1px 3px 2px #F9DFEB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F9DFEB; -webkit-box-shadow: 1px 1px 3px 2px #F9DFEB; box-shadow:1px 1px 3px 2px #F9DFEB;">
Div content here</div>
Dieser Text ist in der Farbe #F9DFEB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F9DFEB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F9DFEB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F9DFEB.