Shades of Mona Lisa #FE9190
Tints of Mona Lisa #FE9190
RGB
CMYK
RGB Variations
Color information
#FE9190 (or 0xFE9190) is known color: Mona Lisa. HEX triplet: FE, 91 and 90. RGB value is (254,145,144). Sum of RGB (Red+Green+Blue) = 254+145+144=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9190 is #016E6F. Grayscale: #B1B1B1. Windows color (decimal): -93808 or 9474558. OLE color: 9474558.
HSL color Cylindrical-coordinate representation of color #FE9190: hue angle of 0.55º 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 #FE9190 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 144 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.00 |
| HSL | 0.55º | 0.98% | 0.78% | - |
| HSV(B) | 0.55º | 0.43% | 1% | - |
| XYZ | 56.03 | 43.34 | 31.8 | - |
| YUV | 177.48 | 109.11 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 144 | 0 | 0.43 | 0.43 | 0.00 | 0.55 | 0.98 | 0.78 |
| Hex | FE | 91 | 90 | 0 | 2B | 2B | 0 | 1 | 62 | 4E |
| Octal | 376 | 221 | 220 | 0 | 53 | 53 | 0 | 1 | 142 | 116 |
| Binary | 11111110 | 10010001 | 10010000 | 0 | 101011 | 101011 | 0 | 1 | 1100010 | 1001110 |
Color Harmonies of #FE9190
Complementary color
Monochromatic Colors of #FE9190
Black with #FE9190
Text Example
Text Example
White with #FE9190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9190; }
p { color: rgb(254,145,144); }
H1.HeaderClassName
{
color: #FE9190;
}
.AnyTagClassName
{
color: #FE9190;
}
</style>
background-color css
<style>
a { background-color: #FE9190; }
a { background-color: rgb(254,145,144); }
div.DivClassName
{
background-color: #FE9190;
}
.BgClassName
{
background-color: #FE9190;
}
</style>
border-color css
<style>
span { border-color: #FE9190; }
span { border-color: rgb(254,145,144); }
td.TdClassName
{
border-color: #FE9190;
}
.TagClassName
{
border-color: #FE9190;
}
</style>