Shades of Mona Lisa #FF9890
Tints of Mona Lisa #FF9890
RGB
CMYK
RGB Variations
Color information
#FF9890 (or 0xFF9890) is known color: Mona Lisa. HEX triplet: FF, 98 and 90. RGB value is (255,152,144). Sum of RGB (Red+Green+Blue) = 255+152+144=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9890 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9890 is #00676F. Grayscale: #B6B6B6. Windows color (decimal): -26480 or 9476351. OLE color: 9476351.
HSL color Cylindrical-coordinate representation of color #FF9890: hue angle of 4.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF9890 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 144 | - |
| CMYK | 0 | 0.40 | 0.44 | 0 |
| HSL | 4.32º | 1% | 0.78% | - |
| HSV(B) | 4.32º | 0.44% | 1% | - |
| XYZ | 57.5 | 45.73 | 32.18 | - |
| YUV | 181.89 | 106.62 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 144 | 0 | 0.40 | 0.44 | 0 | 4.32 | 1 | 0.78 |
| Hex | FF | 98 | 90 | 0 | 28 | 2C | 0 | 4 | 64 | 4E |
| Octal | 377 | 230 | 220 | 0 | 50 | 54 | 0 | 4 | 144 | 116 |
| Binary | 11111111 | 10011000 | 10010000 | 0 | 101000 | 101100 | 0 | 100 | 1100100 | 1001110 |
Color Harmonies of #FF9890
Complementary color
Monochromatic Colors of #FF9890
Black with #FF9890
Text Example
Text Example
White with #FF9890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9890; }
p { color: rgb(255,152,144); }
H1.HeaderClassName
{
color: #FF9890;
}
.AnyTagClassName
{
color: #FF9890;
}
</style>
background-color css
<style>
a { background-color: #FF9890; }
a { background-color: rgb(255,152,144); }
div.DivClassName
{
background-color: #FF9890;
}
.BgClassName
{
background-color: #FF9890;
}
</style>
border-color css
<style>
span { border-color: #FF9890; }
span { border-color: rgb(255,152,144); }
td.TdClassName
{
border-color: #FF9890;
}
.TagClassName
{
border-color: #FF9890;
}
</style>