Shades of Pig Pink #FCD0E2
Tints of Pig Pink #FCD0E2
RGB
CMYK
RGB Variations
Color information
#FCD0E2 (or 0xFCD0E2) is known color: Pig Pink. HEX triplet: FC, D0 and E2. RGB value is (252,208,226). Sum of RGB (Red+Green+Blue) = 252+208+226=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 208 (81.64% from 255 or 30.32% from 686); Blue value is 226 (88.67% from 255 or 32.94% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0E2 is #032F1D. Grayscale: #DFDFDF. Windows color (decimal): -208670 or 14864636. OLE color: 14864636.
HSL color Cylindrical-coordinate representation of color #FCD0E2: hue angle of 335.45º 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 #FCD0E2 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 226 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.01 |
| HSL | 335.45º | 0.88% | 0.9% | - |
| HSV(B) | 335.45º | 0.17% | 0.99% | - |
| XYZ | 76.43 | 71.3 | 81.69 | - |
| YUV | 223.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 226 | 0 | 0.17 | 0.10 | 0.01 | 335.45 | 0.88 | 0.9 |
| Hex | FC | D0 | E2 | 0 | 11 | A | 1 | 14F | 58 | 5A |
| Octal | 374 | 320 | 342 | 0 | 21 | 12 | 1 | 517 | 130 | 132 |
| Binary | 11111100 | 11010000 | 11100010 | 0 | 10001 | 1010 | 1 | 101001111 | 1011000 | 1011010 |
Color Harmonies of #FCD0E2
Complementary color
Monochromatic Colors of #FCD0E2
Black with #FCD0E2
Text Example
Text Example
White with #FCD0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD0E2; }
p { color: rgb(252,208,226); }
H1.HeaderClassName
{
color: #FCD0E2;
}
.AnyTagClassName
{
color: #FCD0E2;
}
</style>
background-color css
<style>
a { background-color: #FCD0E2; }
a { background-color: rgb(252,208,226); }
div.DivClassName
{
background-color: #FCD0E2;
}
.BgClassName
{
background-color: #FCD0E2;
}
</style>
border-color css
<style>
span { border-color: #FCD0E2; }
span { border-color: rgb(252,208,226); }
td.TdClassName
{
border-color: #FCD0E2;
}
.TagClassName
{
border-color: #FCD0E2;
}
</style>