Shades of Mona Lisa #FBA090
Tints of Mona Lisa #FBA090
RGB
CMYK
RGB Variations
Color information
#FBA090 (or 0xFBA090) is known color: Mona Lisa. HEX triplet: FB, A0 and 90. RGB value is (251,160,144). Sum of RGB (Red+Green+Blue) = 251+160+144=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 160 (62.89% from 255 or 28.83% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA090 is #045F6F. Grayscale: #B9B9B9. Windows color (decimal): -286576 or 9478395. OLE color: 9478395.
HSL color Cylindrical-coordinate representation of color #FBA090: hue angle of 8.97º 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 #FBA090 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 144 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.02 |
| HSL | 8.97º | 0.93% | 0.77% | - |
| HSV(B) | 8.97º | 0.43% | 0.98% | - |
| XYZ | 57.39 | 47.66 | 32.56 | - |
| YUV | 185.39 | 104.65 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 144 | 0 | 0.36 | 0.43 | 0.02 | 8.97 | 0.93 | 0.77 |
| Hex | FB | A0 | 90 | 0 | 24 | 2B | 2 | 9 | 5D | 4D |
| Octal | 373 | 240 | 220 | 0 | 44 | 53 | 2 | 11 | 135 | 115 |
| Binary | 11111011 | 10100000 | 10010000 | 0 | 100100 | 101011 | 10 | 1001 | 1011101 | 1001101 |
Color Harmonies of #FBA090
Complementary color
Monochromatic Colors of #FBA090
Black with #FBA090
Text Example
Text Example
White with #FBA090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA090; }
p { color: rgb(251,160,144); }
H1.HeaderClassName
{
color: #FBA090;
}
.AnyTagClassName
{
color: #FBA090;
}
</style>
background-color css
<style>
a { background-color: #FBA090; }
a { background-color: rgb(251,160,144); }
div.DivClassName
{
background-color: #FBA090;
}
.BgClassName
{
background-color: #FBA090;
}
</style>
border-color css
<style>
span { border-color: #FBA090; }
span { border-color: rgb(251,160,144); }
td.TdClassName
{
border-color: #FBA090;
}
.TagClassName
{
border-color: #FBA090;
}
</style>