Shades of Pale Pink #FCD6DA
Tints of Pale Pink #FCD6DA
RGB
CMYK
RGB Variations
Color information
#FCD6DA (or 0xFCD6DA) is known color: Pale Pink. HEX triplet: FC, D6 and DA. RGB value is (252,214,218). Sum of RGB (Red+Green+Blue) = 252+214+218=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 214 (83.98% from 255 or 31.29% from 684); Blue value is 218 (85.55% from 255 or 31.87% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD6DA is #032925. Grayscale: #E1E1E1. Windows color (decimal): -207142 or 14341884. OLE color: 14341884.
HSL color Cylindrical-coordinate representation of color #FCD6DA: hue angle of 353.68º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCD6DA is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 218 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.01 |
| HSL | 353.68º | 0.86% | 0.91% | - |
| HSV(B) | 353.68º | 0.15% | 0.99% | - |
| XYZ | 76.85 | 73.85 | 76.53 | - |
| YUV | 225.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 218 | 0 | 0.15 | 0.13 | 0.01 | 353.68 | 0.86 | 0.91 |
| Hex | FC | D6 | DA | 0 | F | D | 1 | 162 | 56 | 5B |
| Octal | 374 | 326 | 332 | 0 | 17 | 15 | 1 | 542 | 126 | 133 |
| Binary | 11111100 | 11010110 | 11011010 | 0 | 1111 | 1101 | 1 | 101100010 | 1010110 | 1011011 |
Color Harmonies of #FCD6DA
Complementary color
Monochromatic Colors of #FCD6DA
Black with #FCD6DA
Text Example
Text Example
White with #FCD6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6DA; }
p { color: rgb(252,214,218); }
H1.HeaderClassName
{
color: #FCD6DA;
}
.AnyTagClassName
{
color: #FCD6DA;
}
</style>
background-color css
<style>
a { background-color: #FCD6DA; }
a { background-color: rgb(252,214,218); }
div.DivClassName
{
background-color: #FCD6DA;
}
.BgClassName
{
background-color: #FCD6DA;
}
</style>
border-color css
<style>
span { border-color: #FCD6DA; }
span { border-color: rgb(252,214,218); }
td.TdClassName
{
border-color: #FCD6DA;
}
.TagClassName
{
border-color: #FCD6DA;
}
</style>