HEX: #FBCCEB
RGB: (251,204,235)
#FBCCEB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #FBCCEB ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #FBCCEB wird in RGB als (251,204,235) definiert.
RGB: (251,204,235) (98%,80%,92%)
R 251 von 255 = 98%
G 204 von 255 = 80%
B 235 von 255 = 92%
R + G + B ~ 90%. #FBCCEB helle Farbe.
R + G + B =
251 + 204 + 235 = 690 (100%)
R 251 von 690 ~ 36.38%
G 204 von 690 ~ 29.57%
B 235 von 690 ~ 34.06%
Die Farbe #FBCCEB wird in CMYK als (0,19,6,2) definiert.
CMYK: (0,19,6,2) C0M19Y6K2 (0%,19%,6%,2%) (0.00/0.19/0.06/0.02)
FB | CC | EB | |
---|---|---|---|
RGB | 251 | 204 | 235 |
HSL | 320° | 85.45% | 89.22% |
HSB/HSV | 320° | 18.73% | 98.43% |
CMYK | 0.00% | 18.73% | 6.37% |
1.57% |
Hexadezimal | FB | CC | EB |
Dezimal | 251 | 204 | 235 |
Binär | 11111011 | 11001100 | 11101011 |
Oktal | 373 | 314 | 353 |
Beispiele css- und html für Elemente in der Farbe #FBCCEB. Bitte benutzen Sie auch rgb(251,204,235) statt hex-Code.
.myTextColor { color: #FBCCEB; }
<p style="color:#FBCCEB">This sample text font color is #FBCCEB.</p>
Die Farbe dieses Textes ist #FBCCEB.
.myBgColor { background-color: #FBCCEB; }
<div style="background-color:#FBCCEB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #FBCCEB.
.myBorderColor { border: 1px solid #FBCCEB; }
<div style="border:3px solid #FBCCEB">Div</div>
Die Grenzen von diesem div sind in Farbe #FBCCEB.
.myOpacity80 { color: #FBCCEB; opacity: 0.8; }
<p style="color:#FBCCEB;opacity:0.8;">80%</p>
Text in Farbe #FBCCEB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FBCCEB;}
<p style="text-shadow: 3px 3px 1px #FBCCEB">Text here.</p>
Dieser Text hat den Schatten in Farbe #FBCCEB.
.textShadow {text-shadow: 3px 3px 1px #FBCCEB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FBCCEB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #FBCCEB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FBCCEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FBCCEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FBCCEB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #FBCCEB; -webkit-box-shadow: 1px 1px 3px 2px #FBCCEB; box-shadow: 1px 1px 3px 2px #FBCCEB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #FBCCEB; -webkit-box-shadow: 1px 1px 3px 2px #FBCCEB; box-shadow:1px 1px 3px 2px #FBCCEB;">
Div content here</div>
Dieser Text ist in der Farbe #FBCCEB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #FBCCEB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #FBCCEB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #FBCCEB.