Shades of Mona Lisa #FE998A
Tints of Mona Lisa #FE998A
RGB
CMYK
RGB Variations
Color information
#FE998A (or 0xFE998A) is known color: Mona Lisa. HEX triplet: FE, 99 and 8A. RGB value is (254,153,138). Sum of RGB (Red+Green+Blue) = 254+153+138=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE998A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE998A is #016675. Grayscale: #B5B5B5. Windows color (decimal): -91766 or 9083390. OLE color: 9083390.
HSL color Cylindrical-coordinate representation of color #FE998A: hue angle of 7.76º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE998A is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 138 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.00 |
| HSL | 7.76º | 0.98% | 0.77% | - |
| HSV(B) | 7.76º | 0.46% | 1% | - |
| XYZ | 56.85 | 45.69 | 29.87 | - |
| YUV | 181.49 | 103.46 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 138 | 0 | 0.40 | 0.46 | 0.00 | 7.76 | 0.98 | 0.77 |
| Hex | FE | 99 | 8A | 0 | 28 | 2E | 0 | 8 | 62 | 4D |
| Octal | 376 | 231 | 212 | 0 | 50 | 56 | 0 | 10 | 142 | 115 |
| Binary | 11111110 | 10011001 | 10001010 | 0 | 101000 | 101110 | 0 | 1000 | 1100010 | 1001101 |
Color Harmonies of #FE998A
Complementary color
Monochromatic Colors of #FE998A
Black with #FE998A
Text Example
Text Example
White with #FE998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE998A; }
p { color: rgb(254,153,138); }
H1.HeaderClassName
{
color: #FE998A;
}
.AnyTagClassName
{
color: #FE998A;
}
</style>
background-color css
<style>
a { background-color: #FE998A; }
a { background-color: rgb(254,153,138); }
div.DivClassName
{
background-color: #FE998A;
}
.BgClassName
{
background-color: #FE998A;
}
</style>
border-color css
<style>
span { border-color: #FE998A; }
span { border-color: rgb(254,153,138); }
td.TdClassName
{
border-color: #FE998A;
}
.TagClassName
{
border-color: #FE998A;
}
</style>