Shades of Mona Lisa #FF8E83
Tints of Mona Lisa #FF8E83
RGB
CMYK
RGB Variations
Color information
#FF8E83 (or 0xFF8E83) is known color: Mona Lisa. HEX triplet: FF, 8E and 83. RGB value is (255,142,131). Sum of RGB (Red+Green+Blue) = 255+142+131=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8E83 is #00717C. Grayscale: #AEAEAE. Windows color (decimal): -29053 or 8621823. OLE color: 8621823.
HSL color Cylindrical-coordinate representation of color #FF8E83: hue angle of 5.32º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF8E83 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 131 | - |
| CMYK | 0 | 0.44 | 0.49 | 0 |
| HSL | 5.32º | 1% | 0.76% | - |
| HSV(B) | 5.32º | 0.49% | 1% | - |
| XYZ | 55.01 | 42.24 | 26.73 | - |
| YUV | 174.53 | 103.44 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 131 | 0 | 0.44 | 0.49 | 0 | 5.32 | 1 | 0.76 |
| Hex | FF | 8E | 83 | 0 | 2C | 31 | 0 | 5 | 64 | 4C |
| Octal | 377 | 216 | 203 | 0 | 54 | 61 | 0 | 5 | 144 | 114 |
| Binary | 11111111 | 10001110 | 10000011 | 0 | 101100 | 110001 | 0 | 101 | 1100100 | 1001100 |
Color Harmonies of #FF8E83
Complementary color
Monochromatic Colors of #FF8E83
Black with #FF8E83
Text Example
Text Example
White with #FF8E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8E83; }
p { color: rgb(255,142,131); }
H1.HeaderClassName
{
color: #FF8E83;
}
.AnyTagClassName
{
color: #FF8E83;
}
</style>
background-color css
<style>
a { background-color: #FF8E83; }
a { background-color: rgb(255,142,131); }
div.DivClassName
{
background-color: #FF8E83;
}
.BgClassName
{
background-color: #FF8E83;
}
</style>
border-color css
<style>
span { border-color: #FF8E83; }
span { border-color: rgb(255,142,131); }
td.TdClassName
{
border-color: #FF8E83;
}
.TagClassName
{
border-color: #FF8E83;
}
</style>