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