Shades of Mona Lisa #FF8E8C
Tints of Mona Lisa #FF8E8C
RGB
CMYK
RGB Variations
Color information
#FF8E8C (or 0xFF8E8C) is known color: Mona Lisa. HEX triplet: FF, 8E and 8C. RGB value is (255,142,140). Sum of RGB (Red+Green+Blue) = 255+142+140=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8E8C is #007173. Grayscale: #AFAFAF. Windows color (decimal): -29044 or 9211647. OLE color: 9211647.
HSL color Cylindrical-coordinate representation of color #FF8E8C: hue angle of 1.04º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8E8C is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 140 | - |
| CMYK | 0 | 0.44 | 0.45 | 0 |
| HSL | 1.04º | 1% | 0.77% | - |
| HSV(B) | 1.04º | 0.45% | 1% | - |
| XYZ | 55.65 | 42.5 | 30.08 | - |
| YUV | 175.56 | 107.94 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 140 | 0 | 0.44 | 0.45 | 0 | 1.04 | 1 | 0.77 |
| Hex | FF | 8E | 8C | 0 | 2C | 2D | 0 | 1 | 64 | 4D |
| Octal | 377 | 216 | 214 | 0 | 54 | 55 | 0 | 1 | 144 | 115 |
| Binary | 11111111 | 10001110 | 10001100 | 0 | 101100 | 101101 | 0 | 1 | 1100100 | 1001101 |
Color Harmonies of #FF8E8C
Complementary color
Monochromatic Colors of #FF8E8C
Black with #FF8E8C
Text Example
Text Example
White with #FF8E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8E8C; }
p { color: rgb(255,142,140); }
H1.HeaderClassName
{
color: #FF8E8C;
}
.AnyTagClassName
{
color: #FF8E8C;
}
</style>
background-color css
<style>
a { background-color: #FF8E8C; }
a { background-color: rgb(255,142,140); }
div.DivClassName
{
background-color: #FF8E8C;
}
.BgClassName
{
background-color: #FF8E8C;
}
</style>
border-color css
<style>
span { border-color: #FF8E8C; }
span { border-color: rgb(255,142,140); }
td.TdClassName
{
border-color: #FF8E8C;
}
.TagClassName
{
border-color: #FF8E8C;
}
</style>