Shades of Mona Lisa #FE9E8E
Tints of Mona Lisa #FE9E8E
RGB
CMYK
RGB Variations
Color information
#FE9E8E (or 0xFE9E8E) is known color: Mona Lisa. HEX triplet: FE, 9E and 8E. RGB value is (254,158,142). Sum of RGB (Red+Green+Blue) = 254+158+142=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9E8E is #016171. Grayscale: #B9B9B9. Windows color (decimal): -90482 or 9346814. OLE color: 9346814.
HSL color Cylindrical-coordinate representation of color #FE9E8E: hue angle of 8.57º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE9E8E is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 142 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.00 |
| HSL | 8.57º | 0.98% | 0.78% | - |
| HSV(B) | 8.57º | 0.44% | 1% | - |
| XYZ | 57.98 | 47.48 | 31.7 | - |
| YUV | 184.88 | 103.8 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 142 | 0 | 0.38 | 0.44 | 0.00 | 8.57 | 0.98 | 0.78 |
| Hex | FE | 9E | 8E | 0 | 26 | 2C | 0 | 9 | 62 | 4E |
| Octal | 376 | 236 | 216 | 0 | 46 | 54 | 0 | 11 | 142 | 116 |
| Binary | 11111110 | 10011110 | 10001110 | 0 | 100110 | 101100 | 0 | 1001 | 1100010 | 1001110 |
Color Harmonies of #FE9E8E
Complementary color
Monochromatic Colors of #FE9E8E
Black with #FE9E8E
Text Example
Text Example
White with #FE9E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9E8E; }
p { color: rgb(254,158,142); }
H1.HeaderClassName
{
color: #FE9E8E;
}
.AnyTagClassName
{
color: #FE9E8E;
}
</style>
background-color css
<style>
a { background-color: #FE9E8E; }
a { background-color: rgb(254,158,142); }
div.DivClassName
{
background-color: #FE9E8E;
}
.BgClassName
{
background-color: #FE9E8E;
}
</style>
border-color css
<style>
span { border-color: #FE9E8E; }
span { border-color: rgb(254,158,142); }
td.TdClassName
{
border-color: #FE9E8E;
}
.TagClassName
{
border-color: #FE9E8E;
}
</style>