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