HEX: #F6FCEE
RGB: (246,252,238)
#F6FCEE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F6FCEE ist eine «websichere» Webfarbe #FFFFFF (oder kurz #FFF).
Die Farbe #F6FCEE wird in RGB als (246,252,238) definiert.
RGB: (246,252,238)
(96%, 99%, 93%)
R 246 von 255 = 96%
G 252 von 255 = 99%
B 238 von 255 = 93%
R + G + B ~ 96%. #F6FCEE helle Farbe.
R + G + B = 246 + 252 + 238 = 736 (100%)
R 246 von 736 ~ 33.42%
G 252 von 736 ~ 34.24%
B 238 von 736 ~ 32.34'%
Die Farbe #F6FCEE wird in CMYK als (2,0,6,1) definiert.
CMYK: (2,0,6,1)
C2M0Y6K1 (2%, 0%, 6%, 1%)
(0.02 / 0.00 / 0.06 / 0.01)
Farbe #F6FCEE in den populären Farbmodellen.
F6 | FC | EE | |
---|---|---|---|
RGB | 246 | 252 | 238 |
HSL | 86° | 70.00% | 96.08% |
HSB/HSV | 86° | 5.56% | 98.82% |
CMYK | 2.38% | 0.00% | 5.56% |
1.18% |
Die Farbe #F6FCEE in den populären Zahlensystemen.
Hexadezimal | F6 | FC | EE |
Dezimal | 246 | 252 | 238 |
Binär | 11110110 | 11111100 | 11101110 |
Oktal | 366 | 374 | 356 |
Dunkle Töne der Farbe #F6FCEE
Helle Töne der Farbe #F6FCEE
Beispiele css- und html für Elemente in der Farbe #F6FCEE. Bitte benutzen Sie auch rgb(246,252,238) statt hex-Code.
.myTextColor { color: #F6FCEE; }
<p style="color:#F6FCEE">This sample text font color is #F6FCEE.</p>
Die Farbe dieses Textes ist #F6FCEE.
.myBgColor { background-color: #F6FCEE; }
<div style="background-color:#F6FCEE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F6FCEE.
.myBorderColor { border: 1px solid #F6FCEE; }
<div style="border:3px solid #F6FCEE">Div</div>
Die Grenzen von diesem div sind in Farbe #F6FCEE.
.myOpacity80 { color: #F6FCEE; opacity: 0.8; }
<p style="color:#F6FCEE;opacity:0.8;">80%</p>
Text in Farbe #F6FCEE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6FCEE;}
<p style="text-shadow: 3px 3px 1px #F6FCEE">Text here.</p>
Dieser Text hat den Schatten in Farbe #F6FCEE.
.textShadow {text-shadow: 3px 3px 1px #F6FCEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6FCEE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F6FCEE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6FCEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6FCEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6FCEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6FCEE;
-webkit-box-shadow: 1px 1px 3px 2px #F6FCEE;
box-shadow: 1px 1px 3px 2px #F6FCEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6FCEE; -webkit-box-shadow: 1px 1px 3px 2px #F6FCEE; box-shadow:1px 1px 3px 2px #F6FCEE;">
Div content here
</div>
Dieser Text ist in der Farbe #F6FCEE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F6FCEE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F6FCEE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F6FCEE.
Kontrastfarbe für #hex ist #090311.