Shades of Mona Lisa #FE9491
Tints of Mona Lisa #FE9491
RGB
CMYK
RGB Variations
Color information
#FE9491 (or 0xFE9491) is known color: Mona Lisa. HEX triplet: FE, 94 and 91. RGB value is (254,148,145). Sum of RGB (Red+Green+Blue) = 254+148+145=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 145 (57.03% from 255 or 26.51% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9491 is #016B6E. Grayscale: #B3B3B3. Windows color (decimal): -93039 or 9540862. OLE color: 9540862.
HSL color Cylindrical-coordinate representation of color #FE9491: hue angle of 1.65º 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 #FE9491 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 145 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.00 |
| HSL | 1.65º | 0.98% | 0.78% | - |
| HSV(B) | 1.65º | 0.43% | 1% | - |
| XYZ | 56.57 | 44.29 | 32.36 | - |
| YUV | 179.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 145 | 0 | 0.42 | 0.43 | 0.00 | 1.65 | 0.98 | 0.78 |
| Hex | FE | 94 | 91 | 0 | 2A | 2B | 0 | 2 | 62 | 4E |
| Octal | 376 | 224 | 221 | 0 | 52 | 53 | 0 | 2 | 142 | 116 |
| Binary | 11111110 | 10010100 | 10010001 | 0 | 101010 | 101011 | 0 | 10 | 1100010 | 1001110 |
Color Harmonies of #FE9491
Complementary color
Monochromatic Colors of #FE9491
Black with #FE9491
Text Example
Text Example
White with #FE9491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9491; }
p { color: rgb(254,148,145); }
H1.HeaderClassName
{
color: #FE9491;
}
.AnyTagClassName
{
color: #FE9491;
}
</style>
background-color css
<style>
a { background-color: #FE9491; }
a { background-color: rgb(254,148,145); }
div.DivClassName
{
background-color: #FE9491;
}
.BgClassName
{
background-color: #FE9491;
}
</style>
border-color css
<style>
span { border-color: #FE9491; }
span { border-color: rgb(254,148,145); }
td.TdClassName
{
border-color: #FE9491;
}
.TagClassName
{
border-color: #FE9491;
}
</style>