Shades of Mona Lisa #FBA191
Tints of Mona Lisa #FBA191
RGB
CMYK
RGB Variations
Color information
#FBA191 (or 0xFBA191) is known color: Mona Lisa. HEX triplet: FB, A1 and 91. RGB value is (251,161,145). Sum of RGB (Red+Green+Blue) = 251+161+145=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 145 (57.03% from 255 or 26.03% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA191 is #045E6E. Grayscale: #BABABA. Windows color (decimal): -286319 or 9544187. OLE color: 9544187.
HSL color Cylindrical-coordinate representation of color #FBA191: hue angle of 9.06º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FBA191 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 145 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.02 |
| HSL | 9.06º | 0.93% | 0.78% | - |
| HSV(B) | 9.06º | 0.42% | 0.98% | - |
| XYZ | 57.64 | 48.04 | 33.02 | - |
| YUV | 186.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 145 | 0 | 0.36 | 0.42 | 0.02 | 9.06 | 0.93 | 0.78 |
| Hex | FB | A1 | 91 | 0 | 24 | 2A | 2 | 9 | 5D | 4E |
| Octal | 373 | 241 | 221 | 0 | 44 | 52 | 2 | 11 | 135 | 116 |
| Binary | 11111011 | 10100001 | 10010001 | 0 | 100100 | 101010 | 10 | 1001 | 1011101 | 1001110 |
Color Harmonies of #FBA191
Complementary color
Monochromatic Colors of #FBA191
Black with #FBA191
Text Example
Text Example
White with #FBA191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA191; }
p { color: rgb(251,161,145); }
H1.HeaderClassName
{
color: #FBA191;
}
.AnyTagClassName
{
color: #FBA191;
}
</style>
background-color css
<style>
a { background-color: #FBA191; }
a { background-color: rgb(251,161,145); }
div.DivClassName
{
background-color: #FBA191;
}
.BgClassName
{
background-color: #FBA191;
}
</style>
border-color css
<style>
span { border-color: #FBA191; }
span { border-color: rgb(251,161,145); }
td.TdClassName
{
border-color: #FBA191;
}
.TagClassName
{
border-color: #FBA191;
}
</style>