HEX: #FFC0CB
RGB: (255,192,203)
Die Farbenname ist Pink. #FFC0CB enthält hauptsächlich rote und blaue Farbe. Für #FFC0CB ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #FFC0CB wird in RGB als (255,192,203) definiert.
RGB: (255,192,203) (100%,75%,80%)
R 255 von 255 = 100%
G 192 von 255 = 75%
B 203 von 255 = 80%
R + G + B ~ 85%. #FFC0CB ziemlich helle Farbe.
R + G + B =
255 + 192 + 203 = 650 (100%)
R 255 von 650 ~ 39.23%
G 192 von 650 ~ 29.54%
B 203 von 650 ~ 31.23%
Die Farbe #FFC0CB wird in CMYK als (0,25,20,0) definiert.
CMYK: (0,25,20,0) C0M25Y20K0 (0%,25%,20%,0%) (0.00/0.25/0.20/0.00)
FF | C0 | CB | |
---|---|---|---|
RGB | 255 | 192 | 203 |
HSL | 350° | 100.00% | 87.65% |
HSB/HSV | 350° | 24.71% | 100.00% |
CMYK | 0.00% | 24.71% | 20.39% |
0.00% |
Hexadezimal | FF | C0 | CB |
Dezimal | 255 | 192 | 203 |
Binär | 11111111 | 11000000 | 11001011 |
Oktal | 377 | 300 | 313 |
Beispiele css- und html für Elemente in der Farbe #FFC0CB. Bitte benutzen Sie auch rgb(255,192,203) statt hex-Code.
.myTextColor { color: #FFC0CB; }
<p style="color:#FFC0CB">This sample text font color is #FFC0CB.</p>
Die Farbe dieses Textes ist #FFC0CB.
.myBgColor { background-color: #FFC0CB; }
<div style="background-color:#FFC0CB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #FFC0CB.
.myBorderColor { border: 1px solid #FFC0CB; }
<div style="border:3px solid #FFC0CB">Div</div>
Die Grenzen von diesem div sind in Farbe #FFC0CB.
.myOpacity80 { color: #FFC0CB; opacity: 0.8; }
<p style="color:#FFC0CB;opacity:0.8;">80%</p>
Text in Farbe #FFC0CB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FFC0CB;}
<p style="text-shadow: 3px 3px 1px #FFC0CB">Text here.</p>
Dieser Text hat den Schatten in Farbe #FFC0CB.
.textShadow {text-shadow: 3px 3px 1px #FFC0CB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FFC0CB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #FFC0CB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFC0CB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FFC0CB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FFC0CB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #FFC0CB; -webkit-box-shadow: 1px 1px 3px 2px #FFC0CB; box-shadow: 1px 1px 3px 2px #FFC0CB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #FFC0CB; -webkit-box-shadow: 1px 1px 3px 2px #FFC0CB; box-shadow:1px 1px 3px 2px #FFC0CB;">
Div content here</div>
Dieser Text ist in der Farbe #FFC0CB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #FFC0CB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #FFC0CB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #FFC0CB.