Shades of Pig Pink #FCE0EE
Tints of Pig Pink #FCE0EE
RGB
CMYK
RGB Variations
Color information
#FCE0EE (or 0xFCE0EE) is known color: Pig Pink. HEX triplet: FC, E0 and EE. RGB value is (252,224,238). Sum of RGB (Red+Green+Blue) = 252+224+238=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 224 (87.89% from 255 or 31.37% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0EE is #031F11. Grayscale: #E9E9E9. Windows color (decimal): -204562 or 15655164. OLE color: 15655164.
HSL color Cylindrical-coordinate representation of color #FCE0EE: hue angle of 330º 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 #FCE0EE is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 238 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.01 |
| HSL | 330º | 0.82% | 0.93% | - |
| HSV(B) | 330º | 0.11% | 0.99% | - |
| XYZ | 82.23 | 80.18 | 92.03 | - |
| YUV | 233.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 238 | 0 | 0.11 | 0.06 | 0.01 | 330 | 0.82 | 0.93 |
| Hex | FC | E0 | EE | 0 | B | 6 | 1 | 14A | 52 | 5D |
| Octal | 374 | 340 | 356 | 0 | 13 | 6 | 1 | 512 | 122 | 135 |
| Binary | 11111100 | 11100000 | 11101110 | 0 | 1011 | 110 | 1 | 101001010 | 1010010 | 1011101 |
Color Harmonies of #FCE0EE
Complementary color
Monochromatic Colors of #FCE0EE
Black with #FCE0EE
Text Example
Text Example
White with #FCE0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0EE; }
p { color: rgb(252,224,238); }
H1.HeaderClassName
{
color: #FCE0EE;
}
.AnyTagClassName
{
color: #FCE0EE;
}
</style>
background-color css
<style>
a { background-color: #FCE0EE; }
a { background-color: rgb(252,224,238); }
div.DivClassName
{
background-color: #FCE0EE;
}
.BgClassName
{
background-color: #FCE0EE;
}
</style>
border-color css
<style>
span { border-color: #FCE0EE; }
span { border-color: rgb(252,224,238); }
td.TdClassName
{
border-color: #FCE0EE;
}
.TagClassName
{
border-color: #FCE0EE;
}
</style>