Shades of Mona Lisa #FE9B99
Tints of Mona Lisa #FE9B99
RGB
CMYK
RGB Variations
Color information
#FE9B99 (or 0xFE9B99) is known color: Mona Lisa. HEX triplet: FE, 9B and 99. RGB value is (254,155,153). Sum of RGB (Red+Green+Blue) = 254+155+153=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9B99 is #016466. Grayscale: #B8B8B8. Windows color (decimal): -91239 or 10066942. OLE color: 10066942.
HSL color Cylindrical-coordinate representation of color #FE9B99: hue angle of 1.19º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE9B99 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 153 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.00 |
| HSL | 1.19º | 0.98% | 0.8% | - |
| HSV(B) | 1.19º | 0.4% | 1% | - |
| XYZ | 58.34 | 46.81 | 36.1 | - |
| YUV | 184.37 | 110.3 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 153 | 0 | 0.39 | 0.40 | 0.00 | 1.19 | 0.98 | 0.8 |
| Hex | FE | 9B | 99 | 0 | 27 | 28 | 0 | 1 | 62 | 50 |
| Octal | 376 | 233 | 231 | 0 | 47 | 50 | 0 | 1 | 142 | 120 |
| Binary | 11111110 | 10011011 | 10011001 | 0 | 100111 | 101000 | 0 | 1 | 1100010 | 1010000 |
Color Harmonies of #FE9B99
Complementary color
Monochromatic Colors of #FE9B99
Black with #FE9B99
Text Example
Text Example
White with #FE9B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9B99; }
p { color: rgb(254,155,153); }
H1.HeaderClassName
{
color: #FE9B99;
}
.AnyTagClassName
{
color: #FE9B99;
}
</style>
background-color css
<style>
a { background-color: #FE9B99; }
a { background-color: rgb(254,155,153); }
div.DivClassName
{
background-color: #FE9B99;
}
.BgClassName
{
background-color: #FE9B99;
}
</style>
border-color css
<style>
span { border-color: #FE9B99; }
span { border-color: rgb(254,155,153); }
td.TdClassName
{
border-color: #FE9B99;
}
.TagClassName
{
border-color: #FE9B99;
}
</style>