Shades of Mona Lisa #FF8C87
Tints of Mona Lisa #FF8C87
RGB
CMYK
RGB Variations
Color information
#FF8C87 (or 0xFF8C87) is known color: Mona Lisa. HEX triplet: FF, 8C and 87. RGB value is (255,140,135). Sum of RGB (Red+Green+Blue) = 255+140+135=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 135 (53.12% from 255 or 25.47% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8C87 is #007378. Grayscale: #ADADAD. Windows color (decimal): -29561 or 8883455. OLE color: 8883455.
HSL color Cylindrical-coordinate representation of color #FF8C87: hue angle of 2.5º 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 #FF8C87 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 135 | - |
| CMYK | 0 | 0.45 | 0.47 | 0 |
| HSL | 2.5º | 1% | 0.76% | - |
| HSV(B) | 2.5º | 0.47% | 1% | - |
| XYZ | 54.99 | 41.77 | 28.08 | - |
| YUV | 173.82 | 106.1 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 135 | 0 | 0.45 | 0.47 | 0 | 2.5 | 1 | 0.76 |
| Hex | FF | 8C | 87 | 0 | 2D | 2F | 0 | 2 | 64 | 4C |
| Octal | 377 | 214 | 207 | 0 | 55 | 57 | 0 | 2 | 144 | 114 |
| Binary | 11111111 | 10001100 | 10000111 | 0 | 101101 | 101111 | 0 | 10 | 1100100 | 1001100 |
Color Harmonies of #FF8C87
Complementary color
Monochromatic Colors of #FF8C87
Black with #FF8C87
Text Example
Text Example
White with #FF8C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C87; }
p { color: rgb(255,140,135); }
H1.HeaderClassName
{
color: #FF8C87;
}
.AnyTagClassName
{
color: #FF8C87;
}
</style>
background-color css
<style>
a { background-color: #FF8C87; }
a { background-color: rgb(255,140,135); }
div.DivClassName
{
background-color: #FF8C87;
}
.BgClassName
{
background-color: #FF8C87;
}
</style>
border-color css
<style>
span { border-color: #FF8C87; }
span { border-color: rgb(255,140,135); }
td.TdClassName
{
border-color: #FF8C87;
}
.TagClassName
{
border-color: #FF8C87;
}
</style>