HEX: #F6CEBE
RGB: (246,206,190)
#F6CEBE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F6CEBE ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #F6CEBE wird in RGB als (246,206,190) definiert.
RGB: (246,206,190)
(96%, 81%, 75%)
R 246 von 255 = 96%
G 206 von 255 = 81%
B 190 von 255 = 75%
R + G + B ~ 84%. #F6CEBE ziemlich helle Farbe.
R + G + B = 246 + 206 + 190 = 642 (100%)
R 246 von 642 ~ 38.32%
G 206 von 642 ~ 32.09%
B 190 von 642 ~ 29.6'%
Die Farbe #F6CEBE wird in CMYK als (0,16,23,4) definiert.
CMYK: (0,16,23,4) C0M16Y23K4 (0%,16%,23%,4%) (0.00/0.16/0.23/0.04)
Farbe #F6CEBE in den populären Farbmodellen.
F6 | CE | BE | |
---|---|---|---|
RGB | 246 | 206 | 190 |
HSL | 17° | 75.68% | 85.49% |
HSB/HSV | 17° | 22.76% | 96.47% |
CMYK | 0.00% | 16.26% | 22.76% |
3.53% |
Die Farbe #F6CEBE in den populären Zahlensystemen.
Hexadezimal | F6 | CE | BE |
Dezimal | 246 | 206 | 190 |
Binär | 11110110 | 11001110 | 10111110 |
Oktal | 366 | 316 | 276 |
Dunkle Töne der Farbe #F6CEBE
Helle Töne der Farbe #F6CEBE
Beispiele css- und html für Elemente in der Farbe #F6CEBE. Bitte benutzen Sie auch rgb(246,206,190) statt hex-Code.
.myTextColor { color: #F6CEBE; }
<p style="color:#F6CEBE">This sample text font color is #F6CEBE.</p>
Die Farbe dieses Textes ist #F6CEBE.
.myBgColor { background-color: #F6CEBE; }
<div style="background-color:#F6CEBE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F6CEBE.
.myBorderColor { border: 1px solid #F6CEBE; }
<div style="border:3px solid #F6CEBE">Div</div>
Die Grenzen von diesem div sind in Farbe #F6CEBE.
.myOpacity80 { color: #F6CEBE; opacity: 0.8; }
<p style="color:#F6CEBE;opacity:0.8;">80%</p>
Text in Farbe #F6CEBE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6CEBE;}
<p style="text-shadow: 3px 3px 1px #F6CEBE">Text here.</p>
Dieser Text hat den Schatten in Farbe #F6CEBE.
.textShadow {text-shadow: 3px 3px 1px #F6CEBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6CEBE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F6CEBE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6CEBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6CEBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6CEBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6CEBE;
-webkit-box-shadow: 1px 1px 3px 2px #F6CEBE;
box-shadow: 1px 1px 3px 2px #F6CEBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6CEBE; -webkit-box-shadow: 1px 1px 3px 2px #F6CEBE; box-shadow:1px 1px 3px 2px #F6CEBE;">
Div content here
</div>
Dieser Text ist in der Farbe #F6CEBE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F6CEBE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F6CEBE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F6CEBE.
Kontrastfarbe für #hex ist #093141.