HEX: #F5E6ED
RGB: (245,230,237)
#F5E6ED enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F5E6ED ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #F5E6ED wird in RGB als (245,230,237) definiert.
RGB: (245,230,237)
(96%, 90%, 93%)
R 245 von 255 = 96%
G 230 von 255 = 90%
B 237 von 255 = 93%
R + G + B ~ 93%. #F5E6ED helle Farbe.
R + G + B = 245 + 230 + 237 = 712 (100%)
R 245 von 712 ~ 34.41%
G 230 von 712 ~ 32.3%
B 237 von 712 ~ 33.29'%
Die Farbe #F5E6ED wird in CMYK als (0,6,3,4) definiert.
CMYK: (0,6,3,4)
C0M6Y3K4 (0%, 6%, 3%, 4%)
(0.00 / 0.06 / 0.03 / 0.04)
Farbe #F5E6ED in den populären Farbmodellen.
F5 | E6 | ED | |
---|---|---|---|
RGB | 245 | 230 | 237 |
HSL | 332° | 42.86% | 93.14% |
HSB/HSV | 332° | 6.12% | 96.08% |
CMYK | 0.00% | 6.12% | 3.27% |
3.92% |
Die Farbe #F5E6ED in den populären Zahlensystemen.
Hexadezimal | F5 | E6 | ED |
Dezimal | 245 | 230 | 237 |
Binär | 11110101 | 11100110 | 11101101 |
Oktal | 365 | 346 | 355 |
Dunkle Töne der Farbe #F5E6ED
Helle Töne der Farbe #F5E6ED
Beispiele css- und html für Elemente in der Farbe #F5E6ED. Bitte benutzen Sie auch rgb(245,230,237) statt hex-Code.
.myTextColor { color: #F5E6ED; }
<p style="color:#F5E6ED">This sample text font color is #F5E6ED.</p>
Die Farbe dieses Textes ist #F5E6ED.
.myBgColor { background-color: #F5E6ED; }
<div style="background-color:#F5E6ED">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F5E6ED.
.myBorderColor { border: 1px solid #F5E6ED; }
<div style="border:3px solid #F5E6ED">Div</div>
Die Grenzen von diesem div sind in Farbe #F5E6ED.
.myOpacity80 { color: #F5E6ED; opacity: 0.8; }
<p style="color:#F5E6ED;opacity:0.8;">80%</p>
Text in Farbe #F5E6ED und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5E6ED;}
<p style="text-shadow: 3px 3px 1px #F5E6ED">Text here.</p>
Dieser Text hat den Schatten in Farbe #F5E6ED.
.textShadow {text-shadow: 3px 3px 1px #F5E6ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5E6ED, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F5E6ED und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5E6ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5E6ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5E6ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5E6ED;
-webkit-box-shadow: 1px 1px 3px 2px #F5E6ED;
box-shadow: 1px 1px 3px 2px #F5E6ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5E6ED; -webkit-box-shadow: 1px 1px 3px 2px #F5E6ED; box-shadow:1px 1px 3px 2px #F5E6ED;">
Div content here
</div>
Dieser Text ist in der Farbe #F5E6ED auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F5E6ED auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F5E6ED.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F5E6ED.
Kontrastfarbe für #hex ist #0A1912.