Shades of Pig Pink #FCD2ED
Tints of Pig Pink #FCD2ED
RGB
CMYK
RGB Variations
Color information
#FCD2ED (or 0xFCD2ED) is known color: Pig Pink. HEX triplet: FC, D2 and ED. RGB value is (252,210,237). Sum of RGB (Red+Green+Blue) = 252+210+237=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 210 (82.42% from 255 or 30.04% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD2ED is #032D12. Grayscale: #E1E1E1. Windows color (decimal): -208147 or 15586044. OLE color: 15586044.
HSL color Cylindrical-coordinate representation of color #FCD2ED: hue angle of 321.43º 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 #FCD2ED is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 237 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.01 |
| HSL | 321.43º | 0.88% | 0.91% | - |
| HSV(B) | 321.43º | 0.17% | 0.99% | - |
| XYZ | 78.48 | 72.9 | 90.06 | - |
| YUV | 225.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 237 | 0 | 0.17 | 0.06 | 0.01 | 321.43 | 0.88 | 0.91 |
| Hex | FC | D2 | ED | 0 | 11 | 6 | 1 | 141 | 58 | 5B |
| Octal | 374 | 322 | 355 | 0 | 21 | 6 | 1 | 501 | 130 | 133 |
| Binary | 11111100 | 11010010 | 11101101 | 0 | 10001 | 110 | 1 | 101000001 | 1011000 | 1011011 |
Color Harmonies of #FCD2ED
Complementary color
Monochromatic Colors of #FCD2ED
Black with #FCD2ED
Text Example
Text Example
White with #FCD2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD2ED; }
p { color: rgb(252,210,237); }
H1.HeaderClassName
{
color: #FCD2ED;
}
.AnyTagClassName
{
color: #FCD2ED;
}
</style>
background-color css
<style>
a { background-color: #FCD2ED; }
a { background-color: rgb(252,210,237); }
div.DivClassName
{
background-color: #FCD2ED;
}
.BgClassName
{
background-color: #FCD2ED;
}
</style>
border-color css
<style>
span { border-color: #FCD2ED; }
span { border-color: rgb(252,210,237); }
td.TdClassName
{
border-color: #FCD2ED;
}
.TagClassName
{
border-color: #FCD2ED;
}
</style>