Shades of Mona Lisa #FB9F8A
Tints of Mona Lisa #FB9F8A
RGB
CMYK
RGB Variations
Color information
#FB9F8A (or 0xFB9F8A) is known color: Mona Lisa. HEX triplet: FB, 9F and 8A. RGB value is (251,159,138). Sum of RGB (Red+Green+Blue) = 251+159+138=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9F8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9F8A is #046075. Grayscale: #B8B8B8. Windows color (decimal): -286838 or 9084923. OLE color: 9084923.
HSL color Cylindrical-coordinate representation of color #FB9F8A: hue angle of 11.15º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB9F8A is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 159 | 138 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.02 |
| HSL | 11.15º | 0.93% | 0.76% | - |
| HSV(B) | 11.15º | 0.45% | 0.98% | - |
| XYZ | 56.77 | 47.14 | 30.15 | - |
| YUV | 184.11 | 101.98 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 159 | 138 | 0 | 0.37 | 0.45 | 0.02 | 11.15 | 0.93 | 0.76 |
| Hex | FB | 9F | 8A | 0 | 25 | 2D | 2 | B | 5D | 4C |
| Octal | 373 | 237 | 212 | 0 | 45 | 55 | 2 | 13 | 135 | 114 |
| Binary | 11111011 | 10011111 | 10001010 | 0 | 100101 | 101101 | 10 | 1011 | 1011101 | 1001100 |
Color Harmonies of #FB9F8A
Complementary color
Monochromatic Colors of #FB9F8A
Black with #FB9F8A
Text Example
Text Example
White with #FB9F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9F8A; }
p { color: rgb(251,159,138); }
H1.HeaderClassName
{
color: #FB9F8A;
}
.AnyTagClassName
{
color: #FB9F8A;
}
</style>
background-color css
<style>
a { background-color: #FB9F8A; }
a { background-color: rgb(251,159,138); }
div.DivClassName
{
background-color: #FB9F8A;
}
.BgClassName
{
background-color: #FB9F8A;
}
</style>
border-color css
<style>
span { border-color: #FB9F8A; }
span { border-color: rgb(251,159,138); }
td.TdClassName
{
border-color: #FB9F8A;
}
.TagClassName
{
border-color: #FB9F8A;
}
</style>