Shades of Pink #FFC0CB
Tints of Pink #FFC0CB
RGB
CMYK
RGB Variations
Color information
#FFC0CB (or 0xFFC0CB) is known color: Pink. HEX triplet: FF, C0 and CB. RGB value is (255,192,203). Sum of RGB (Red+Green+Blue) = 255+192+203=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0CB is #003F34. Grayscale: #D4D4D4. Windows color (decimal): -16181 or 13353215. OLE color: 13353215.
HSL color Cylindrical-coordinate representation of color #FFC0CB: hue angle of 349.52º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC0CB is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 192 | 203 | - |
CMYK | 0 | 0.25 | 0.20 | 0 |
HSL | 349.52º | 1% | 0.88% | - |
HSV(B) | 349.52º | 0.25% | 1% | - |
XYZ | 70.87 | 63.27 | 64.98 | - |
YUV | 212.09 | 122.87 | 158.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 192 | 203 | 0 | 0.25 | 0.20 | 0 | 349.52 | 1 | 0.88 |
Hex | FF | C0 | CB | 0 | 19 | 14 | 0 | 15E | 64 | 58 |
Octal | 377 | 300 | 313 | 0 | 31 | 24 | 0 | 536 | 144 | 130 |
Binary | 11111111 | 11000000 | 11001011 | 0 | 11001 | 10100 | 0 | 101011110 | 1100100 | 1011000 |
Color Harmonies of #FFC0CB
Complementary color
Monochromatic Colors of #FFC0CB
Black with #FFC0CB
Text Example
Text Example
White with #FFC0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0CB; }
p { color: rgb(255,192,203); }
H1.HeaderClassName
{
color: #FFC0CB;
}
.AnyTagClassName
{
color: #FFC0CB;
}
</style>
background-color css
<style>
a { background-color: #FFC0CB; }
a { background-color: rgb(255,192,203); }
div.DivClassName
{
background-color: #FFC0CB;
}
.BgClassName
{
background-color: #FFC0CB;
}
</style>
border-color css
<style>
span { border-color: #FFC0CB; }
span { border-color: rgb(255,192,203); }
td.TdClassName
{
border-color: #FFC0CB;
}
.TagClassName
{
border-color: #FFC0CB;
}
</style>