Shades of Pink #FCC5CE
Tints of Pink #FCC5CE
RGB
CMYK
RGB Variations
Color information
#FCC5CE (or 0xFCC5CE) is known color: Pink. HEX triplet: FC, C5 and CE. RGB value is (252,197,206). Sum of RGB (Red+Green+Blue) = 252+197+206=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5CE is #033A31. Grayscale: #D6D6D6. Windows color (decimal): -211506 or 13551100. OLE color: 13551100.
HSL color Cylindrical-coordinate representation of color #FCC5CE: hue angle of 350.18º 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 #FCC5CE is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 206 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.01 |
| HSL | 350.18º | 0.9% | 0.88% | - |
| HSV(B) | 350.18º | 0.22% | 0.99% | - |
| XYZ | 71.25 | 65.08 | 67.2 | - |
| YUV | 214.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 206 | 0 | 0.22 | 0.18 | 0.01 | 350.18 | 0.9 | 0.88 |
| Hex | FC | C5 | CE | 0 | 16 | 12 | 1 | 15E | 5A | 58 |
| Octal | 374 | 305 | 316 | 0 | 26 | 22 | 1 | 536 | 132 | 130 |
| Binary | 11111100 | 11000101 | 11001110 | 0 | 10110 | 10010 | 1 | 101011110 | 1011010 | 1011000 |
Color Harmonies of #FCC5CE
Complementary color
Monochromatic Colors of #FCC5CE
Black with #FCC5CE
Text Example
Text Example
White with #FCC5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5CE; }
p { color: rgb(252,197,206); }
H1.HeaderClassName
{
color: #FCC5CE;
}
.AnyTagClassName
{
color: #FCC5CE;
}
</style>
background-color css
<style>
a { background-color: #FCC5CE; }
a { background-color: rgb(252,197,206); }
div.DivClassName
{
background-color: #FCC5CE;
}
.BgClassName
{
background-color: #FCC5CE;
}
</style>
border-color css
<style>
span { border-color: #FCC5CE; }
span { border-color: rgb(252,197,206); }
td.TdClassName
{
border-color: #FCC5CE;
}
.TagClassName
{
border-color: #FCC5CE;
}
</style>