Shades of Mona Lisa #FBA38E
Tints of Mona Lisa #FBA38E
RGB
CMYK
RGB Variations
Color information
#FBA38E (or 0xFBA38E) is known color: Mona Lisa. HEX triplet: FB, A3 and 8E. RGB value is (251,163,142). Sum of RGB (Red+Green+Blue) = 251+163+142=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA38E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA38E is #045C71. Grayscale: #BBBBBB. Windows color (decimal): -285810 or 9348091. OLE color: 9348091.
HSL color Cylindrical-coordinate representation of color #FBA38E: hue angle of 11.56º 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 #FBA38E is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 142 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.02 |
| HSL | 11.56º | 0.93% | 0.77% | - |
| HSV(B) | 11.56º | 0.43% | 0.98% | - |
| XYZ | 57.76 | 48.66 | 31.94 | - |
| YUV | 186.92 | 102.65 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 142 | 0 | 0.35 | 0.43 | 0.02 | 11.56 | 0.93 | 0.77 |
| Hex | FB | A3 | 8E | 0 | 23 | 2B | 2 | C | 5D | 4D |
| Octal | 373 | 243 | 216 | 0 | 43 | 53 | 2 | 14 | 135 | 115 |
| Binary | 11111011 | 10100011 | 10001110 | 0 | 100011 | 101011 | 10 | 1100 | 1011101 | 1001101 |
Color Harmonies of #FBA38E
Complementary color
Monochromatic Colors of #FBA38E
Black with #FBA38E
Text Example
Text Example
White with #FBA38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA38E; }
p { color: rgb(251,163,142); }
H1.HeaderClassName
{
color: #FBA38E;
}
.AnyTagClassName
{
color: #FBA38E;
}
</style>
background-color css
<style>
a { background-color: #FBA38E; }
a { background-color: rgb(251,163,142); }
div.DivClassName
{
background-color: #FBA38E;
}
.BgClassName
{
background-color: #FBA38E;
}
</style>
border-color css
<style>
span { border-color: #FBA38E; }
span { border-color: rgb(251,163,142); }
td.TdClassName
{
border-color: #FBA38E;
}
.TagClassName
{
border-color: #FBA38E;
}
</style>