HEX: #F6E5FB
RGB: (246,229,251)
#F6E5FB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F6E5FB ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #F6E5FB wird in RGB als (246,229,251) definiert.
RGB: (246,229,251)
(96%, 90%, 98%)
R 246 von 255 = 96%
G 229 von 255 = 90%
B 251 von 255 = 98%
R + G + B ~ 95%. #F6E5FB helle Farbe.
R + G + B = 246 + 229 + 251 = 726 (100%)
R 246 von 726 ~ 33.88%
G 229 von 726 ~ 31.54%
B 251 von 726 ~ 34.57'%
Die Farbe #F6E5FB wird in CMYK als (2,9,0,2) definiert.
CMYK: (2,9,0,2)
C2M9Y0K2 (2%, 9%, 0%, 2%)
(0.02 / 0.09 / 0.00 / 0.02)
Farbe #F6E5FB in den populären Farbmodellen.
F6 | E5 | FB | |
---|---|---|---|
RGB | 246 | 229 | 251 |
HSL | 286° | 73.33% | 94.12% |
HSB/HSV | 286° | 8.76% | 98.43% |
CMYK | 1.99% | 8.76% | 0.00% |
1.57% |
Die Farbe #F6E5FB in den populären Zahlensystemen.
Hexadezimal | F6 | E5 | FB |
Dezimal | 246 | 229 | 251 |
Binär | 11110110 | 11100101 | 11111011 |
Oktal | 366 | 345 | 373 |
Dunkle Töne der Farbe #F6E5FB
Helle Töne der Farbe #F6E5FB
Beispiele css- und html für Elemente in der Farbe #F6E5FB. Bitte benutzen Sie auch rgb(246,229,251) statt hex-Code.
.myTextColor { color: #F6E5FB; }
<p style="color:#F6E5FB">This sample text font color is #F6E5FB.</p>
Die Farbe dieses Textes ist #F6E5FB.
.myBgColor { background-color: #F6E5FB; }
<div style="background-color:#F6E5FB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F6E5FB.
.myBorderColor { border: 1px solid #F6E5FB; }
<div style="border:3px solid #F6E5FB">Div</div>
Die Grenzen von diesem div sind in Farbe #F6E5FB.
.myOpacity80 { color: #F6E5FB; opacity: 0.8; }
<p style="color:#F6E5FB;opacity:0.8;">80%</p>
Text in Farbe #F6E5FB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6E5FB;}
<p style="text-shadow: 3px 3px 1px #F6E5FB">Text here.</p>
Dieser Text hat den Schatten in Farbe #F6E5FB.
.textShadow {text-shadow: 3px 3px 1px #F6E5FB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6E5FB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F6E5FB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6E5FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6E5FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6E5FB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6E5FB;
-webkit-box-shadow: 1px 1px 3px 2px #F6E5FB;
box-shadow: 1px 1px 3px 2px #F6E5FB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6E5FB; -webkit-box-shadow: 1px 1px 3px 2px #F6E5FB; box-shadow:1px 1px 3px 2px #F6E5FB;">
Div content here
</div>
Dieser Text ist in der Farbe #F6E5FB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F6E5FB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F6E5FB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F6E5FB.
Kontrastfarbe für #hex ist #091A04.