Shades of Pig Pink #FCE2EF
Tints of Pig Pink #FCE2EF
RGB
CMYK
RGB Variations
Color information
#FCE2EF (or 0xFCE2EF) is known color: Pig Pink. HEX triplet: FC, E2 and EF. RGB value is (252,226,239). Sum of RGB (Red+Green+Blue) = 252+226+239=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 226 (88.67% from 255 or 31.52% from 717); Blue value is 239 (93.75% from 255 or 33.33% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE2EF is #031D10. Grayscale: #EBEBEB. Windows color (decimal): -204049 or 15721212. OLE color: 15721212.
HSL color Cylindrical-coordinate representation of color #FCE2EF: hue angle of 330º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCE2EF is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 239 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.01 |
| HSL | 330º | 0.81% | 0.94% | - |
| HSV(B) | 330º | 0.1% | 0.99% | - |
| XYZ | 82.92 | 81.32 | 92.99 | - |
| YUV | 235.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 239 | 0 | 0.10 | 0.05 | 0.01 | 330 | 0.81 | 0.94 |
| Hex | FC | E2 | EF | 0 | A | 5 | 1 | 14A | 51 | 5E |
| Octal | 374 | 342 | 357 | 0 | 12 | 5 | 1 | 512 | 121 | 136 |
| Binary | 11111100 | 11100010 | 11101111 | 0 | 1010 | 101 | 1 | 101001010 | 1010001 | 1011110 |
Color Harmonies of #FCE2EF
Complementary color
Monochromatic Colors of #FCE2EF
Black with #FCE2EF
Text Example
Text Example
White with #FCE2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2EF; }
p { color: rgb(252,226,239); }
H1.HeaderClassName
{
color: #FCE2EF;
}
.AnyTagClassName
{
color: #FCE2EF;
}
</style>
background-color css
<style>
a { background-color: #FCE2EF; }
a { background-color: rgb(252,226,239); }
div.DivClassName
{
background-color: #FCE2EF;
}
.BgClassName
{
background-color: #FCE2EF;
}
</style>
border-color css
<style>
span { border-color: #FCE2EF; }
span { border-color: rgb(252,226,239); }
td.TdClassName
{
border-color: #FCE2EF;
}
.TagClassName
{
border-color: #FCE2EF;
}
</style>