Shades of Mona Lisa #FB9F8C
Tints of Mona Lisa #FB9F8C
RGB
CMYK
RGB Variations
Color information
#FB9F8C (or 0xFB9F8C) is known color: Mona Lisa. HEX triplet: FB, 9F and 8C. RGB value is (251,159,140). Sum of RGB (Red+Green+Blue) = 251+159+140=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9F8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9F8C is #046073. Grayscale: #B8B8B8. Windows color (decimal): -286836 or 9215995. OLE color: 9215995.
HSL color Cylindrical-coordinate representation of color #FB9F8C: hue angle of 10.27º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB9F8C is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 159 | 140 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.02 |
| HSL | 10.27º | 0.93% | 0.77% | - |
| HSV(B) | 10.27º | 0.44% | 0.98% | - |
| XYZ | 56.92 | 47.2 | 30.92 | - |
| YUV | 184.34 | 102.98 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 159 | 140 | 0 | 0.37 | 0.44 | 0.02 | 10.27 | 0.93 | 0.77 |
| Hex | FB | 9F | 8C | 0 | 25 | 2C | 2 | A | 5D | 4D |
| Octal | 373 | 237 | 214 | 0 | 45 | 54 | 2 | 12 | 135 | 115 |
| Binary | 11111011 | 10011111 | 10001100 | 0 | 100101 | 101100 | 10 | 1010 | 1011101 | 1001101 |
Color Harmonies of #FB9F8C
Complementary color
Monochromatic Colors of #FB9F8C
Black with #FB9F8C
Text Example
Text Example
White with #FB9F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9F8C; }
p { color: rgb(251,159,140); }
H1.HeaderClassName
{
color: #FB9F8C;
}
.AnyTagClassName
{
color: #FB9F8C;
}
</style>
background-color css
<style>
a { background-color: #FB9F8C; }
a { background-color: rgb(251,159,140); }
div.DivClassName
{
background-color: #FB9F8C;
}
.BgClassName
{
background-color: #FB9F8C;
}
</style>
border-color css
<style>
span { border-color: #FB9F8C; }
span { border-color: rgb(251,159,140); }
td.TdClassName
{
border-color: #FB9F8C;
}
.TagClassName
{
border-color: #FB9F8C;
}
</style>