Shades of Mona Lisa #FB9189
Tints of Mona Lisa #FB9189
RGB
CMYK
RGB Variations
Color information
#FB9189 (or 0xFB9189) is known color: Mona Lisa. HEX triplet: FB, 91 and 89. RGB value is (251,145,137). Sum of RGB (Red+Green+Blue) = 251+145+137=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9189 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9189 is #046E76. Grayscale: #AFAFAF. Windows color (decimal): -290423 or 9015803. OLE color: 9015803.
HSL color Cylindrical-coordinate representation of color #FB9189: hue angle of 4.21º 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 #FB9189 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 137 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.02 |
| HSL | 4.21º | 0.93% | 0.76% | - |
| HSV(B) | 4.21º | 0.45% | 0.98% | - |
| XYZ | 54.42 | 42.57 | 29.01 | - |
| YUV | 175.78 | 106.12 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 137 | 0 | 0.42 | 0.45 | 0.02 | 4.21 | 0.93 | 0.76 |
| Hex | FB | 91 | 89 | 0 | 2A | 2D | 2 | 4 | 5D | 4C |
| Octal | 373 | 221 | 211 | 0 | 52 | 55 | 2 | 4 | 135 | 114 |
| Binary | 11111011 | 10010001 | 10001001 | 0 | 101010 | 101101 | 10 | 100 | 1011101 | 1001100 |
Color Harmonies of #FB9189
Complementary color
Monochromatic Colors of #FB9189
Black with #FB9189
Text Example
Text Example
White with #FB9189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9189; }
p { color: rgb(251,145,137); }
H1.HeaderClassName
{
color: #FB9189;
}
.AnyTagClassName
{
color: #FB9189;
}
</style>
background-color css
<style>
a { background-color: #FB9189; }
a { background-color: rgb(251,145,137); }
div.DivClassName
{
background-color: #FB9189;
}
.BgClassName
{
background-color: #FB9189;
}
</style>
border-color css
<style>
span { border-color: #FB9189; }
span { border-color: rgb(251,145,137); }
td.TdClassName
{
border-color: #FB9189;
}
.TagClassName
{
border-color: #FB9189;
}
</style>