Shades of Pig Pink #FCD1EA
Tints of Pig Pink #FCD1EA
RGB
CMYK
RGB Variations
Color information
#FCD1EA (or 0xFCD1EA) is known color: Pig Pink. HEX triplet: FC, D1 and EA. RGB value is (252,209,234). Sum of RGB (Red+Green+Blue) = 252+209+234=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 209 (82.03% from 255 or 30.07% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD1EA is #032E15. Grayscale: #E0E0E0. Windows color (decimal): -208406 or 15389180. OLE color: 15389180.
HSL color Cylindrical-coordinate representation of color #FCD1EA: hue angle of 325.12º 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 #FCD1EA is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 234 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.01 |
| HSL | 325.12º | 0.88% | 0.9% | - |
| HSV(B) | 325.12º | 0.17% | 0.99% | - |
| XYZ | 77.8 | 72.24 | 87.68 | - |
| YUV | 224.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 234 | 0 | 0.17 | 0.07 | 0.01 | 325.12 | 0.88 | 0.9 |
| Hex | FC | D1 | EA | 0 | 11 | 7 | 1 | 145 | 58 | 5A |
| Octal | 374 | 321 | 352 | 0 | 21 | 7 | 1 | 505 | 130 | 132 |
| Binary | 11111100 | 11010001 | 11101010 | 0 | 10001 | 111 | 1 | 101000101 | 1011000 | 1011010 |
Color Harmonies of #FCD1EA
Complementary color
Monochromatic Colors of #FCD1EA
Black with #FCD1EA
Text Example
Text Example
White with #FCD1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD1EA; }
p { color: rgb(252,209,234); }
H1.HeaderClassName
{
color: #FCD1EA;
}
.AnyTagClassName
{
color: #FCD1EA;
}
</style>
background-color css
<style>
a { background-color: #FCD1EA; }
a { background-color: rgb(252,209,234); }
div.DivClassName
{
background-color: #FCD1EA;
}
.BgClassName
{
background-color: #FCD1EA;
}
</style>
border-color css
<style>
span { border-color: #FCD1EA; }
span { border-color: rgb(252,209,234); }
td.TdClassName
{
border-color: #FCD1EA;
}
.TagClassName
{
border-color: #FCD1EA;
}
</style>