HEX: #FFE4EF
RGB: (255,228,239)
#FFE4EF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #FFE4EF ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #FFE4EF wird in RGB als (255,228,239) definiert.
RGB: (255,228,239) (100%,89%,94%)
R 255 von 255 = 100%
G 228 von 255 = 89%
B 239 von 255 = 94%
R + G + B ~ 94%. #FFE4EF helle Farbe.
R + G + B =
255 + 228 + 239 = 722 (100%)
R 255 von 722 ~ 35.32%
G 228 von 722 ~ 31.58%
B 239 von 722 ~ 33.1%
Die Farbe #FFE4EF wird in CMYK als (0,11,6,0) definiert.
CMYK: (0,11,6,0) C0M11Y6K0 (0%,11%,6%,0%) (0.00/0.11/0.06/0.00)
FF | E4 | EF | |
---|---|---|---|
RGB | 255 | 228 | 239 |
HSL | 336° | 100.00% | 94.71% |
HSB/HSV | 336° | 10.59% | 100.00% |
CMYK | 0.00% | 10.59% | 6.27% |
0.00% |
Hexadezimal | FF | E4 | EF |
Dezimal | 255 | 228 | 239 |
Binär | 11111111 | 11100100 | 11101111 |
Oktal | 377 | 344 | 357 |
Beispiele css- und html für Elemente in der Farbe #FFE4EF. Bitte benutzen Sie auch rgb(255,228,239) statt hex-Code.
.myTextColor { color: #FFE4EF; }
<p style="color:#FFE4EF">This sample text font color is #FFE4EF.</p>
Die Farbe dieses Textes ist #FFE4EF.
.myBgColor { background-color: #FFE4EF; }
<div style="background-color:#FFE4EF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #FFE4EF.
.myBorderColor { border: 1px solid #FFE4EF; }
<div style="border:3px solid #FFE4EF">Div</div>
Die Grenzen von diesem div sind in Farbe #FFE4EF.
.myOpacity80 { color: #FFE4EF; opacity: 0.8; }
<p style="color:#FFE4EF;opacity:0.8;">80%</p>
Text in Farbe #FFE4EF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FFE4EF;}
<p style="text-shadow: 3px 3px 1px #FFE4EF">Text here.</p>
Dieser Text hat den Schatten in Farbe #FFE4EF.
.textShadow {text-shadow: 3px 3px 1px #FFE4EF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FFE4EF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #FFE4EF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFE4EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FFE4EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #FFE4EF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #FFE4EF; -webkit-box-shadow: 1px 1px 3px 2px #FFE4EF; box-shadow: 1px 1px 3px 2px #FFE4EF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #FFE4EF; -webkit-box-shadow: 1px 1px 3px 2px #FFE4EF; box-shadow:1px 1px 3px 2px #FFE4EF;">
Div content here</div>
Dieser Text ist in der Farbe #FFE4EF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #FFE4EF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #FFE4EF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #FFE4EF.