HEX: #FAE5EC
RGB: (250,229,236)
#FAE5EC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #FAE5EC ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #FAE5EC wird in RGB als (250,229,236) definiert.
RGB: (250,229,236)
(98%, 90%, 93%)
R 250 von 255 = 98%
G 229 von 255 = 90%
B 236 von 255 = 93%
R + G + B ~ 94%. #FAE5EC helle Farbe.
R + G + B = 250 + 229 + 236 = 715 (100%)
R 250 von 715 ~ 34.97%
G 229 von 715 ~ 32.03%
B 236 von 715 ~ 33.01'%
Die Farbe #FAE5EC wird in CMYK als (0,8,6,2) definiert.
CMYK: (0,8,6,2) C0M8Y6K2 (0%,8%,6%,2%) (0.00/0.08/0.06/0.02)
Farbe #FAE5EC in den populären Farbmodellen.
FA | E5 | EC | |
---|---|---|---|
RGB | 250 | 229 | 236 |
HSL | 340° | 67.74% | 93.92% |
HSB/HSV | 340° | 8.40% | 98.04% |
CMYK | 0.00% | 8.40% | 5.60% |
1.96% |
Die Farbe #FAE5EC in den populären Zahlensystemen.
Hexadezimal | FA | E5 | EC |
Dezimal | 250 | 229 | 236 |
Binär | 11111010 | 11100101 | 11101100 |
Oktal | 372 | 345 | 354 |
Dunkle Töne der Farbe #FAE5EC
Helle Töne der Farbe #FAE5EC
Beispiele css- und html für Elemente in der Farbe #FAE5EC. Bitte benutzen Sie auch rgb(250,229,236) statt hex-Code.
.myTextColor { color: #FAE5EC; }
<p style="color:#FAE5EC">This sample text font color is #FAE5EC.</p>
Die Farbe dieses Textes ist #FAE5EC.
.myBgColor { background-color: #FAE5EC; }
<div style="background-color:#FAE5EC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #FAE5EC.
.myBorderColor { border: 1px solid #FAE5EC; }
<div style="border:3px solid #FAE5EC">Div</div>
Die Grenzen von diesem div sind in Farbe #FAE5EC.
.myOpacity80 { color: #FAE5EC; opacity: 0.8; }
<p style="color:#FAE5EC;opacity:0.8;">80%</p>
Text in Farbe #FAE5EC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAE5EC;}
<p style="text-shadow: 3px 3px 1px #FAE5EC">Text here.</p>
Dieser Text hat den Schatten in Farbe #FAE5EC.
.textShadow {text-shadow: 3px 3px 1px #FAE5EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAE5EC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #FAE5EC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAE5EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAE5EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAE5EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAE5EC;
-webkit-box-shadow: 1px 1px 3px 2px #FAE5EC;
box-shadow: 1px 1px 3px 2px #FAE5EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAE5EC; -webkit-box-shadow: 1px 1px 3px 2px #FAE5EC; box-shadow:1px 1px 3px 2px #FAE5EC;">
Div content here
</div>
Dieser Text ist in der Farbe #FAE5EC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #FAE5EC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #FAE5EC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #FAE5EC.
Kontrastfarbe für #hex ist #051A13.