Shades of Mona Lisa #FF8D83
Tints of Mona Lisa #FF8D83
RGB
CMYK
RGB Variations
Color information
#FF8D83 (or 0xFF8D83) is known color: Mona Lisa. HEX triplet: FF, 8D and 83. RGB value is (255,141,131). Sum of RGB (Red+Green+Blue) = 255+141+131=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 131 (51.56% from 255 or 24.86% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8D83 is #00727C. Grayscale: #AEAEAE. Windows color (decimal): -29309 or 8621567. OLE color: 8621567.
HSL color Cylindrical-coordinate representation of color #FF8D83: hue angle of 4.84º 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 #FF8D83 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 131 | - |
| CMYK | 0 | 0.45 | 0.49 | 0 |
| HSL | 4.84º | 1% | 0.76% | - |
| HSV(B) | 4.84º | 0.49% | 1% | - |
| XYZ | 54.86 | 41.95 | 26.68 | - |
| YUV | 173.95 | 103.77 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 131 | 0 | 0.45 | 0.49 | 0 | 4.84 | 1 | 0.76 |
| Hex | FF | 8D | 83 | 0 | 2D | 31 | 0 | 5 | 64 | 4C |
| Octal | 377 | 215 | 203 | 0 | 55 | 61 | 0 | 5 | 144 | 114 |
| Binary | 11111111 | 10001101 | 10000011 | 0 | 101101 | 110001 | 0 | 101 | 1100100 | 1001100 |
Color Harmonies of #FF8D83
Complementary color
Monochromatic Colors of #FF8D83
Black with #FF8D83
Text Example
Text Example
White with #FF8D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D83; }
p { color: rgb(255,141,131); }
H1.HeaderClassName
{
color: #FF8D83;
}
.AnyTagClassName
{
color: #FF8D83;
}
</style>
background-color css
<style>
a { background-color: #FF8D83; }
a { background-color: rgb(255,141,131); }
div.DivClassName
{
background-color: #FF8D83;
}
.BgClassName
{
background-color: #FF8D83;
}
</style>
border-color css
<style>
span { border-color: #FF8D83; }
span { border-color: rgb(255,141,131); }
td.TdClassName
{
border-color: #FF8D83;
}
.TagClassName
{
border-color: #FF8D83;
}
</style>