Shades of Pig Pink #FCD2EF
Tints of Pig Pink #FCD2EF
RGB
CMYK
RGB Variations
Color information
#FCD2EF (or 0xFCD2EF) is known color: Pig Pink. HEX triplet: FC, D2 and EF. RGB value is (252,210,239). Sum of RGB (Red+Green+Blue) = 252+210+239=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 210 (82.42% from 255 or 29.96% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD2EF is #032D10. Grayscale: #E1E1E1. Windows color (decimal): -208145 or 15717116. OLE color: 15717116.
HSL color Cylindrical-coordinate representation of color #FCD2EF: hue angle of 318.57º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD2EF is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 239 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.01 |
| HSL | 318.57º | 0.88% | 0.91% | - |
| HSV(B) | 318.57º | 0.17% | 0.99% | - |
| XYZ | 78.77 | 73.02 | 91.6 | - |
| YUV | 225.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 239 | 0 | 0.17 | 0.05 | 0.01 | 318.57 | 0.88 | 0.91 |
| Hex | FC | D2 | EF | 0 | 11 | 5 | 1 | 13F | 58 | 5B |
| Octal | 374 | 322 | 357 | 0 | 21 | 5 | 1 | 477 | 130 | 133 |
| Binary | 11111100 | 11010010 | 11101111 | 0 | 10001 | 101 | 1 | 100111111 | 1011000 | 1011011 |
Color Harmonies of #FCD2EF
Complementary color
Monochromatic Colors of #FCD2EF
Black with #FCD2EF
Text Example
Text Example
White with #FCD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD2EF; }
p { color: rgb(252,210,239); }
H1.HeaderClassName
{
color: #FCD2EF;
}
.AnyTagClassName
{
color: #FCD2EF;
}
</style>
background-color css
<style>
a { background-color: #FCD2EF; }
a { background-color: rgb(252,210,239); }
div.DivClassName
{
background-color: #FCD2EF;
}
.BgClassName
{
background-color: #FCD2EF;
}
</style>
border-color css
<style>
span { border-color: #FCD2EF; }
span { border-color: rgb(252,210,239); }
td.TdClassName
{
border-color: #FCD2EF;
}
.TagClassName
{
border-color: #FCD2EF;
}
</style>