HEX: #F6EABC
RGB: (246,234,188)
#F6EABC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F6EABC ist eine «websichere» Webfarbe #FFFFCC (oder kurz #FFC).
Die Farbe #F6EABC wird in RGB als (246,234,188) definiert.
RGB: (246,234,188) (96%,92%,74%)
R 246 von 255 = 96%
G 234 von 255 = 92%
B 188 von 255 = 74%
R + G + B ~ 87%. #F6EABC helle Farbe.
R + G + B =
246 + 234 + 188 = 668 (100%)
R 246 von 668 ~ 36.83%
G 234 von 668 ~ 35.03%
B 188 von 668 ~ 28.14%
Die Farbe #F6EABC wird in CMYK als (0,5,24,4) definiert.
CMYK: (0,5,24,4) C0M5Y24K4 (0%,5%,24%,4%) (0.00/0.05/0.24/0.04)
F6 | EA | BC | |
---|---|---|---|
RGB | 246 | 234 | 188 |
HSL | 48° | 76.32% | 85.10% |
HSB/HSV | 48° | 23.58% | 96.47% |
CMYK | 0.00% | 4.88% | 23.58% |
3.53% |
Hexadezimal | F6 | EA | BC |
Dezimal | 246 | 234 | 188 |
Binär | 11110110 | 11101010 | 10111100 |
Oktal | 366 | 352 | 274 |
Beispiele css- und html für Elemente in der Farbe #F6EABC. Bitte benutzen Sie auch rgb(246,234,188) statt hex-Code.
.myTextColor { color: #F6EABC; }
<p style="color:#F6EABC">This sample text font color is #F6EABC.</p>
Die Farbe dieses Textes ist #F6EABC.
.myBgColor { background-color: #F6EABC; }
<div style="background-color:#F6EABC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F6EABC.
.myBorderColor { border: 1px solid #F6EABC; }
<div style="border:3px solid #F6EABC">Div</div>
Die Grenzen von diesem div sind in Farbe #F6EABC.
.myOpacity80 { color: #F6EABC; opacity: 0.8; }
<p style="color:#F6EABC;opacity:0.8;">80%</p>
Text in Farbe #F6EABC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6EABC;}
<p style="text-shadow: 3px 3px 1px #F6EABC">Text here.</p>
Dieser Text hat den Schatten in Farbe #F6EABC.
.textShadow {text-shadow: 3px 3px 1px #F6EABC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6EABC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F6EABC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6EABC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6EABC, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6EABC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F6EABC; -webkit-box-shadow: 1px 1px 3px 2px #F6EABC; box-shadow: 1px 1px 3px 2px #F6EABC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F6EABC; -webkit-box-shadow: 1px 1px 3px 2px #F6EABC; box-shadow:1px 1px 3px 2px #F6EABC;">
Div content here</div>
Dieser Text ist in der Farbe #F6EABC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F6EABC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F6EABC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F6EABC.