HEX: #FEEBEE
RGB: (254,235,238)
#FEEBEE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #FEEBEE ist eine «websichere» Webfarbe #FFFFFF (oder kurz #FFF).
Die Farbe #FEEBEE wird in RGB als (254,235,238) definiert.
RGB: (254,235,238) (100%,92%,93%)
R 254 von 255 = 100%
G 235 von 255 = 92%
B 238 von 255 = 93%
R + G + B ~ 95%. #FEEBEE helle Farbe.
R + G + B =
254 + 235 + 238 = 727 (100%)
R 254 von 727 ~ 34.94%
G 235 von 727 ~ 32.32%
B 238 von 727 ~ 32.74%
Die Farbe #FEEBEE wird in CMYK als (0,7,6,0) definiert.
CMYK: (0,7,6,0) C0M7Y6K0 (0%,7%,6%,0%) (0.00/0.07/0.06/0.00)
FE | EB | EE | |
---|---|---|---|
RGB | 254 | 235 | 238 |
HSL | 351° | 90.48% | 95.88% |
HSB/HSV | 351° | 7.48% | 99.61% |
CMYK | 0.00% | 7.48% | 6.30% |
0.39% |
Hexadezimal | FE | EB | EE |
Dezimal | 254 | 235 | 238 |
Binär | 11111110 | 11101011 | 11101110 |
Oktal | 376 | 353 | 356 |
Beispiele css- und html für Elemente in der Farbe #FEEBEE. Bitte benutzen Sie auch rgb(254,235,238) statt hex-Code.
.myTextColor { color: #FEEBEE; }
<p style="color:#FEEBEE">This sample text font color is #FEEBEE.</p>
Die Farbe dieses Textes ist #FEEBEE.
.myBgColor { background-color: #FEEBEE; }
<div style="background-color:#FEEBEE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #FEEBEE.
.myBorderColor { border: 1px solid #FEEBEE; }
<div style="border:3px solid #FEEBEE">Div</div>
Die Grenzen von diesem div sind in Farbe #FEEBEE.
.myOpacity80 { color: #FEEBEE; opacity: 0.8; }
<p style="color:#FEEBEE;opacity:0.8;">80%</p>
Text in Farbe #FEEBEE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEEBEE;}
<p style="text-shadow: 3px 3px 1px #FEEBEE">Text here.</p>
Dieser Text hat den Schatten in Farbe #FEEBEE.
.textShadow {text-shadow: 3px 3px 1px #FEEBEE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEEBEE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #FEEBEE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEEBEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEEBEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEEBEE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #FEEBEE; -webkit-box-shadow: 1px 1px 3px 2px #FEEBEE; box-shadow: 1px 1px 3px 2px #FEEBEE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #FEEBEE; -webkit-box-shadow: 1px 1px 3px 2px #FEEBEE; box-shadow:1px 1px 3px 2px #FEEBEE;">
Div content here</div>
Dieser Text ist in der Farbe #FEEBEE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #FEEBEE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #FEEBEE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #FEEBEE.