Shades of Pink #FCC5D2
Tints of Pink #FCC5D2
RGB
CMYK
RGB Variations
Color information
#FCC5D2 (or 0xFCC5D2) is known color: Pink. HEX triplet: FC, C5 and D2. RGB value is (252,197,210). Sum of RGB (Red+Green+Blue) = 252+197+210=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 197 (77.34% from 255 or 29.89% from 659); Blue value is 210 (82.42% from 255 or 31.87% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5D2 is #033A2D. Grayscale: #D6D6D6. Windows color (decimal): -211502 or 13813244. OLE color: 13813244.
HSL color Cylindrical-coordinate representation of color #FCC5D2: hue angle of 345.82º 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 #FCC5D2 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 210 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.01 |
| HSL | 345.82º | 0.9% | 0.88% | - |
| HSV(B) | 345.82º | 0.22% | 0.99% | - |
| XYZ | 71.74 | 65.28 | 69.79 | - |
| YUV | 214.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 210 | 0 | 0.22 | 0.17 | 0.01 | 345.82 | 0.9 | 0.88 |
| Hex | FC | C5 | D2 | 0 | 16 | 11 | 1 | 15A | 5A | 58 |
| Octal | 374 | 305 | 322 | 0 | 26 | 21 | 1 | 532 | 132 | 130 |
| Binary | 11111100 | 11000101 | 11010010 | 0 | 10110 | 10001 | 1 | 101011010 | 1011010 | 1011000 |
Color Harmonies of #FCC5D2
Complementary color
Monochromatic Colors of #FCC5D2
Black with #FCC5D2
Text Example
Text Example
White with #FCC5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5D2; }
p { color: rgb(252,197,210); }
H1.HeaderClassName
{
color: #FCC5D2;
}
.AnyTagClassName
{
color: #FCC5D2;
}
</style>
background-color css
<style>
a { background-color: #FCC5D2; }
a { background-color: rgb(252,197,210); }
div.DivClassName
{
background-color: #FCC5D2;
}
.BgClassName
{
background-color: #FCC5D2;
}
</style>
border-color css
<style>
span { border-color: #FCC5D2; }
span { border-color: rgb(252,197,210); }
td.TdClassName
{
border-color: #FCC5D2;
}
.TagClassName
{
border-color: #FCC5D2;
}
</style>