Shades of Mona Lisa #FBA08E
Tints of Mona Lisa #FBA08E
RGB
CMYK
RGB Variations
Color information
#FBA08E (or 0xFBA08E) is known color: Mona Lisa. HEX triplet: FB, A0 and 8E. RGB value is (251,160,142). Sum of RGB (Red+Green+Blue) = 251+160+142=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA08E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA08E is #045F71. Grayscale: #B9B9B9. Windows color (decimal): -286578 or 9347323. OLE color: 9347323.
HSL color Cylindrical-coordinate representation of color #FBA08E: hue angle of 9.91º 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 #FBA08E is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 142 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.02 |
| HSL | 9.91º | 0.93% | 0.77% | - |
| HSV(B) | 9.91º | 0.43% | 0.98% | - |
| XYZ | 57.24 | 47.6 | 31.76 | - |
| YUV | 185.16 | 103.65 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 142 | 0 | 0.36 | 0.43 | 0.02 | 9.91 | 0.93 | 0.77 |
| Hex | FB | A0 | 8E | 0 | 24 | 2B | 2 | A | 5D | 4D |
| Octal | 373 | 240 | 216 | 0 | 44 | 53 | 2 | 12 | 135 | 115 |
| Binary | 11111011 | 10100000 | 10001110 | 0 | 100100 | 101011 | 10 | 1010 | 1011101 | 1001101 |
Color Harmonies of #FBA08E
Complementary color
Monochromatic Colors of #FBA08E
Black with #FBA08E
Text Example
Text Example
White with #FBA08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA08E; }
p { color: rgb(251,160,142); }
H1.HeaderClassName
{
color: #FBA08E;
}
.AnyTagClassName
{
color: #FBA08E;
}
</style>
background-color css
<style>
a { background-color: #FBA08E; }
a { background-color: rgb(251,160,142); }
div.DivClassName
{
background-color: #FBA08E;
}
.BgClassName
{
background-color: #FBA08E;
}
</style>
border-color css
<style>
span { border-color: #FBA08E; }
span { border-color: rgb(251,160,142); }
td.TdClassName
{
border-color: #FBA08E;
}
.TagClassName
{
border-color: #FBA08E;
}
</style>