Shades of Mona Lisa #FB9F8F
Tints of Mona Lisa #FB9F8F
RGB
CMYK
RGB Variations
Color information
#FB9F8F (or 0xFB9F8F) is known color: Mona Lisa. HEX triplet: FB, 9F and 8F. RGB value is (251,159,143). Sum of RGB (Red+Green+Blue) = 251+159+143=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 143 (56.25% from 255 or 25.86% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9F8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9F8F is #046070. Grayscale: #B8B8B8. Windows color (decimal): -286833 or 9412603. OLE color: 9412603.
HSL color Cylindrical-coordinate representation of color #FB9F8F: hue angle of 8.89º 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 #FB9F8F is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 159 | 143 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.02 |
| HSL | 8.89º | 0.93% | 0.77% | - |
| HSV(B) | 8.89º | 0.43% | 0.98% | - |
| XYZ | 57.14 | 47.29 | 32.1 | - |
| YUV | 184.68 | 104.48 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 159 | 143 | 0 | 0.37 | 0.43 | 0.02 | 8.89 | 0.93 | 0.77 |
| Hex | FB | 9F | 8F | 0 | 25 | 2B | 2 | 9 | 5D | 4D |
| Octal | 373 | 237 | 217 | 0 | 45 | 53 | 2 | 11 | 135 | 115 |
| Binary | 11111011 | 10011111 | 10001111 | 0 | 100101 | 101011 | 10 | 1001 | 1011101 | 1001101 |
Color Harmonies of #FB9F8F
Complementary color
Monochromatic Colors of #FB9F8F
Black with #FB9F8F
Text Example
Text Example
White with #FB9F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9F8F; }
p { color: rgb(251,159,143); }
H1.HeaderClassName
{
color: #FB9F8F;
}
.AnyTagClassName
{
color: #FB9F8F;
}
</style>
background-color css
<style>
a { background-color: #FB9F8F; }
a { background-color: rgb(251,159,143); }
div.DivClassName
{
background-color: #FB9F8F;
}
.BgClassName
{
background-color: #FB9F8F;
}
</style>
border-color css
<style>
span { border-color: #FB9F8F; }
span { border-color: rgb(251,159,143); }
td.TdClassName
{
border-color: #FB9F8F;
}
.TagClassName
{
border-color: #FB9F8F;
}
</style>