Shades of Pig Pink #FECEE0
Tints of Pig Pink #FECEE0
RGB
CMYK
RGB Variations
Color information
#FECEE0 (or 0xFECEE0) is known color: Pig Pink. HEX triplet: FE, CE and E0. RGB value is (254,206,224). Sum of RGB (Red+Green+Blue) = 254+206+224=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 224 (87.89% from 255 or 32.75% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEE0 is #01311F. Grayscale: #DEDEDE. Windows color (decimal): -78112 or 14733054. OLE color: 14733054.
HSL color Cylindrical-coordinate representation of color #FECEE0: hue angle of 337.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECEE0 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 224 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.00 |
| HSL | 337.5º | 0.96% | 0.9% | - |
| HSV(B) | 337.5º | 0.19% | 1% | - |
| XYZ | 76.4 | 70.6 | 80.12 | - |
| YUV | 222.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 224 | 0 | 0.19 | 0.12 | 0.00 | 337.5 | 0.96 | 0.9 |
| Hex | FE | CE | E0 | 0 | 13 | C | 0 | 152 | 60 | 5A |
| Octal | 376 | 316 | 340 | 0 | 23 | 14 | 0 | 522 | 140 | 132 |
| Binary | 11111110 | 11001110 | 11100000 | 0 | 10011 | 1100 | 0 | 101010010 | 1100000 | 1011010 |
Color Harmonies of #FECEE0
Complementary color
Monochromatic Colors of #FECEE0
Black with #FECEE0
Text Example
Text Example
White with #FECEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEE0; }
p { color: rgb(254,206,224); }
H1.HeaderClassName
{
color: #FECEE0;
}
.AnyTagClassName
{
color: #FECEE0;
}
</style>
background-color css
<style>
a { background-color: #FECEE0; }
a { background-color: rgb(254,206,224); }
div.DivClassName
{
background-color: #FECEE0;
}
.BgClassName
{
background-color: #FECEE0;
}
</style>
border-color css
<style>
span { border-color: #FECEE0; }
span { border-color: rgb(254,206,224); }
td.TdClassName
{
border-color: #FECEE0;
}
.TagClassName
{
border-color: #FECEE0;
}
</style>