HEX: #FFCCFF
RGB: (255,204,255)
#FFCCFF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Die Farbe #FFCCFF ist «eine websichere» Webfarbe. Sie kann kurz als #FCF geschrieben werden.
Die Farbe #FFCCFF wird in RGB als (255,204,255) definiert.
RGB: (255,204,255)
(100%, 80%, 100%)
R 255 von 255 = 100%
G 204 von 255 = 80%
B 255 von 255 = 100%
R + G + B ~ 93%. #FFCCFF helle Farbe.
R + G + B = 255 + 204 + 255 = 714 (100%)
R 255 von 714 ~ 35.71%
G 204 von 714 ~ 28.57%
B 255 von 714 ~ 35.71'%
Die Farbe #FFCCFF wird in CMYK als (0,20,0,0) definiert.
CMYK: (0,20,0,0) C0M20Y0K0 (0%,20%,0%,0%) (0.00/0.20/0.00/0.00)
Farbe #FFCCFF in den populären Farbmodellen.
FF | CC | FF | |
---|---|---|---|
RGB | 255 | 204 | 255 |
HSL | 300° | 100.00% | 90.00% |
HSB/HSV | 300° | 20.00% | 100.00% |
CMYK | 0.00% | 20.00% | 0.00% |
0.00% |
Die Farbe #FFCCFF in den populären Zahlensystemen.
Hexadezimal | FF | CC | FF |
Dezimal | 255 | 204 | 255 |
Binär | 11111111 | 11001100 | 11111111 |
Oktal | 377 | 314 | 377 |
Dunkle Töne der Farbe #FFCCFF
Helle Töne der Farbe #FFCCFF
Beispiele css- und html für Elemente in der Farbe #FFCCFF. Bitte benutzen Sie auch rgb(255,204,255) statt hex-Code.
.myTextColor { color: #FFCCFF; }
<p style="color:#FFCCFF">This sample text font color is #FFCCFF.</p>
Die Farbe dieses Textes ist #FFCCFF.
.myBgColor { background-color: #FFCCFF; }
<div style="background-color:#FFCCFF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #FFCCFF.
.myBorderColor { border: 1px solid #FFCCFF; }
<div style="border:3px solid #FFCCFF">Div</div>
Die Grenzen von diesem div sind in Farbe #FFCCFF.
.myOpacity80 { color: #FFCCFF; opacity: 0.8; }
<p style="color:#FFCCFF;opacity:0.8;">80%</p>
Text in Farbe #FFCCFF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FFCCFF;}
<p style="text-shadow: 3px 3px 1px #FFCCFF">Text here.</p>
Dieser Text hat den Schatten in Farbe #FFCCFF.
.textShadow {text-shadow: 3px 3px 1px #FFCCFF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FFCCFF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #FFCCFF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFCCFF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FFCCFF, Direction=45, Strength=4)">Text</p>
This text has shadow with #FFCCFF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFCCFF;
-webkit-box-shadow: 1px 1px 3px 2px #FFCCFF;
box-shadow: 1px 1px 3px 2px #FFCCFF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFCCFF; -webkit-box-shadow: 1px 1px 3px 2px #FFCCFF; box-shadow:1px 1px 3px 2px #FFCCFF;">
Div content here
</div>
Dieser Text ist in der Farbe #FFCCFF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #FFCCFF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #FFCCFF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #FFCCFF.
Kontrastfarbe für #hex ist #003300.