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