Shades of Mona Lisa #FE8D89
Tints of Mona Lisa #FE8D89
RGB
CMYK
RGB Variations
Color information
#FE8D89 (or 0xFE8D89) is known color: Mona Lisa. HEX triplet: FE, 8D and 89. RGB value is (254,141,137). Sum of RGB (Red+Green+Blue) = 254+141+137=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 137 (53.91% from 255 or 25.75% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8D89 is #017276. Grayscale: #AEAEAE. Windows color (decimal): -94839 or 9014782. OLE color: 9014782.
HSL color Cylindrical-coordinate representation of color #FE8D89: hue angle of 2.05º 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 #FE8D89 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 137 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.00 |
| HSL | 2.05º | 0.98% | 0.77% | - |
| HSV(B) | 2.05º | 0.46% | 1% | - |
| XYZ | 54.91 | 41.93 | 28.87 | - |
| YUV | 174.33 | 106.94 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 137 | 0 | 0.44 | 0.46 | 0.00 | 2.05 | 0.98 | 0.77 |
| Hex | FE | 8D | 89 | 0 | 2C | 2E | 0 | 2 | 62 | 4D |
| Octal | 376 | 215 | 211 | 0 | 54 | 56 | 0 | 2 | 142 | 115 |
| Binary | 11111110 | 10001101 | 10001001 | 0 | 101100 | 101110 | 0 | 10 | 1100010 | 1001101 |
Color Harmonies of #FE8D89
Complementary color
Monochromatic Colors of #FE8D89
Black with #FE8D89
Text Example
Text Example
White with #FE8D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D89; }
p { color: rgb(254,141,137); }
H1.HeaderClassName
{
color: #FE8D89;
}
.AnyTagClassName
{
color: #FE8D89;
}
</style>
background-color css
<style>
a { background-color: #FE8D89; }
a { background-color: rgb(254,141,137); }
div.DivClassName
{
background-color: #FE8D89;
}
.BgClassName
{
background-color: #FE8D89;
}
</style>
border-color css
<style>
span { border-color: #FE8D89; }
span { border-color: rgb(254,141,137); }
td.TdClassName
{
border-color: #FE8D89;
}
.TagClassName
{
border-color: #FE8D89;
}
</style>