Shades of Mona Lisa #FB9998
Tints of Mona Lisa #FB9998
RGB
CMYK
RGB Variations
Color information
#FB9998 (or 0xFB9998) is known color: Mona Lisa. HEX triplet: FB, 99 and 98. RGB value is (251,153,152). Sum of RGB (Red+Green+Blue) = 251+153+152=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9998 is #046667. Grayscale: #B6B6B6. Windows color (decimal): -288360 or 10000891. OLE color: 10000891.
HSL color Cylindrical-coordinate representation of color #FB9998: hue angle of 0.61º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB9998 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 152 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.02 |
| HSL | 0.61º | 0.93% | 0.79% | - |
| HSV(B) | 0.61º | 0.39% | 0.98% | - |
| XYZ | 56.84 | 45.56 | 35.5 | - |
| YUV | 182.19 | 110.97 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 152 | 0 | 0.39 | 0.39 | 0.02 | 0.61 | 0.93 | 0.79 |
| Hex | FB | 99 | 98 | 0 | 27 | 27 | 2 | 1 | 5D | 4F |
| Octal | 373 | 231 | 230 | 0 | 47 | 47 | 2 | 1 | 135 | 117 |
| Binary | 11111011 | 10011001 | 10011000 | 0 | 100111 | 100111 | 10 | 1 | 1011101 | 1001111 |
Color Harmonies of #FB9998
Complementary color
Monochromatic Colors of #FB9998
Black with #FB9998
Text Example
Text Example
White with #FB9998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9998; }
p { color: rgb(251,153,152); }
H1.HeaderClassName
{
color: #FB9998;
}
.AnyTagClassName
{
color: #FB9998;
}
</style>
background-color css
<style>
a { background-color: #FB9998; }
a { background-color: rgb(251,153,152); }
div.DivClassName
{
background-color: #FB9998;
}
.BgClassName
{
background-color: #FB9998;
}
</style>
border-color css
<style>
span { border-color: #FB9998; }
span { border-color: rgb(251,153,152); }
td.TdClassName
{
border-color: #FB9998;
}
.TagClassName
{
border-color: #FB9998;
}
</style>