HEX: #FCEBFB
RGB: (252,235,251)
#FCEBFB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #FCEBFB ist eine «websichere» Webfarbe #FFFFFF (oder kurz #FFF).
Die Farbe #FCEBFB wird in RGB als (252,235,251) definiert.
RGB: (252,235,251) (99%,92%,98%)
R 252 von 255 = 99%
G 235 von 255 = 92%
B 251 von 255 = 98%
R + G + B ~ 96%. #FCEBFB helle Farbe.
R + G + B =
252 + 235 + 251 = 738 (100%)
R 252 von 738 ~ 34.15%
G 235 von 738 ~ 31.84%
B 251 von 738 ~ 34.01%
Die Farbe #FCEBFB wird in CMYK als (0,7,0,1) definiert.
CMYK: (0,7,0,1) C0M7Y0K1 (0%,7%,0%,1%) (0.00/0.07/0.00/0.01)
FC | EB | FB | |
---|---|---|---|
RGB | 252 | 235 | 251 |
HSL | 304° | 73.91% | 95.49% |
HSB/HSV | 304° | 6.75% | 98.82% |
CMYK | 0.00% | 6.75% | 0.40% |
1.18% |
Hexadezimal | FC | EB | FB |
Dezimal | 252 | 235 | 251 |
Binär | 11111100 | 11101011 | 11111011 |
Oktal | 374 | 353 | 373 |
Beispiele css- und html für Elemente in der Farbe #FCEBFB. Bitte benutzen Sie auch rgb(252,235,251) statt hex-Code.
.myTextColor { color: #FCEBFB; }
<p style="color:#FCEBFB">This sample text font color is #FCEBFB.</p>
Die Farbe dieses Textes ist #FCEBFB.
.myBgColor { background-color: #FCEBFB; }
<div style="background-color:#FCEBFB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #FCEBFB.
.myBorderColor { border: 1px solid #FCEBFB; }
<div style="border:3px solid #FCEBFB">Div</div>
Die Grenzen von diesem div sind in Farbe #FCEBFB.
.myOpacity80 { color: #FCEBFB; opacity: 0.8; }
<p style="color:#FCEBFB;opacity:0.8;">80%</p>
Text in Farbe #FCEBFB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCEBFB;}
<p style="text-shadow: 3px 3px 1px #FCEBFB">Text here.</p>
Dieser Text hat den Schatten in Farbe #FCEBFB.
.textShadow {text-shadow: 3px 3px 1px #FCEBFB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCEBFB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #FCEBFB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCEBFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCEBFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCEBFB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #FCEBFB; -webkit-box-shadow: 1px 1px 3px 2px #FCEBFB; box-shadow: 1px 1px 3px 2px #FCEBFB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #FCEBFB; -webkit-box-shadow: 1px 1px 3px 2px #FCEBFB; box-shadow:1px 1px 3px 2px #FCEBFB;">
Div content here</div>
Dieser Text ist in der Farbe #FCEBFB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #FCEBFB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #FCEBFB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #FCEBFB.