Shades of Pink #FCC5CB
Tints of Pink #FCC5CB
RGB
CMYK
RGB Variations
Color information
#FCC5CB (or 0xFCC5CB) is known color: Pink. HEX triplet: FC, C5 and CB. RGB value is (252,197,203). Sum of RGB (Red+Green+Blue) = 252+197+203=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5CB is #033A34. Grayscale: #D6D6D6. Windows color (decimal): -211509 or 13354492. OLE color: 13354492.
HSL color Cylindrical-coordinate representation of color #FCC5CB: hue angle of 353.45º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC5CB is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 203 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.01 |
| HSL | 353.45º | 0.9% | 0.88% | - |
| HSV(B) | 353.45º | 0.22% | 0.99% | - |
| XYZ | 70.89 | 64.94 | 65.3 | - |
| YUV | 214.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 203 | 0 | 0.22 | 0.19 | 0.01 | 353.45 | 0.9 | 0.88 |
| Hex | FC | C5 | CB | 0 | 16 | 13 | 1 | 161 | 5A | 58 |
| Octal | 374 | 305 | 313 | 0 | 26 | 23 | 1 | 541 | 132 | 130 |
| Binary | 11111100 | 11000101 | 11001011 | 0 | 10110 | 10011 | 1 | 101100001 | 1011010 | 1011000 |
Color Harmonies of #FCC5CB
Complementary color
Monochromatic Colors of #FCC5CB
Black with #FCC5CB
Text Example
Text Example
White with #FCC5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5CB; }
p { color: rgb(252,197,203); }
H1.HeaderClassName
{
color: #FCC5CB;
}
.AnyTagClassName
{
color: #FCC5CB;
}
</style>
background-color css
<style>
a { background-color: #FCC5CB; }
a { background-color: rgb(252,197,203); }
div.DivClassName
{
background-color: #FCC5CB;
}
.BgClassName
{
background-color: #FCC5CB;
}
</style>
border-color css
<style>
span { border-color: #FCC5CB; }
span { border-color: rgb(252,197,203); }
td.TdClassName
{
border-color: #FCC5CB;
}
.TagClassName
{
border-color: #FCC5CB;
}
</style>