HEX: #FCC3EE
RGB: (252,195,238)
#FCC3EE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #FCC3EE ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #FCC3EE wird in RGB als (252,195,238) definiert.
RGB: (252,195,238) (99%,76%,93%)
R 252 von 255 = 99%
G 195 von 255 = 76%
B 238 von 255 = 93%
R + G + B ~ 89%. #FCC3EE helle Farbe.
R + G + B =
252 + 195 + 238 = 685 (100%)
R 252 von 685 ~ 36.79%
G 195 von 685 ~ 28.47%
B 238 von 685 ~ 34.74%
Die Farbe #FCC3EE wird in CMYK als (0,23,6,1) definiert.
CMYK: (0,23,6,1) C0M23Y6K1 (0%,23%,6%,1%) (0.00/0.23/0.06/0.01)
FC | C3 | EE | |
---|---|---|---|
RGB | 252 | 195 | 238 |
HSL | 315° | 90.48% | 87.65% |
HSB/HSV | 315° | 22.62% | 98.82% |
CMYK | 0.00% | 22.62% | 5.56% |
1.18% |
Hexadezimal | FC | C3 | EE |
Dezimal | 252 | 195 | 238 |
Binär | 11111100 | 11000011 | 11101110 |
Oktal | 374 | 303 | 356 |
Beispiele css- und html für Elemente in der Farbe #FCC3EE. Bitte benutzen Sie auch rgb(252,195,238) statt hex-Code.
.myTextColor { color: #FCC3EE; }
<p style="color:#FCC3EE">This sample text font color is #FCC3EE.</p>
Die Farbe dieses Textes ist #FCC3EE.
.myBgColor { background-color: #FCC3EE; }
<div style="background-color:#FCC3EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #FCC3EE.
.myBorderColor { border: 1px solid #FCC3EE; }
<div style="border:3px solid #FCC3EE">Div</div>
Die Grenzen von diesem div sind in Farbe #FCC3EE.
.myOpacity80 { color: #FCC3EE; opacity: 0.8; }
<p style="color:#FCC3EE;opacity:0.8;">80%</p>
Text in Farbe #FCC3EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCC3EE;}
<p style="text-shadow: 3px 3px 1px #FCC3EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #FCC3EE.
.textShadow {text-shadow: 3px 3px 1px #FCC3EE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCC3EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #FCC3EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCC3EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCC3EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCC3EE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #FCC3EE; -webkit-box-shadow: 1px 1px 3px 2px #FCC3EE; box-shadow: 1px 1px 3px 2px #FCC3EE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #FCC3EE; -webkit-box-shadow: 1px 1px 3px 2px #FCC3EE; box-shadow:1px 1px 3px 2px #FCC3EE;">
Div content here</div>
Dieser Text ist in der Farbe #FCC3EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #FCC3EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #FCC3EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #FCC3EE.