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