Shades of Mona Lisa #FE9E8D
Tints of Mona Lisa #FE9E8D
RGB
CMYK
RGB Variations
Color information
#FE9E8D (or 0xFE9E8D) is known color: Mona Lisa. HEX triplet: FE, 9E and 8D. RGB value is (254,158,141). Sum of RGB (Red+Green+Blue) = 254+158+141=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9E8D is #016172. Grayscale: #B8B8B8. Windows color (decimal): -90483 or 9281278. OLE color: 9281278.
HSL color Cylindrical-coordinate representation of color #FE9E8D: hue angle of 9.03º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE9E8D is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 141 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.00 |
| HSL | 9.03º | 0.98% | 0.77% | - |
| HSV(B) | 9.03º | 0.44% | 1% | - |
| XYZ | 57.91 | 47.45 | 31.31 | - |
| YUV | 184.77 | 103.3 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 141 | 0 | 0.38 | 0.44 | 0.00 | 9.03 | 0.98 | 0.77 |
| Hex | FE | 9E | 8D | 0 | 26 | 2C | 0 | 9 | 62 | 4D |
| Octal | 376 | 236 | 215 | 0 | 46 | 54 | 0 | 11 | 142 | 115 |
| Binary | 11111110 | 10011110 | 10001101 | 0 | 100110 | 101100 | 0 | 1001 | 1100010 | 1001101 |
Color Harmonies of #FE9E8D
Complementary color
Monochromatic Colors of #FE9E8D
Black with #FE9E8D
Text Example
Text Example
White with #FE9E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9E8D; }
p { color: rgb(254,158,141); }
H1.HeaderClassName
{
color: #FE9E8D;
}
.AnyTagClassName
{
color: #FE9E8D;
}
</style>
background-color css
<style>
a { background-color: #FE9E8D; }
a { background-color: rgb(254,158,141); }
div.DivClassName
{
background-color: #FE9E8D;
}
.BgClassName
{
background-color: #FE9E8D;
}
</style>
border-color css
<style>
span { border-color: #FE9E8D; }
span { border-color: rgb(254,158,141); }
td.TdClassName
{
border-color: #FE9E8D;
}
.TagClassName
{
border-color: #FE9E8D;
}
</style>