Shades of Pig Pink #FEE1EF
Tints of Pig Pink #FEE1EF
RGB
CMYK
RGB Variations
Color information
#FEE1EF (or 0xFEE1EF) is known color: Pig Pink. HEX triplet: FE, E1 and EF. RGB value is (254,225,239). Sum of RGB (Red+Green+Blue) = 254+225+239=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 225 (88.28% from 255 or 31.34% from 718); Blue value is 239 (93.75% from 255 or 33.29% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1EF is #011E10. Grayscale: #EBEBEB. Windows color (decimal): -73233 or 15720958. OLE color: 15720958.
HSL color Cylindrical-coordinate representation of color #FEE1EF: hue angle of 331.03º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE1EF is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 239 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.00 |
| HSL | 331.03º | 0.94% | 0.94% | - |
| HSV(B) | 331.03º | 0.11% | 1% | - |
| XYZ | 83.38 | 81.15 | 92.93 | - |
| YUV | 235.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 239 | 0 | 0.11 | 0.06 | 0.00 | 331.03 | 0.94 | 0.94 |
| Hex | FE | E1 | EF | 0 | B | 6 | 0 | 14B | 5E | 5E |
| Octal | 376 | 341 | 357 | 0 | 13 | 6 | 0 | 513 | 136 | 136 |
| Binary | 11111110 | 11100001 | 11101111 | 0 | 1011 | 110 | 0 | 101001011 | 1011110 | 1011110 |
Color Harmonies of #FEE1EF
Complementary color
Monochromatic Colors of #FEE1EF
Black with #FEE1EF
Text Example
Text Example
White with #FEE1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1EF; }
p { color: rgb(254,225,239); }
H1.HeaderClassName
{
color: #FEE1EF;
}
.AnyTagClassName
{
color: #FEE1EF;
}
</style>
background-color css
<style>
a { background-color: #FEE1EF; }
a { background-color: rgb(254,225,239); }
div.DivClassName
{
background-color: #FEE1EF;
}
.BgClassName
{
background-color: #FEE1EF;
}
</style>
border-color css
<style>
span { border-color: #FEE1EF; }
span { border-color: rgb(254,225,239); }
td.TdClassName
{
border-color: #FEE1EF;
}
.TagClassName
{
border-color: #FEE1EF;
}
</style>