Shades of Pig Pink #FCD4DE
Tints of Pig Pink #FCD4DE
RGB
CMYK
RGB Variations
Color information
#FCD4DE (or 0xFCD4DE) is known color: Pig Pink. HEX triplet: FC, D4 and DE. RGB value is (252,212,222). Sum of RGB (Red+Green+Blue) = 252+212+222=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 212 (83.20% from 255 or 30.90% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4DE is #032B21. Grayscale: #E1E1E1. Windows color (decimal): -207650 or 14603516. OLE color: 14603516.
HSL color Cylindrical-coordinate representation of color #FCD4DE: hue angle of 345º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCD4DE is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 222 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.01 |
| HSL | 345º | 0.87% | 0.91% | - |
| HSV(B) | 345º | 0.16% | 0.99% | - |
| XYZ | 76.87 | 73.06 | 79.16 | - |
| YUV | 225.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 222 | 0 | 0.16 | 0.12 | 0.01 | 345 | 0.87 | 0.91 |
| Hex | FC | D4 | DE | 0 | 10 | C | 1 | 159 | 57 | 5B |
| Octal | 374 | 324 | 336 | 0 | 20 | 14 | 1 | 531 | 127 | 133 |
| Binary | 11111100 | 11010100 | 11011110 | 0 | 10000 | 1100 | 1 | 101011001 | 1010111 | 1011011 |
Color Harmonies of #FCD4DE
Complementary color
Monochromatic Colors of #FCD4DE
Black with #FCD4DE
Text Example
Text Example
White with #FCD4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD4DE; }
p { color: rgb(252,212,222); }
H1.HeaderClassName
{
color: #FCD4DE;
}
.AnyTagClassName
{
color: #FCD4DE;
}
</style>
background-color css
<style>
a { background-color: #FCD4DE; }
a { background-color: rgb(252,212,222); }
div.DivClassName
{
background-color: #FCD4DE;
}
.BgClassName
{
background-color: #FCD4DE;
}
</style>
border-color css
<style>
span { border-color: #FCD4DE; }
span { border-color: rgb(252,212,222); }
td.TdClassName
{
border-color: #FCD4DE;
}
.TagClassName
{
border-color: #FCD4DE;
}
</style>