HEX: #F0DCFB
RGB: (240,220,251)
#F0DCFB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F0DCFB ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #F0DCFB wird in RGB als (240,220,251) definiert.
RGB: (240,220,251) (94%,86%,98%)
R 240 von 255 = 94%
G 220 von 255 = 86%
B 251 von 255 = 98%
R + G + B ~ 93%. #F0DCFB helle Farbe.
R + G + B =
240 + 220 + 251 = 711 (100%)
R 240 von 711 ~ 33.76%
G 220 von 711 ~ 30.94%
B 251 von 711 ~ 35.3%
Die Farbe #F0DCFB wird in CMYK als (4,12,0,2) definiert.
CMYK: (4,12,0,2) C4M12Y0K2 (4%,12%,0%,2%) (0.04/0.12/0.00/0.02)
F0 | DC | FB | |
---|---|---|---|
RGB | 240 | 220 | 251 |
HSL | 279° | 79.49% | 92.35% |
HSB/HSV | 279° | 12.35% | 98.43% |
CMYK | 4.38% | 12.35% | 0.00% |
1.57% |
Hexadezimal | F0 | DC | FB |
Dezimal | 240 | 220 | 251 |
Binär | 11110000 | 11011100 | 11111011 |
Oktal | 360 | 334 | 373 |
Beispiele css- und html für Elemente in der Farbe #F0DCFB. Bitte benutzen Sie auch rgb(240,220,251) statt hex-Code.
.myTextColor { color: #F0DCFB; }
<p style="color:#F0DCFB">This sample text font color is #F0DCFB.</p>
Die Farbe dieses Textes ist #F0DCFB.
.myBgColor { background-color: #F0DCFB; }
<div style="background-color:#F0DCFB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F0DCFB.
.myBorderColor { border: 1px solid #F0DCFB; }
<div style="border:3px solid #F0DCFB">Div</div>
Die Grenzen von diesem div sind in Farbe #F0DCFB.
.myOpacity80 { color: #F0DCFB; opacity: 0.8; }
<p style="color:#F0DCFB;opacity:0.8;">80%</p>
Text in Farbe #F0DCFB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0DCFB;}
<p style="text-shadow: 3px 3px 1px #F0DCFB">Text here.</p>
Dieser Text hat den Schatten in Farbe #F0DCFB.
.textShadow {text-shadow: 3px 3px 1px #F0DCFB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0DCFB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F0DCFB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0DCFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0DCFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0DCFB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F0DCFB; -webkit-box-shadow: 1px 1px 3px 2px #F0DCFB; box-shadow: 1px 1px 3px 2px #F0DCFB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F0DCFB; -webkit-box-shadow: 1px 1px 3px 2px #F0DCFB; box-shadow:1px 1px 3px 2px #F0DCFB;">
Div content here</div>
Dieser Text ist in der Farbe #F0DCFB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F0DCFB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F0DCFB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F0DCFB.