Shades of Mona Lisa #FF8E89
Tints of Mona Lisa #FF8E89
RGB
CMYK
RGB Variations
Color information
#FF8E89 (or 0xFF8E89) is known color: Mona Lisa. HEX triplet: FF, 8E and 89. RGB value is (255,142,137). Sum of RGB (Red+Green+Blue) = 255+142+137=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8E89 is #007176. Grayscale: #AFAFAF. Windows color (decimal): -29047 or 9015039. OLE color: 9015039.
HSL color Cylindrical-coordinate representation of color #FF8E89: hue angle of 2.54º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF8E89 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 137 | - |
| CMYK | 0 | 0.44 | 0.46 | 0 |
| HSL | 2.54º | 1% | 0.77% | - |
| HSV(B) | 2.54º | 0.46% | 1% | - |
| XYZ | 55.43 | 42.41 | 28.93 | - |
| YUV | 175.22 | 106.44 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 137 | 0 | 0.44 | 0.46 | 0 | 2.54 | 1 | 0.77 |
| Hex | FF | 8E | 89 | 0 | 2C | 2E | 0 | 3 | 64 | 4D |
| Octal | 377 | 216 | 211 | 0 | 54 | 56 | 0 | 3 | 144 | 115 |
| Binary | 11111111 | 10001110 | 10001001 | 0 | 101100 | 101110 | 0 | 11 | 1100100 | 1001101 |
Color Harmonies of #FF8E89
Complementary color
Monochromatic Colors of #FF8E89
Black with #FF8E89
Text Example
Text Example
White with #FF8E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8E89; }
p { color: rgb(255,142,137); }
H1.HeaderClassName
{
color: #FF8E89;
}
.AnyTagClassName
{
color: #FF8E89;
}
</style>
background-color css
<style>
a { background-color: #FF8E89; }
a { background-color: rgb(255,142,137); }
div.DivClassName
{
background-color: #FF8E89;
}
.BgClassName
{
background-color: #FF8E89;
}
</style>
border-color css
<style>
span { border-color: #FF8E89; }
span { border-color: rgb(255,142,137); }
td.TdClassName
{
border-color: #FF8E89;
}
.TagClassName
{
border-color: #FF8E89;
}
</style>