Shades of Pale Pink #FCD9DE
Tints of Pale Pink #FCD9DE
RGB
CMYK
RGB Variations
Color information
#FCD9DE (or 0xFCD9DE) is known color: Pale Pink. HEX triplet: FC, D9 and DE. RGB value is (252,217,222). Sum of RGB (Red+Green+Blue) = 252+217+222=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 222 (87.11% from 255 or 32.13% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9DE is #032621. Grayscale: #E4E4E4. Windows color (decimal): -206370 or 14604796. OLE color: 14604796.
HSL color Cylindrical-coordinate representation of color #FCD9DE: hue angle of 351.43º degrees, saturation: 0.85, 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 #FCD9DE is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 222 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.01 |
| HSL | 351.43º | 0.85% | 0.92% | - |
| HSV(B) | 351.43º | 0.14% | 0.99% | - |
| XYZ | 78.14 | 75.6 | 79.58 | - |
| YUV | 228.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 222 | 0 | 0.14 | 0.12 | 0.01 | 351.43 | 0.85 | 0.92 |
| Hex | FC | D9 | DE | 0 | E | C | 1 | 15F | 55 | 5C |
| Octal | 374 | 331 | 336 | 0 | 16 | 14 | 1 | 537 | 125 | 134 |
| Binary | 11111100 | 11011001 | 11011110 | 0 | 1110 | 1100 | 1 | 101011111 | 1010101 | 1011100 |
Color Harmonies of #FCD9DE
Complementary color
Monochromatic Colors of #FCD9DE
Black with #FCD9DE
Text Example
Text Example
White with #FCD9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD9DE; }
p { color: rgb(252,217,222); }
H1.HeaderClassName
{
color: #FCD9DE;
}
.AnyTagClassName
{
color: #FCD9DE;
}
</style>
background-color css
<style>
a { background-color: #FCD9DE; }
a { background-color: rgb(252,217,222); }
div.DivClassName
{
background-color: #FCD9DE;
}
.BgClassName
{
background-color: #FCD9DE;
}
</style>
border-color css
<style>
span { border-color: #FCD9DE; }
span { border-color: rgb(252,217,222); }
td.TdClassName
{
border-color: #FCD9DE;
}
.TagClassName
{
border-color: #FCD9DE;
}
</style>