Shades of Mona Lisa #FB9785
Tints of Mona Lisa #FB9785
RGB
CMYK
RGB Variations
Color information
#FB9785 (or 0xFB9785) is known color: Mona Lisa. HEX triplet: FB, 97 and 85. RGB value is (251,151,133). Sum of RGB (Red+Green+Blue) = 251+151+133=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9785 is #04687A. Grayscale: #B3B3B3. Windows color (decimal): -288891 or 8755195. OLE color: 8755195.
HSL color Cylindrical-coordinate representation of color #FB9785: hue angle of 9.15º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB9785 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 151 | 133 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.02 |
| HSL | 9.15º | 0.94% | 0.75% | - |
| HSV(B) | 9.15º | 0.47% | 0.98% | - |
| XYZ | 55.08 | 44.34 | 27.84 | - |
| YUV | 178.85 | 102.13 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 151 | 133 | 0 | 0.40 | 0.47 | 0.02 | 9.15 | 0.94 | 0.75 |
| Hex | FB | 97 | 85 | 0 | 28 | 2F | 2 | 9 | 5E | 4B |
| Octal | 373 | 227 | 205 | 0 | 50 | 57 | 2 | 11 | 136 | 113 |
| Binary | 11111011 | 10010111 | 10000101 | 0 | 101000 | 101111 | 10 | 1001 | 1011110 | 1001011 |
Color Harmonies of #FB9785
Complementary color
Monochromatic Colors of #FB9785
Black with #FB9785
Text Example
Text Example
White with #FB9785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9785; }
p { color: rgb(251,151,133); }
H1.HeaderClassName
{
color: #FB9785;
}
.AnyTagClassName
{
color: #FB9785;
}
</style>
background-color css
<style>
a { background-color: #FB9785; }
a { background-color: rgb(251,151,133); }
div.DivClassName
{
background-color: #FB9785;
}
.BgClassName
{
background-color: #FB9785;
}
</style>
border-color css
<style>
span { border-color: #FB9785; }
span { border-color: rgb(251,151,133); }
td.TdClassName
{
border-color: #FB9785;
}
.TagClassName
{
border-color: #FB9785;
}
</style>