Shades of Pig Pink #FEE0EF
Tints of Pig Pink #FEE0EF
RGB
CMYK
RGB Variations
Color information
#FEE0EF (or 0xFEE0EF) is known color: Pig Pink. HEX triplet: FE, E0 and EF. RGB value is (254,224,239). Sum of RGB (Red+Green+Blue) = 254+224+239=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 224 (87.89% from 255 or 31.24% from 717); Blue value is 239 (93.75% from 255 or 33.33% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0EF is #011F10. Grayscale: #EAEAEA. Windows color (decimal): -73489 or 15720702. OLE color: 15720702.
HSL color Cylindrical-coordinate representation of color #FEE0EF: hue angle of 330º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEE0EF is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 239 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.00 |
| HSL | 330º | 0.94% | 0.94% | - |
| HSV(B) | 330º | 0.12% | 1% | - |
| XYZ | 83.11 | 80.61 | 92.84 | - |
| YUV | 234.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 239 | 0 | 0.12 | 0.06 | 0.00 | 330 | 0.94 | 0.94 |
| Hex | FE | E0 | EF | 0 | C | 6 | 0 | 14A | 5E | 5E |
| Octal | 376 | 340 | 357 | 0 | 14 | 6 | 0 | 512 | 136 | 136 |
| Binary | 11111110 | 11100000 | 11101111 | 0 | 1100 | 110 | 0 | 101001010 | 1011110 | 1011110 |
Color Harmonies of #FEE0EF
Complementary color
Monochromatic Colors of #FEE0EF
Black with #FEE0EF
Text Example
Text Example
White with #FEE0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0EF; }
p { color: rgb(254,224,239); }
H1.HeaderClassName
{
color: #FEE0EF;
}
.AnyTagClassName
{
color: #FEE0EF;
}
</style>
background-color css
<style>
a { background-color: #FEE0EF; }
a { background-color: rgb(254,224,239); }
div.DivClassName
{
background-color: #FEE0EF;
}
.BgClassName
{
background-color: #FEE0EF;
}
</style>
border-color css
<style>
span { border-color: #FEE0EF; }
span { border-color: rgb(254,224,239); }
td.TdClassName
{
border-color: #FEE0EF;
}
.TagClassName
{
border-color: #FEE0EF;
}
</style>