Shades of Pale Pink #FCD7DC
Tints of Pale Pink #FCD7DC
RGB
CMYK
RGB Variations
Color information
#FCD7DC (or 0xFCD7DC) is known color: Pale Pink. HEX triplet: FC, D7 and DC. RGB value is (252,215,220). Sum of RGB (Red+Green+Blue) = 252+215+220=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 215 (84.38% from 255 or 31.30% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7DC is #032823. Grayscale: #E2E2E2. Windows color (decimal): -206884 or 14473212. OLE color: 14473212.
HSL color Cylindrical-coordinate representation of color #FCD7DC: hue angle of 351.89º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCD7DC is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 220 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.01 |
| HSL | 351.89º | 0.86% | 0.92% | - |
| HSV(B) | 351.89º | 0.15% | 0.99% | - |
| XYZ | 77.36 | 74.46 | 78.01 | - |
| YUV | 226.63 | 124.26 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 220 | 0 | 0.15 | 0.13 | 0.01 | 351.89 | 0.86 | 0.92 |
| Hex | FC | D7 | DC | 0 | F | D | 1 | 160 | 56 | 5C |
| Octal | 374 | 327 | 334 | 0 | 17 | 15 | 1 | 540 | 126 | 134 |
| Binary | 11111100 | 11010111 | 11011100 | 0 | 1111 | 1101 | 1 | 101100000 | 1010110 | 1011100 |
Color Harmonies of #FCD7DC
Complementary color
Monochromatic Colors of #FCD7DC
Black with #FCD7DC
Text Example
Text Example
White with #FCD7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD7DC; }
p { color: rgb(252,215,220); }
H1.HeaderClassName
{
color: #FCD7DC;
}
.AnyTagClassName
{
color: #FCD7DC;
}
</style>
background-color css
<style>
a { background-color: #FCD7DC; }
a { background-color: rgb(252,215,220); }
div.DivClassName
{
background-color: #FCD7DC;
}
.BgClassName
{
background-color: #FCD7DC;
}
</style>
border-color css
<style>
span { border-color: #FCD7DC; }
span { border-color: rgb(252,215,220); }
td.TdClassName
{
border-color: #FCD7DC;
}
.TagClassName
{
border-color: #FCD7DC;
}
</style>