Shades of Mona Lisa #FB9E90
Tints of Mona Lisa #FB9E90
RGB
CMYK
RGB Variations
Color information
#FB9E90 (or 0xFB9E90) is known color: Mona Lisa. HEX triplet: FB, 9E and 90. RGB value is (251,158,144). Sum of RGB (Red+Green+Blue) = 251+158+144=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9E90 is #04616F. Grayscale: #B8B8B8. Windows color (decimal): -287088 or 9477883. OLE color: 9477883.
HSL color Cylindrical-coordinate representation of color #FB9E90: hue angle of 7.85º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB9E90 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 158 | 144 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.02 |
| HSL | 7.85º | 0.93% | 0.77% | - |
| HSV(B) | 7.85º | 0.43% | 0.98% | - |
| XYZ | 57.04 | 46.98 | 32.45 | - |
| YUV | 184.21 | 105.31 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 158 | 144 | 0 | 0.37 | 0.43 | 0.02 | 7.85 | 0.93 | 0.77 |
| Hex | FB | 9E | 90 | 0 | 25 | 2B | 2 | 8 | 5D | 4D |
| Octal | 373 | 236 | 220 | 0 | 45 | 53 | 2 | 10 | 135 | 115 |
| Binary | 11111011 | 10011110 | 10010000 | 0 | 100101 | 101011 | 10 | 1000 | 1011101 | 1001101 |
Color Harmonies of #FB9E90
Complementary color
Monochromatic Colors of #FB9E90
Black with #FB9E90
Text Example
Text Example
White with #FB9E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9E90; }
p { color: rgb(251,158,144); }
H1.HeaderClassName
{
color: #FB9E90;
}
.AnyTagClassName
{
color: #FB9E90;
}
</style>
background-color css
<style>
a { background-color: #FB9E90; }
a { background-color: rgb(251,158,144); }
div.DivClassName
{
background-color: #FB9E90;
}
.BgClassName
{
background-color: #FB9E90;
}
</style>
border-color css
<style>
span { border-color: #FB9E90; }
span { border-color: rgb(251,158,144); }
td.TdClassName
{
border-color: #FB9E90;
}
.TagClassName
{
border-color: #FB9E90;
}
</style>