Shades of Mona Lisa #FE9990
Tints of Mona Lisa #FE9990
RGB
CMYK
RGB Variations
Color information
#FE9990 (or 0xFE9990) is known color: Mona Lisa. HEX triplet: FE, 99 and 90. RGB value is (254,153,144). Sum of RGB (Red+Green+Blue) = 254+153+144=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9990 is #01666F. Grayscale: #B6B6B6. Windows color (decimal): -91760 or 9476606. OLE color: 9476606.
HSL color Cylindrical-coordinate representation of color #FE9990: hue angle of 4.91º 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 #FE9990 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 144 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.00 |
| HSL | 4.91º | 0.98% | 0.78% | - |
| HSV(B) | 4.91º | 0.43% | 1% | - |
| XYZ | 57.3 | 45.87 | 32.22 | - |
| YUV | 182.17 | 106.46 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 144 | 0 | 0.40 | 0.43 | 0.00 | 4.91 | 0.98 | 0.78 |
| Hex | FE | 99 | 90 | 0 | 28 | 2B | 0 | 5 | 62 | 4E |
| Octal | 376 | 231 | 220 | 0 | 50 | 53 | 0 | 5 | 142 | 116 |
| Binary | 11111110 | 10011001 | 10010000 | 0 | 101000 | 101011 | 0 | 101 | 1100010 | 1001110 |
Color Harmonies of #FE9990
Complementary color
Monochromatic Colors of #FE9990
Black with #FE9990
Text Example
Text Example
White with #FE9990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9990; }
p { color: rgb(254,153,144); }
H1.HeaderClassName
{
color: #FE9990;
}
.AnyTagClassName
{
color: #FE9990;
}
</style>
background-color css
<style>
a { background-color: #FE9990; }
a { background-color: rgb(254,153,144); }
div.DivClassName
{
background-color: #FE9990;
}
.BgClassName
{
background-color: #FE9990;
}
</style>
border-color css
<style>
span { border-color: #FE9990; }
span { border-color: rgb(254,153,144); }
td.TdClassName
{
border-color: #FE9990;
}
.TagClassName
{
border-color: #FE9990;
}
</style>