Shades of Pale Pink #FCD7DA
Tints of Pale Pink #FCD7DA
RGB
CMYK
RGB Variations
Color information
#FCD7DA (or 0xFCD7DA) is known color: Pale Pink. HEX triplet: FC, D7 and DA. RGB value is (252,215,218). Sum of RGB (Red+Green+Blue) = 252+215+218=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 215 (84.38% from 255 or 31.39% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7DA is #032825. Grayscale: #E2E2E2. Windows color (decimal): -206886 or 14342140. OLE color: 14342140.
HSL color Cylindrical-coordinate representation of color #FCD7DA: hue angle of 355.14º 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 #FCD7DA is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 218 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.01 |
| HSL | 355.14º | 0.86% | 0.92% | - |
| HSV(B) | 355.14º | 0.15% | 0.99% | - |
| XYZ | 77.1 | 74.36 | 76.62 | - |
| YUV | 226.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 218 | 0 | 0.15 | 0.13 | 0.01 | 355.14 | 0.86 | 0.92 |
| Hex | FC | D7 | DA | 0 | F | D | 1 | 163 | 56 | 5C |
| Octal | 374 | 327 | 332 | 0 | 17 | 15 | 1 | 543 | 126 | 134 |
| Binary | 11111100 | 11010111 | 11011010 | 0 | 1111 | 1101 | 1 | 101100011 | 1010110 | 1011100 |
Color Harmonies of #FCD7DA
Complementary color
Monochromatic Colors of #FCD7DA
Black with #FCD7DA
Text Example
Text Example
White with #FCD7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD7DA; }
p { color: rgb(252,215,218); }
H1.HeaderClassName
{
color: #FCD7DA;
}
.AnyTagClassName
{
color: #FCD7DA;
}
</style>
background-color css
<style>
a { background-color: #FCD7DA; }
a { background-color: rgb(252,215,218); }
div.DivClassName
{
background-color: #FCD7DA;
}
.BgClassName
{
background-color: #FCD7DA;
}
</style>
border-color css
<style>
span { border-color: #FCD7DA; }
span { border-color: rgb(252,215,218); }
td.TdClassName
{
border-color: #FCD7DA;
}
.TagClassName
{
border-color: #FCD7DA;
}
</style>