Shades of Mona Lisa #FB9990
Tints of Mona Lisa #FB9990
RGB
CMYK
RGB Variations
Color information
#FB9990 (or 0xFB9990) is known color: Mona Lisa. HEX triplet: FB, 99 and 90. RGB value is (251,153,144). Sum of RGB (Red+Green+Blue) = 251+153+144=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9990 is #04666F. Grayscale: #B5B5B5. Windows color (decimal): -288368 or 9476603. OLE color: 9476603.
HSL color Cylindrical-coordinate representation of color #FB9990: hue angle of 5.05º 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 #FB9990 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 144 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.02 |
| HSL | 5.05º | 0.93% | 0.77% | - |
| HSV(B) | 5.05º | 0.43% | 0.98% | - |
| XYZ | 56.21 | 45.31 | 32.17 | - |
| YUV | 181.28 | 106.97 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 144 | 0 | 0.39 | 0.43 | 0.02 | 5.05 | 0.93 | 0.77 |
| Hex | FB | 99 | 90 | 0 | 27 | 2B | 2 | 5 | 5D | 4D |
| Octal | 373 | 231 | 220 | 0 | 47 | 53 | 2 | 5 | 135 | 115 |
| Binary | 11111011 | 10011001 | 10010000 | 0 | 100111 | 101011 | 10 | 101 | 1011101 | 1001101 |
Color Harmonies of #FB9990
Complementary color
Monochromatic Colors of #FB9990
Black with #FB9990
Text Example
Text Example
White with #FB9990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9990; }
p { color: rgb(251,153,144); }
H1.HeaderClassName
{
color: #FB9990;
}
.AnyTagClassName
{
color: #FB9990;
}
</style>
background-color css
<style>
a { background-color: #FB9990; }
a { background-color: rgb(251,153,144); }
div.DivClassName
{
background-color: #FB9990;
}
.BgClassName
{
background-color: #FB9990;
}
</style>
border-color css
<style>
span { border-color: #FB9990; }
span { border-color: rgb(251,153,144); }
td.TdClassName
{
border-color: #FB9990;
}
.TagClassName
{
border-color: #FB9990;
}
</style>