Shades of Mona Lisa #FE9E8C
Tints of Mona Lisa #FE9E8C
RGB
CMYK
RGB Variations
Color information
#FE9E8C (or 0xFE9E8C) is known color: Mona Lisa. HEX triplet: FE, 9E and 8C. RGB value is (254,158,140). Sum of RGB (Red+Green+Blue) = 254+158+140=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9E8C is #016173. Grayscale: #B8B8B8. Windows color (decimal): -90484 or 9215742. OLE color: 9215742.
HSL color Cylindrical-coordinate representation of color #FE9E8C: hue angle of 9.47º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE9E8C is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 140 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.00 |
| HSL | 9.47º | 0.98% | 0.77% | - |
| HSV(B) | 9.47º | 0.45% | 1% | - |
| XYZ | 57.83 | 47.42 | 30.92 | - |
| YUV | 184.65 | 102.8 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 140 | 0 | 0.38 | 0.45 | 0.00 | 9.47 | 0.98 | 0.77 |
| Hex | FE | 9E | 8C | 0 | 26 | 2D | 0 | 9 | 62 | 4D |
| Octal | 376 | 236 | 214 | 0 | 46 | 55 | 0 | 11 | 142 | 115 |
| Binary | 11111110 | 10011110 | 10001100 | 0 | 100110 | 101101 | 0 | 1001 | 1100010 | 1001101 |
Color Harmonies of #FE9E8C
Complementary color
Monochromatic Colors of #FE9E8C
Black with #FE9E8C
Text Example
Text Example
White with #FE9E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9E8C; }
p { color: rgb(254,158,140); }
H1.HeaderClassName
{
color: #FE9E8C;
}
.AnyTagClassName
{
color: #FE9E8C;
}
</style>
background-color css
<style>
a { background-color: #FE9E8C; }
a { background-color: rgb(254,158,140); }
div.DivClassName
{
background-color: #FE9E8C;
}
.BgClassName
{
background-color: #FE9E8C;
}
</style>
border-color css
<style>
span { border-color: #FE9E8C; }
span { border-color: rgb(254,158,140); }
td.TdClassName
{
border-color: #FE9E8C;
}
.TagClassName
{
border-color: #FE9E8C;
}
</style>