Shades of Pale Pink #FCD8DC
Tints of Pale Pink #FCD8DC
RGB
CMYK
RGB Variations
Color information
#FCD8DC (or 0xFCD8DC) is known color: Pale Pink. HEX triplet: FC, D8 and DC. RGB value is (252,216,220). Sum of RGB (Red+Green+Blue) = 252+216+220=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 216 (84.77% from 255 or 31.40% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8DC is #032723. Grayscale: #E3E3E3. Windows color (decimal): -206628 or 14473468. OLE color: 14473468.
HSL color Cylindrical-coordinate representation of color #FCD8DC: hue angle of 353.33º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCD8DC is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 220 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.01 |
| HSL | 353.33º | 0.86% | 0.92% | - |
| HSV(B) | 353.33º | 0.14% | 0.99% | - |
| XYZ | 77.62 | 74.97 | 78.09 | - |
| YUV | 227.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 220 | 0 | 0.14 | 0.13 | 0.01 | 353.33 | 0.86 | 0.92 |
| Hex | FC | D8 | DC | 0 | E | D | 1 | 161 | 56 | 5C |
| Octal | 374 | 330 | 334 | 0 | 16 | 15 | 1 | 541 | 126 | 134 |
| Binary | 11111100 | 11011000 | 11011100 | 0 | 1110 | 1101 | 1 | 101100001 | 1010110 | 1011100 |
Color Harmonies of #FCD8DC
Complementary color
Monochromatic Colors of #FCD8DC
Black with #FCD8DC
Text Example
Text Example
White with #FCD8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8DC; }
p { color: rgb(252,216,220); }
H1.HeaderClassName
{
color: #FCD8DC;
}
.AnyTagClassName
{
color: #FCD8DC;
}
</style>
background-color css
<style>
a { background-color: #FCD8DC; }
a { background-color: rgb(252,216,220); }
div.DivClassName
{
background-color: #FCD8DC;
}
.BgClassName
{
background-color: #FCD8DC;
}
</style>
border-color css
<style>
span { border-color: #FCD8DC; }
span { border-color: rgb(252,216,220); }
td.TdClassName
{
border-color: #FCD8DC;
}
.TagClassName
{
border-color: #FCD8DC;
}
</style>