HEX: #FFB6C1
RGB: (255,182,193)
Die Farbenname ist LightPink. #FFB6C1 enthält hauptsächlich rote Farbe. Für #FFB6C1 ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #FFB6C1 wird in RGB als (255,182,193) definiert.
RGB: (255,182,193) (100%,71%,76%)
R 255 von 255 = 100%
G 182 von 255 = 71%
B 193 von 255 = 76%
R + G + B ~ 82%. #FFB6C1 ziemlich helle Farbe.
R + G + B =
255 + 182 + 193 = 630 (100%)
R 255 von 630 ~ 40.48%
G 182 von 630 ~ 28.89%
B 193 von 630 ~ 30.63%
Die Farbe #FFB6C1 wird in CMYK als (0,29,24,0) definiert.
CMYK: (0,29,24,0) C0M29Y24K0 (0%,29%,24%,0%) (0.00/0.29/0.24/0.00)
FF | B6 | C1 | |
---|---|---|---|
RGB | 255 | 182 | 193 |
HSL | 351° | 100.00% | 85.69% |
HSB/HSV | 351° | 28.63% | 100.00% |
CMYK | 0.00% | 28.63% | 24.31% |
0.00% |
Hexadezimal | FF | B6 | C1 |
Dezimal | 255 | 182 | 193 |
Binär | 11111111 | 10110110 | 11000001 |
Oktal | 377 | 266 | 301 |
Beispiele css- und html für Elemente in der Farbe #FFB6C1. Bitte benutzen Sie auch rgb(255,182,193) statt hex-Code.
.myTextColor { color: #FFB6C1; }
<p style="color:#FFB6C1">This sample text font color is #FFB6C1.</p>
Die Farbe dieses Textes ist #FFB6C1.
.myBgColor { background-color: #FFB6C1; }
<div style="background-color:#FFB6C1">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #FFB6C1.
.myBorderColor { border: 1px solid #FFB6C1; }
<div style="border:3px solid #FFB6C1">Div</div>
Die Grenzen von diesem div sind in Farbe #FFB6C1.
.myOpacity80 { color: #FFB6C1; opacity: 0.8; }
<p style="color:#FFB6C1;opacity:0.8;">80%</p>
Text in Farbe #FFB6C1 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FFB6C1;}
<p style="text-shadow: 3px 3px 1px #FFB6C1">Text here.</p>
Dieser Text hat den Schatten in Farbe #FFB6C1.
.textShadow {text-shadow: 3px 3px 1px #FFB6C1, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FFB6C1, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #FFB6C1 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFB6C1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FFB6C1, Direction=45, Strength=4)">Text</p>
This text has shadow with #FFB6C1 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #FFB6C1; -webkit-box-shadow: 1px 1px 3px 2px #FFB6C1; box-shadow: 1px 1px 3px 2px #FFB6C1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #FFB6C1; -webkit-box-shadow: 1px 1px 3px 2px #FFB6C1; box-shadow:1px 1px 3px 2px #FFB6C1;">
Div content here</div>
Dieser Text ist in der Farbe #FFB6C1 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #FFB6C1 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #FFB6C1.
Dieser Text ist weiß auf dem Hintergrund in Farbe #FFB6C1.