HEX: #F6FDEE
RGB: (246,253,238)
#F6FDEE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F6FDEE ist eine «websichere» Webfarbe #FFFFFF (oder kurz #FFF).
Die Farbe #F6FDEE wird in RGB als (246,253,238) definiert.
RGB: (246,253,238) (96%,99%,93%)
R 246 von 255 = 96%
G 253 von 255 = 99%
B 238 von 255 = 93%
R + G + B ~ 96%. #F6FDEE helle Farbe.
R + G + B =
246 + 253 + 238 = 737 (100%)
R 246 von 737 ~ 33.38%
G 253 von 737 ~ 34.33%
B 238 von 737 ~ 32.29%
Die Farbe #F6FDEE wird in CMYK als (3,0,6,1) definiert.
CMYK: (3,0,6,1) C3M0Y6K1 (3%,0%,6%,1%) (0.03/0.00/0.06/0.01)
F6 | FD | EE | |
---|---|---|---|
RGB | 246 | 253 | 238 |
HSL | 88° | 78.95% | 96.27% |
HSB/HSV | 88° | 5.93% | 99.22% |
CMYK | 2.77% | 0.00% | 5.93% |
0.78% |
Hexadezimal | F6 | FD | EE |
Dezimal | 246 | 253 | 238 |
Binär | 11110110 | 11111101 | 11101110 |
Oktal | 366 | 375 | 356 |
Beispiele css- und html für Elemente in der Farbe #F6FDEE. Bitte benutzen Sie auch rgb(246,253,238) statt hex-Code.
.myTextColor { color: #F6FDEE; }
<p style="color:#F6FDEE">This sample text font color is #F6FDEE.</p>
Die Farbe dieses Textes ist #F6FDEE.
.myBgColor { background-color: #F6FDEE; }
<div style="background-color:#F6FDEE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F6FDEE.
.myBorderColor { border: 1px solid #F6FDEE; }
<div style="border:3px solid #F6FDEE">Div</div>
Die Grenzen von diesem div sind in Farbe #F6FDEE.
.myOpacity80 { color: #F6FDEE; opacity: 0.8; }
<p style="color:#F6FDEE;opacity:0.8;">80%</p>
Text in Farbe #F6FDEE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6FDEE;}
<p style="text-shadow: 3px 3px 1px #F6FDEE">Text here.</p>
Dieser Text hat den Schatten in Farbe #F6FDEE.
.textShadow {text-shadow: 3px 3px 1px #F6FDEE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6FDEE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F6FDEE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6FDEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6FDEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6FDEE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F6FDEE; -webkit-box-shadow: 1px 1px 3px 2px #F6FDEE; box-shadow: 1px 1px 3px 2px #F6FDEE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F6FDEE; -webkit-box-shadow: 1px 1px 3px 2px #F6FDEE; box-shadow:1px 1px 3px 2px #F6FDEE;">
Div content here</div>
Dieser Text ist in der Farbe #F6FDEE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F6FDEE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F6FDEE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F6FDEE.