Shades of Mona Lisa #FE9992
Tints of Mona Lisa #FE9992
RGB
CMYK
RGB Variations
Color information
#FE9992 (or 0xFE9992) is known color: Mona Lisa. HEX triplet: FE, 99 and 92. RGB value is (254,153,146). Sum of RGB (Red+Green+Blue) = 254+153+146=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9992 is #01666D. Grayscale: #B6B6B6. Windows color (decimal): -91758 or 9607678. OLE color: 9607678.
HSL color Cylindrical-coordinate representation of color #FE9992: hue angle of 3.89º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE9992 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 146 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.00 |
| HSL | 3.89º | 0.98% | 0.78% | - |
| HSV(B) | 3.89º | 0.43% | 1% | - |
| XYZ | 57.45 | 45.93 | 33.03 | - |
| YUV | 182.4 | 107.46 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 146 | 0 | 0.40 | 0.43 | 0.00 | 3.89 | 0.98 | 0.78 |
| Hex | FE | 99 | 92 | 0 | 28 | 2B | 0 | 4 | 62 | 4E |
| Octal | 376 | 231 | 222 | 0 | 50 | 53 | 0 | 4 | 142 | 116 |
| Binary | 11111110 | 10011001 | 10010010 | 0 | 101000 | 101011 | 0 | 100 | 1100010 | 1001110 |
Color Harmonies of #FE9992
Complementary color
Monochromatic Colors of #FE9992
Black with #FE9992
Text Example
Text Example
White with #FE9992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9992; }
p { color: rgb(254,153,146); }
H1.HeaderClassName
{
color: #FE9992;
}
.AnyTagClassName
{
color: #FE9992;
}
</style>
background-color css
<style>
a { background-color: #FE9992; }
a { background-color: rgb(254,153,146); }
div.DivClassName
{
background-color: #FE9992;
}
.BgClassName
{
background-color: #FE9992;
}
</style>
border-color css
<style>
span { border-color: #FE9992; }
span { border-color: rgb(254,153,146); }
td.TdClassName
{
border-color: #FE9992;
}
.TagClassName
{
border-color: #FE9992;
}
</style>