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