Shades of Pink #FCC8D1
Tints of Pink #FCC8D1
RGB
CMYK
RGB Variations
Color information
#FCC8D1 (or 0xFCC8D1) is known color: Pink. HEX triplet: FC, C8 and D1. RGB value is (252,200,209). Sum of RGB (Red+Green+Blue) = 252+200+209=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 200 (78.52% from 255 or 30.26% from 661); Blue value is 209 (82.03% from 255 or 31.62% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8D1 is #03372E. Grayscale: #D8D8D8. Windows color (decimal): -210735 or 13748476. OLE color: 13748476.
HSL color Cylindrical-coordinate representation of color #FCC8D1: hue angle of 349.62º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC8D1 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 209 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.01 |
| HSL | 349.62º | 0.9% | 0.89% | - |
| HSV(B) | 349.62º | 0.21% | 0.99% | - |
| XYZ | 72.31 | 66.61 | 69.37 | - |
| YUV | 216.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 209 | 0 | 0.21 | 0.17 | 0.01 | 349.62 | 0.9 | 0.89 |
| Hex | FC | C8 | D1 | 0 | 15 | 11 | 1 | 15E | 5A | 59 |
| Octal | 374 | 310 | 321 | 0 | 25 | 21 | 1 | 536 | 132 | 131 |
| Binary | 11111100 | 11001000 | 11010001 | 0 | 10101 | 10001 | 1 | 101011110 | 1011010 | 1011001 |
Color Harmonies of #FCC8D1
Complementary color
Monochromatic Colors of #FCC8D1
Black with #FCC8D1
Text Example
Text Example
White with #FCC8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8D1; }
p { color: rgb(252,200,209); }
H1.HeaderClassName
{
color: #FCC8D1;
}
.AnyTagClassName
{
color: #FCC8D1;
}
</style>
background-color css
<style>
a { background-color: #FCC8D1; }
a { background-color: rgb(252,200,209); }
div.DivClassName
{
background-color: #FCC8D1;
}
.BgClassName
{
background-color: #FCC8D1;
}
</style>
border-color css
<style>
span { border-color: #FCC8D1; }
span { border-color: rgb(252,200,209); }
td.TdClassName
{
border-color: #FCC8D1;
}
.TagClassName
{
border-color: #FCC8D1;
}
</style>