Shades of Mona Lisa #FF8D87
Tints of Mona Lisa #FF8D87
RGB
CMYK
RGB Variations
Color information
#FF8D87 (or 0xFF8D87) is known color: Mona Lisa. HEX triplet: FF, 8D and 87. RGB value is (255,141,135). Sum of RGB (Red+Green+Blue) = 255+141+135=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8D87 is #007278. Grayscale: #AEAEAE. Windows color (decimal): -29305 or 8883711. OLE color: 8883711.
HSL color Cylindrical-coordinate representation of color #FF8D87: hue angle of 3º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF8D87 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 135 | - |
| CMYK | 0 | 0.45 | 0.47 | 0 |
| HSL | 3º | 1% | 0.76% | - |
| HSV(B) | 3º | 0.47% | 1% | - |
| XYZ | 55.14 | 42.06 | 28.13 | - |
| YUV | 174.4 | 105.77 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 135 | 0 | 0.45 | 0.47 | 0 | 3 | 1 | 0.76 |
| Hex | FF | 8D | 87 | 0 | 2D | 2F | 0 | 3 | 64 | 4C |
| Octal | 377 | 215 | 207 | 0 | 55 | 57 | 0 | 3 | 144 | 114 |
| Binary | 11111111 | 10001101 | 10000111 | 0 | 101101 | 101111 | 0 | 11 | 1100100 | 1001100 |
Color Harmonies of #FF8D87
Complementary color
Monochromatic Colors of #FF8D87
Black with #FF8D87
Text Example
Text Example
White with #FF8D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D87; }
p { color: rgb(255,141,135); }
H1.HeaderClassName
{
color: #FF8D87;
}
.AnyTagClassName
{
color: #FF8D87;
}
</style>
background-color css
<style>
a { background-color: #FF8D87; }
a { background-color: rgb(255,141,135); }
div.DivClassName
{
background-color: #FF8D87;
}
.BgClassName
{
background-color: #FF8D87;
}
</style>
border-color css
<style>
span { border-color: #FF8D87; }
span { border-color: rgb(255,141,135); }
td.TdClassName
{
border-color: #FF8D87;
}
.TagClassName
{
border-color: #FF8D87;
}
</style>