Shades of Mona Lisa #FB8D83
Tints of Mona Lisa #FB8D83
RGB
CMYK
RGB Variations
Color information
#FB8D83 (or 0xFB8D83) is known color: Mona Lisa. HEX triplet: FB, 8D and 83. RGB value is (251,141,131). Sum of RGB (Red+Green+Blue) = 251+141+131=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 131 (51.56% from 255 or 25.05% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8D83 is #04727C. Grayscale: #ACACAC. Windows color (decimal): -291453 or 8621563. OLE color: 8621563.
HSL color Cylindrical-coordinate representation of color #FB8D83: hue angle of 5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FB8D83 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 131 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.02 |
| HSL | 5º | 0.94% | 0.75% | - |
| HSV(B) | 5º | 0.48% | 0.98% | - |
| XYZ | 53.41 | 41.2 | 26.61 | - |
| YUV | 172.75 | 104.44 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 131 | 0 | 0.44 | 0.48 | 0.02 | 5 | 0.94 | 0.75 |
| Hex | FB | 8D | 83 | 0 | 2C | 30 | 2 | 5 | 5E | 4B |
| Octal | 373 | 215 | 203 | 0 | 54 | 60 | 2 | 5 | 136 | 113 |
| Binary | 11111011 | 10001101 | 10000011 | 0 | 101100 | 110000 | 10 | 101 | 1011110 | 1001011 |
Color Harmonies of #FB8D83
Complementary color
Monochromatic Colors of #FB8D83
Black with #FB8D83
Text Example
Text Example
White with #FB8D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D83; }
p { color: rgb(251,141,131); }
H1.HeaderClassName
{
color: #FB8D83;
}
.AnyTagClassName
{
color: #FB8D83;
}
</style>
background-color css
<style>
a { background-color: #FB8D83; }
a { background-color: rgb(251,141,131); }
div.DivClassName
{
background-color: #FB8D83;
}
.BgClassName
{
background-color: #FB8D83;
}
</style>
border-color css
<style>
span { border-color: #FB8D83; }
span { border-color: rgb(251,141,131); }
td.TdClassName
{
border-color: #FB8D83;
}
.TagClassName
{
border-color: #FB8D83;
}
</style>