Shades of Mona Lisa #FE9998
Tints of Mona Lisa #FE9998
RGB
CMYK
RGB Variations
Color information
#FE9998 (or 0xFE9998) is known color: Mona Lisa. HEX triplet: FE, 99 and 98. RGB value is (254,153,152). Sum of RGB (Red+Green+Blue) = 254+153+152=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9998 is #016667. Grayscale: #B7B7B7. Windows color (decimal): -91752 or 10000894. OLE color: 10000894.
HSL color Cylindrical-coordinate representation of color #FE9998: hue angle of 0.59º 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 #FE9998 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 152 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.00 |
| HSL | 0.59º | 0.98% | 0.8% | - |
| HSV(B) | 0.59º | 0.4% | 1% | - |
| XYZ | 57.93 | 46.12 | 35.55 | - |
| YUV | 183.09 | 110.46 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 152 | 0 | 0.40 | 0.40 | 0.00 | 0.59 | 0.98 | 0.8 |
| Hex | FE | 99 | 98 | 0 | 28 | 28 | 0 | 1 | 62 | 50 |
| Octal | 376 | 231 | 230 | 0 | 50 | 50 | 0 | 1 | 142 | 120 |
| Binary | 11111110 | 10011001 | 10011000 | 0 | 101000 | 101000 | 0 | 1 | 1100010 | 1010000 |
Color Harmonies of #FE9998
Complementary color
Monochromatic Colors of #FE9998
Black with #FE9998
Text Example
Text Example
White with #FE9998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9998; }
p { color: rgb(254,153,152); }
H1.HeaderClassName
{
color: #FE9998;
}
.AnyTagClassName
{
color: #FE9998;
}
</style>
background-color css
<style>
a { background-color: #FE9998; }
a { background-color: rgb(254,153,152); }
div.DivClassName
{
background-color: #FE9998;
}
.BgClassName
{
background-color: #FE9998;
}
</style>
border-color css
<style>
span { border-color: #FE9998; }
span { border-color: rgb(254,153,152); }
td.TdClassName
{
border-color: #FE9998;
}
.TagClassName
{
border-color: #FE9998;
}
</style>