Shades of Pig Pink #FCD2EE
Tints of Pig Pink #FCD2EE
RGB
CMYK
RGB Variations
Color information
#FCD2EE (or 0xFCD2EE) is known color: Pig Pink. HEX triplet: FC, D2 and EE. RGB value is (252,210,238). Sum of RGB (Red+Green+Blue) = 252+210+238=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 210 (82.42% from 255 or 30% from 700); Blue value is 238 (93.36% from 255 or 34% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD2EE is #032D11. Grayscale: #E1E1E1. Windows color (decimal): -208146 or 15651580. OLE color: 15651580.
HSL color Cylindrical-coordinate representation of color #FCD2EE: hue angle of 320º 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 #FCD2EE is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 238 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.01 |
| HSL | 320º | 0.88% | 0.91% | - |
| HSV(B) | 320º | 0.17% | 0.99% | - |
| XYZ | 78.62 | 72.96 | 90.83 | - |
| YUV | 225.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 238 | 0 | 0.17 | 0.06 | 0.01 | 320 | 0.88 | 0.91 |
| Hex | FC | D2 | EE | 0 | 11 | 6 | 1 | 140 | 58 | 5B |
| Octal | 374 | 322 | 356 | 0 | 21 | 6 | 1 | 500 | 130 | 133 |
| Binary | 11111100 | 11010010 | 11101110 | 0 | 10001 | 110 | 1 | 101000000 | 1011000 | 1011011 |
Color Harmonies of #FCD2EE
Complementary color
Monochromatic Colors of #FCD2EE
Black with #FCD2EE
Text Example
Text Example
White with #FCD2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD2EE; }
p { color: rgb(252,210,238); }
H1.HeaderClassName
{
color: #FCD2EE;
}
.AnyTagClassName
{
color: #FCD2EE;
}
</style>
background-color css
<style>
a { background-color: #FCD2EE; }
a { background-color: rgb(252,210,238); }
div.DivClassName
{
background-color: #FCD2EE;
}
.BgClassName
{
background-color: #FCD2EE;
}
</style>
border-color css
<style>
span { border-color: #FCD2EE; }
span { border-color: rgb(252,210,238); }
td.TdClassName
{
border-color: #FCD2EE;
}
.TagClassName
{
border-color: #FCD2EE;
}
</style>