Shades of Pink #FCC5D1
Tints of Pink #FCC5D1
RGB
CMYK
RGB Variations
Color information
#FCC5D1 (or 0xFCC5D1) is known color: Pink. HEX triplet: FC, C5 and D1. RGB value is (252,197,209). Sum of RGB (Red+Green+Blue) = 252+197+209=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 209 (82.03% from 255 or 31.76% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5D1 is #033A2E. Grayscale: #D6D6D6. Windows color (decimal): -211503 or 13747708. OLE color: 13747708.
HSL color Cylindrical-coordinate representation of color #FCC5D1: hue angle of 346.91º 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 #FCC5D1 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 209 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.01 |
| HSL | 346.91º | 0.9% | 0.88% | - |
| HSV(B) | 346.91º | 0.22% | 0.99% | - |
| XYZ | 71.62 | 65.23 | 69.14 | - |
| YUV | 214.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 209 | 0 | 0.22 | 0.17 | 0.01 | 346.91 | 0.9 | 0.88 |
| Hex | FC | C5 | D1 | 0 | 16 | 11 | 1 | 15B | 5A | 58 |
| Octal | 374 | 305 | 321 | 0 | 26 | 21 | 1 | 533 | 132 | 130 |
| Binary | 11111100 | 11000101 | 11010001 | 0 | 10110 | 10001 | 1 | 101011011 | 1011010 | 1011000 |
Color Harmonies of #FCC5D1
Complementary color
Monochromatic Colors of #FCC5D1
Black with #FCC5D1
Text Example
Text Example
White with #FCC5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5D1; }
p { color: rgb(252,197,209); }
H1.HeaderClassName
{
color: #FCC5D1;
}
.AnyTagClassName
{
color: #FCC5D1;
}
</style>
background-color css
<style>
a { background-color: #FCC5D1; }
a { background-color: rgb(252,197,209); }
div.DivClassName
{
background-color: #FCC5D1;
}
.BgClassName
{
background-color: #FCC5D1;
}
</style>
border-color css
<style>
span { border-color: #FCC5D1; }
span { border-color: rgb(252,197,209); }
td.TdClassName
{
border-color: #FCC5D1;
}
.TagClassName
{
border-color: #FCC5D1;
}
</style>