HEX: #F6E2CB
RGB: (246,226,203)
#F6E2CB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F6E2CB ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #F6E2CB wird in RGB als (246,226,203) definiert.
RGB: (246,226,203)
(96%, 89%, 80%)
R 246 von 255 = 96%
G 226 von 255 = 89%
B 203 von 255 = 80%
R + G + B ~ 88%. #F6E2CB helle Farbe.
R + G + B = 246 + 226 + 203 = 675 (100%)
R 246 von 675 ~ 36.44%
G 226 von 675 ~ 33.48%
B 203 von 675 ~ 30.07'%
Die Farbe #F6E2CB wird in CMYK als (0,8,17,4) definiert.
CMYK: (0,8,17,4)
C0M8Y17K4 (0%, 8%, 17%, 4%)
(0.00 / 0.08 / 0.17 / 0.04)
Farbe #F6E2CB in den populären Farbmodellen.
F6 | E2 | CB | |
---|---|---|---|
RGB | 246 | 226 | 203 |
HSL | 32° | 70.49% | 88.04% |
HSB/HSV | 32° | 17.48% | 96.47% |
CMYK | 0.00% | 8.13% | 17.48% |
3.53% |
Die Farbe #F6E2CB in den populären Zahlensystemen.
Hexadezimal | F6 | E2 | CB |
Dezimal | 246 | 226 | 203 |
Binär | 11110110 | 11100010 | 11001011 |
Oktal | 366 | 342 | 313 |
Dunkle Töne der Farbe #F6E2CB
Helle Töne der Farbe #F6E2CB
Beispiele css- und html für Elemente in der Farbe #F6E2CB. Bitte benutzen Sie auch rgb(246,226,203) statt hex-Code.
.myTextColor { color: #F6E2CB; }
<p style="color:#F6E2CB">This sample text font color is #F6E2CB.</p>
Die Farbe dieses Textes ist #F6E2CB.
.myBgColor { background-color: #F6E2CB; }
<div style="background-color:#F6E2CB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F6E2CB.
.myBorderColor { border: 1px solid #F6E2CB; }
<div style="border:3px solid #F6E2CB">Div</div>
Die Grenzen von diesem div sind in Farbe #F6E2CB.
.myOpacity80 { color: #F6E2CB; opacity: 0.8; }
<p style="color:#F6E2CB;opacity:0.8;">80%</p>
Text in Farbe #F6E2CB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6E2CB;}
<p style="text-shadow: 3px 3px 1px #F6E2CB">Text here.</p>
Dieser Text hat den Schatten in Farbe #F6E2CB.
.textShadow {text-shadow: 3px 3px 1px #F6E2CB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6E2CB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F6E2CB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6E2CB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6E2CB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6E2CB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6E2CB;
-webkit-box-shadow: 1px 1px 3px 2px #F6E2CB;
box-shadow: 1px 1px 3px 2px #F6E2CB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6E2CB; -webkit-box-shadow: 1px 1px 3px 2px #F6E2CB; box-shadow:1px 1px 3px 2px #F6E2CB;">
Div content here
</div>
Dieser Text ist in der Farbe #F6E2CB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F6E2CB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F6E2CB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F6E2CB.
Kontrastfarbe für #hex ist #091D34.