Shades of Pig Pink #FCD1EC
Tints of Pig Pink #FCD1EC
RGB
CMYK
RGB Variations
Color information
#FCD1EC (or 0xFCD1EC) is known color: Pig Pink. HEX triplet: FC, D1 and EC. RGB value is (252,209,236). Sum of RGB (Red+Green+Blue) = 252+209+236=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 209 (82.03% from 255 or 29.99% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD1EC is #032E13. Grayscale: #E0E0E0. Windows color (decimal): -208404 or 15520252. OLE color: 15520252.
HSL color Cylindrical-coordinate representation of color #FCD1EC: hue angle of 322.33º 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 #FCD1EC is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 209 | 236 | - |
CMYK | 0 | 0.17 | 0.06 | 0.01 |
HSL | 322.33º | 0.88% | 0.9% | - |
HSV(B) | 322.33º | 0.17% | 0.99% | - |
XYZ | 78.09 | 72.35 | 89.21 | - |
YUV | 224.94 | 134.25 | 147.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 209 | 236 | 0 | 0.17 | 0.06 | 0.01 | 322.33 | 0.88 | 0.9 |
Hex | FC | D1 | EC | 0 | 11 | 6 | 1 | 142 | 58 | 5A |
Octal | 374 | 321 | 354 | 0 | 21 | 6 | 1 | 502 | 130 | 132 |
Binary | 11111100 | 11010001 | 11101100 | 0 | 10001 | 110 | 1 | 101000010 | 1011000 | 1011010 |
Color Harmonies of #FCD1EC
Complementary color
Monochromatic Colors of #FCD1EC
Black with #FCD1EC
Text Example
Text Example
White with #FCD1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD1EC; }
p { color: rgb(252,209,236); }
H1.HeaderClassName
{
color: #FCD1EC;
}
.AnyTagClassName
{
color: #FCD1EC;
}
</style>
background-color css
<style>
a { background-color: #FCD1EC; }
a { background-color: rgb(252,209,236); }
div.DivClassName
{
background-color: #FCD1EC;
}
.BgClassName
{
background-color: #FCD1EC;
}
</style>
border-color css
<style>
span { border-color: #FCD1EC; }
span { border-color: rgb(252,209,236); }
td.TdClassName
{
border-color: #FCD1EC;
}
.TagClassName
{
border-color: #FCD1EC;
}
</style>