Shades of Mona Lisa #FBA093
Tints of Mona Lisa #FBA093
RGB
CMYK
RGB Variations
Color information
#FBA093 (or 0xFBA093) is known color: Mona Lisa. HEX triplet: FB, A0 and 93. RGB value is (251,160,147). Sum of RGB (Red+Green+Blue) = 251+160+147=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA093 is #045F6C. Grayscale: #B9B9B9. Windows color (decimal): -286573 or 9675003. OLE color: 9675003.
HSL color Cylindrical-coordinate representation of color #FBA093: hue angle of 7.5º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FBA093 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 147 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.02 |
| HSL | 7.5º | 0.93% | 0.78% | - |
| HSV(B) | 7.5º | 0.41% | 0.98% | - |
| XYZ | 57.62 | 47.76 | 33.78 | - |
| YUV | 185.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 147 | 0 | 0.36 | 0.41 | 0.02 | 7.5 | 0.93 | 0.78 |
| Hex | FB | A0 | 93 | 0 | 24 | 29 | 2 | 8 | 5D | 4E |
| Octal | 373 | 240 | 223 | 0 | 44 | 51 | 2 | 10 | 135 | 116 |
| Binary | 11111011 | 10100000 | 10010011 | 0 | 100100 | 101001 | 10 | 1000 | 1011101 | 1001110 |
Color Harmonies of #FBA093
Complementary color
Monochromatic Colors of #FBA093
Black with #FBA093
Text Example
Text Example
White with #FBA093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA093; }
p { color: rgb(251,160,147); }
H1.HeaderClassName
{
color: #FBA093;
}
.AnyTagClassName
{
color: #FBA093;
}
</style>
background-color css
<style>
a { background-color: #FBA093; }
a { background-color: rgb(251,160,147); }
div.DivClassName
{
background-color: #FBA093;
}
.BgClassName
{
background-color: #FBA093;
}
</style>
border-color css
<style>
span { border-color: #FBA093; }
span { border-color: rgb(251,160,147); }
td.TdClassName
{
border-color: #FBA093;
}
.TagClassName
{
border-color: #FBA093;
}
</style>