HEX: #F8E6CC
RGB: (248,230,204)
#F8E6CC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F8E6CC ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #F8E6CC wird in RGB als (248,230,204) definiert.
RGB: (248,230,204) (97%,90%,80%)
R 248 von 255 = 97%
G 230 von 255 = 90%
B 204 von 255 = 80%
R + G + B ~ 89%. #F8E6CC helle Farbe.
R + G + B =
248 + 230 + 204 = 682 (100%)
R 248 von 682 ~ 36.36%
G 230 von 682 ~ 33.72%
B 204 von 682 ~ 29.91%
Die Farbe #F8E6CC wird in CMYK als (0,7,18,3) definiert.
CMYK: (0,7,18,3) C0M7Y18K3 (0%,7%,18%,3%) (0.00/0.07/0.18/0.03)
F8 | E6 | CC | |
---|---|---|---|
RGB | 248 | 230 | 204 |
HSL | 35° | 75.86% | 88.63% |
HSB/HSV | 35° | 17.74% | 97.25% |
CMYK | 0.00% | 7.26% | 17.74% |
2.75% |
Hexadezimal | F8 | E6 | CC |
Dezimal | 248 | 230 | 204 |
Binär | 11111000 | 11100110 | 11001100 |
Oktal | 370 | 346 | 314 |
Beispiele css- und html für Elemente in der Farbe #F8E6CC. Bitte benutzen Sie auch rgb(248,230,204) statt hex-Code.
.myTextColor { color: #F8E6CC; }
<p style="color:#F8E6CC">This sample text font color is #F8E6CC.</p>
Die Farbe dieses Textes ist #F8E6CC.
.myBgColor { background-color: #F8E6CC; }
<div style="background-color:#F8E6CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F8E6CC.
.myBorderColor { border: 1px solid #F8E6CC; }
<div style="border:3px solid #F8E6CC">Div</div>
Die Grenzen von diesem div sind in Farbe #F8E6CC.
.myOpacity80 { color: #F8E6CC; opacity: 0.8; }
<p style="color:#F8E6CC;opacity:0.8;">80%</p>
Text in Farbe #F8E6CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F8E6CC;}
<p style="text-shadow: 3px 3px 1px #F8E6CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #F8E6CC.
.textShadow {text-shadow: 3px 3px 1px #F8E6CC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F8E6CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F8E6CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F8E6CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F8E6CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #F8E6CC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F8E6CC; -webkit-box-shadow: 1px 1px 3px 2px #F8E6CC; box-shadow: 1px 1px 3px 2px #F8E6CC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F8E6CC; -webkit-box-shadow: 1px 1px 3px 2px #F8E6CC; box-shadow:1px 1px 3px 2px #F8E6CC;">
Div content here</div>
Dieser Text ist in der Farbe #F8E6CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F8E6CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F8E6CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F8E6CC.