Shades of Pig Pink #FCE0EC
Tints of Pig Pink #FCE0EC
RGB
CMYK
RGB Variations
Color information
#FCE0EC (or 0xFCE0EC) is known color: Pig Pink. HEX triplet: FC, E0 and EC. RGB value is (252,224,236). Sum of RGB (Red+Green+Blue) = 252+224+236=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 224 (87.89% from 255 or 31.46% from 712); Blue value is 236 (92.58% from 255 or 33.15% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0EC is #031F13. Grayscale: #E9E9E9. Windows color (decimal): -204564 or 15524092. OLE color: 15524092.
HSL color Cylindrical-coordinate representation of color #FCE0EC: hue angle of 334.29º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE0EC is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 236 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.01 |
| HSL | 334.29º | 0.82% | 0.93% | - |
| HSV(B) | 334.29º | 0.11% | 0.99% | - |
| XYZ | 81.94 | 80.06 | 90.49 | - |
| YUV | 233.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 236 | 0 | 0.11 | 0.06 | 0.01 | 334.29 | 0.82 | 0.93 |
| Hex | FC | E0 | EC | 0 | B | 6 | 1 | 14E | 52 | 5D |
| Octal | 374 | 340 | 354 | 0 | 13 | 6 | 1 | 516 | 122 | 135 |
| Binary | 11111100 | 11100000 | 11101100 | 0 | 1011 | 110 | 1 | 101001110 | 1010010 | 1011101 |
Color Harmonies of #FCE0EC
Complementary color
Monochromatic Colors of #FCE0EC
Black with #FCE0EC
Text Example
Text Example
White with #FCE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0EC; }
p { color: rgb(252,224,236); }
H1.HeaderClassName
{
color: #FCE0EC;
}
.AnyTagClassName
{
color: #FCE0EC;
}
</style>
background-color css
<style>
a { background-color: #FCE0EC; }
a { background-color: rgb(252,224,236); }
div.DivClassName
{
background-color: #FCE0EC;
}
.BgClassName
{
background-color: #FCE0EC;
}
</style>
border-color css
<style>
span { border-color: #FCE0EC; }
span { border-color: rgb(252,224,236); }
td.TdClassName
{
border-color: #FCE0EC;
}
.TagClassName
{
border-color: #FCE0EC;
}
</style>