Shades of Carnation Pink #FF99CC
Tints of Carnation Pink #FF99CC
RGB
CMYK
RGB Variations
Color information
#FF99CC (or 0xFF99CC) is known color: Carnation Pink. HEX triplet: FF, 99 and CC. RGB value is (255,153,204). Sum of RGB (Red+Green+Blue) = 255+153+204=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99CC is a web safe color. Inversed color of #FF99CC is #006633. Grayscale: #BDBDBD. Windows color (decimal): -26164 or 13408767. OLE color: 13408767.
HSL color Cylindrical-coordinate representation of color #FF99CC: hue angle of 330º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF99CC is Cyan = 0, Magento = 0.4, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 153 | 204 | - |
CMYK | 0 | 0.4 | 0.2 | 0 |
HSL | 330º | 1% | 0.8% | - |
HSV(B) | 330º | 0.4% | 1% | - |
XYZ | 63.53 | 48.4 | 63.12 | - |
YUV | 189.31 | 136.29 | 174.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 153 | 204 | 0 | 0.4 | 0.2 | 0 | 330 | 1 | 0.8 |
Hex | FF | 99 | CC | 0 | 28 | 14 | 0 | 14A | 64 | 50 |
Octal | 377 | 231 | 314 | 0 | 50 | 24 | 0 | 512 | 144 | 120 |
Binary | 11111111 | 10011001 | 11001100 | 0 | 101000 | 10100 | 0 | 101001010 | 1100100 | 1010000 |
Color Harmonies of #FF99CC
Complementary color
Monochromatic Colors of #FF99CC
Black with #FF99CC
Text Example
Text Example
White with #FF99CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99CC; }
p { color: rgb(255,153,204); }
H1.HeaderClassName
{
color: #FF99CC;
}
.AnyTagClassName
{
color: #FF99CC;
}
</style>
background-color css
<style>
a { background-color: #FF99CC; }
a { background-color: rgb(255,153,204); }
div.DivClassName
{
background-color: #FF99CC;
}
.BgClassName
{
background-color: #FF99CC;
}
</style>
border-color css
<style>
span { border-color: #FF99CC; }
span { border-color: rgb(255,153,204); }
td.TdClassName
{
border-color: #FF99CC;
}
.TagClassName
{
border-color: #FF99CC;
}
</style>