Shades of Mona Lisa #FB9490
Tints of Mona Lisa #FB9490
RGB
CMYK
RGB Variations
Color information
#FB9490 (or 0xFB9490) is known color: Mona Lisa. HEX triplet: FB, 94 and 90. RGB value is (251,148,144). Sum of RGB (Red+Green+Blue) = 251+148+144=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9490 is #046B6F. Grayscale: #B2B2B2. Windows color (decimal): -289648 or 9475323. OLE color: 9475323.
HSL color Cylindrical-coordinate representation of color #FB9490: hue angle of 2.24º 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 #FB9490 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 148 | 144 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.02 |
| HSL | 2.24º | 0.93% | 0.77% | - |
| HSV(B) | 2.24º | 0.43% | 0.98% | - |
| XYZ | 55.41 | 43.7 | 31.9 | - |
| YUV | 178.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 148 | 144 | 0 | 0.41 | 0.43 | 0.02 | 2.24 | 0.93 | 0.77 |
| Hex | FB | 94 | 90 | 0 | 29 | 2B | 2 | 2 | 5D | 4D |
| Octal | 373 | 224 | 220 | 0 | 51 | 53 | 2 | 2 | 135 | 115 |
| Binary | 11111011 | 10010100 | 10010000 | 0 | 101001 | 101011 | 10 | 10 | 1011101 | 1001101 |
Color Harmonies of #FB9490
Complementary color
Monochromatic Colors of #FB9490
Black with #FB9490
Text Example
Text Example
White with #FB9490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9490; }
p { color: rgb(251,148,144); }
H1.HeaderClassName
{
color: #FB9490;
}
.AnyTagClassName
{
color: #FB9490;
}
</style>
background-color css
<style>
a { background-color: #FB9490; }
a { background-color: rgb(251,148,144); }
div.DivClassName
{
background-color: #FB9490;
}
.BgClassName
{
background-color: #FB9490;
}
</style>
border-color css
<style>
span { border-color: #FB9490; }
span { border-color: rgb(251,148,144); }
td.TdClassName
{
border-color: #FB9490;
}
.TagClassName
{
border-color: #FB9490;
}
</style>