Shades of Pig Pink #FCE0ED
Tints of Pig Pink #FCE0ED
RGB
CMYK
RGB Variations
Color information
#FCE0ED (or 0xFCE0ED) is known color: Pig Pink. HEX triplet: FC, E0 and ED. RGB value is (252,224,237). Sum of RGB (Red+Green+Blue) = 252+224+237=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 224 (87.89% from 255 or 31.42% from 713); Blue value is 237 (92.97% from 255 or 33.24% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0ED is #031F12. Grayscale: #E9E9E9. Windows color (decimal): -204563 or 15589628. OLE color: 15589628.
HSL color Cylindrical-coordinate representation of color #FCE0ED: hue angle of 332.14º 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 #FCE0ED is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 237 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.01 |
| HSL | 332.14º | 0.82% | 0.93% | - |
| HSV(B) | 332.14º | 0.11% | 0.99% | - |
| XYZ | 82.09 | 80.12 | 91.26 | - |
| YUV | 233.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 237 | 0 | 0.11 | 0.06 | 0.01 | 332.14 | 0.82 | 0.93 |
| Hex | FC | E0 | ED | 0 | B | 6 | 1 | 14C | 52 | 5D |
| Octal | 374 | 340 | 355 | 0 | 13 | 6 | 1 | 514 | 122 | 135 |
| Binary | 11111100 | 11100000 | 11101101 | 0 | 1011 | 110 | 1 | 101001100 | 1010010 | 1011101 |
Color Harmonies of #FCE0ED
Complementary color
Monochromatic Colors of #FCE0ED
Black with #FCE0ED
Text Example
Text Example
White with #FCE0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0ED; }
p { color: rgb(252,224,237); }
H1.HeaderClassName
{
color: #FCE0ED;
}
.AnyTagClassName
{
color: #FCE0ED;
}
</style>
background-color css
<style>
a { background-color: #FCE0ED; }
a { background-color: rgb(252,224,237); }
div.DivClassName
{
background-color: #FCE0ED;
}
.BgClassName
{
background-color: #FCE0ED;
}
</style>
border-color css
<style>
span { border-color: #FCE0ED; }
span { border-color: rgb(252,224,237); }
td.TdClassName
{
border-color: #FCE0ED;
}
.TagClassName
{
border-color: #FCE0ED;
}
</style>