Shades of Pig Pink #FCD0DE
Tints of Pig Pink #FCD0DE
RGB
CMYK
RGB Variations
Color information
#FCD0DE (or 0xFCD0DE) is known color: Pig Pink. HEX triplet: FC, D0 and DE. RGB value is (252,208,222). Sum of RGB (Red+Green+Blue) = 252+208+222=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 208 (81.64% from 255 or 30.50% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0DE is #032F21. Grayscale: #DEDEDE. Windows color (decimal): -208674 or 14602492. OLE color: 14602492.
HSL color Cylindrical-coordinate representation of color #FCD0DE: hue angle of 340.91º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD0DE is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 222 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.01 |
| HSL | 340.91º | 0.88% | 0.9% | - |
| HSV(B) | 340.91º | 0.17% | 0.99% | - |
| XYZ | 75.89 | 71.08 | 78.83 | - |
| YUV | 222.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 222 | 0 | 0.17 | 0.12 | 0.01 | 340.91 | 0.88 | 0.9 |
| Hex | FC | D0 | DE | 0 | 11 | C | 1 | 155 | 58 | 5A |
| Octal | 374 | 320 | 336 | 0 | 21 | 14 | 1 | 525 | 130 | 132 |
| Binary | 11111100 | 11010000 | 11011110 | 0 | 10001 | 1100 | 1 | 101010101 | 1011000 | 1011010 |
Color Harmonies of #FCD0DE
Complementary color
Monochromatic Colors of #FCD0DE
Black with #FCD0DE
Text Example
Text Example
White with #FCD0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD0DE; }
p { color: rgb(252,208,222); }
H1.HeaderClassName
{
color: #FCD0DE;
}
.AnyTagClassName
{
color: #FCD0DE;
}
</style>
background-color css
<style>
a { background-color: #FCD0DE; }
a { background-color: rgb(252,208,222); }
div.DivClassName
{
background-color: #FCD0DE;
}
.BgClassName
{
background-color: #FCD0DE;
}
</style>
border-color css
<style>
span { border-color: #FCD0DE; }
span { border-color: rgb(252,208,222); }
td.TdClassName
{
border-color: #FCD0DE;
}
.TagClassName
{
border-color: #FCD0DE;
}
</style>