HEX: #F6F8FF
RGB: (246,248,255)
#F6F8FF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F6F8FF ist eine «websichere» Webfarbe #FFFFFF (oder kurz #FFF).
Die Farbe #F6F8FF wird in RGB als (246,248,255) definiert.
RGB: (246,248,255) (96%,97%,100%)
R 246 von 255 = 96%
G 248 von 255 = 97%
B 255 von 255 = 100%
R + G + B ~ 98%. #F6F8FF helle Farbe.
R + G + B =
246 + 248 + 255 = 749 (100%)
R 246 von 749 ~ 32.84%
G 248 von 749 ~ 33.11%
B 255 von 749 ~ 34.05%
Die Farbe #F6F8FF wird in CMYK als (4,3,0,0) definiert.
CMYK: (4,3,0,0) C4M3Y0K0 (4%,3%,0%,0%) (0.04/0.03/0.00/0.00)
F6 | F8 | FF | |
---|---|---|---|
RGB | 246 | 248 | 255 |
HSL | 227° | 100.00% | 98.24% |
HSB/HSV | 227° | 3.53% | 100.00% |
CMYK | 3.53% | 2.75% | 0.00% |
0.00% |
Hexadezimal | F6 | F8 | FF |
Dezimal | 246 | 248 | 255 |
Binär | 11110110 | 11111000 | 11111111 |
Oktal | 366 | 370 | 377 |
Beispiele css- und html für Elemente in der Farbe #F6F8FF. Bitte benutzen Sie auch rgb(246,248,255) statt hex-Code.
.myTextColor { color: #F6F8FF; }
<p style="color:#F6F8FF">This sample text font color is #F6F8FF.</p>
Die Farbe dieses Textes ist #F6F8FF.
.myBgColor { background-color: #F6F8FF; }
<div style="background-color:#F6F8FF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F6F8FF.
.myBorderColor { border: 1px solid #F6F8FF; }
<div style="border:3px solid #F6F8FF">Div</div>
Die Grenzen von diesem div sind in Farbe #F6F8FF.
.myOpacity80 { color: #F6F8FF; opacity: 0.8; }
<p style="color:#F6F8FF;opacity:0.8;">80%</p>
Text in Farbe #F6F8FF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6F8FF;}
<p style="text-shadow: 3px 3px 1px #F6F8FF">Text here.</p>
Dieser Text hat den Schatten in Farbe #F6F8FF.
.textShadow {text-shadow: 3px 3px 1px #F6F8FF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6F8FF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F6F8FF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6F8FF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6F8FF, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6F8FF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F6F8FF; -webkit-box-shadow: 1px 1px 3px 2px #F6F8FF; box-shadow: 1px 1px 3px 2px #F6F8FF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F6F8FF; -webkit-box-shadow: 1px 1px 3px 2px #F6F8FF; box-shadow:1px 1px 3px 2px #F6F8FF;">
Div content here</div>
Dieser Text ist in der Farbe #F6F8FF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F6F8FF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F6F8FF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F6F8FF.