Shades of Mona Lisa #FF8D89
Tints of Mona Lisa #FF8D89
RGB
CMYK
RGB Variations
Color information
#FF8D89 (or 0xFF8D89) is known color: Mona Lisa. HEX triplet: FF, 8D and 89. RGB value is (255,141,137). Sum of RGB (Red+Green+Blue) = 255+141+137=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8D89 is #007276. Grayscale: #AEAEAE. Windows color (decimal): -29303 or 9014783. OLE color: 9014783.
HSL color Cylindrical-coordinate representation of color #FF8D89: hue angle of 2.03º 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 #FF8D89 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 137 | - |
| CMYK | 0 | 0.45 | 0.46 | 0 |
| HSL | 2.03º | 1% | 0.77% | - |
| HSV(B) | 2.03º | 0.46% | 1% | - |
| XYZ | 55.28 | 42.12 | 28.88 | - |
| YUV | 174.63 | 106.77 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 137 | 0 | 0.45 | 0.46 | 0 | 2.03 | 1 | 0.77 |
| Hex | FF | 8D | 89 | 0 | 2D | 2E | 0 | 2 | 64 | 4D |
| Octal | 377 | 215 | 211 | 0 | 55 | 56 | 0 | 2 | 144 | 115 |
| Binary | 11111111 | 10001101 | 10001001 | 0 | 101101 | 101110 | 0 | 10 | 1100100 | 1001101 |
Color Harmonies of #FF8D89
Complementary color
Monochromatic Colors of #FF8D89
Black with #FF8D89
Text Example
Text Example
White with #FF8D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D89; }
p { color: rgb(255,141,137); }
H1.HeaderClassName
{
color: #FF8D89;
}
.AnyTagClassName
{
color: #FF8D89;
}
</style>
background-color css
<style>
a { background-color: #FF8D89; }
a { background-color: rgb(255,141,137); }
div.DivClassName
{
background-color: #FF8D89;
}
.BgClassName
{
background-color: #FF8D89;
}
</style>
border-color css
<style>
span { border-color: #FF8D89; }
span { border-color: rgb(255,141,137); }
td.TdClassName
{
border-color: #FF8D89;
}
.TagClassName
{
border-color: #FF8D89;
}
</style>