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