Shades of Mona Lisa #FD8E81
Tints of Mona Lisa #FD8E81
RGB
CMYK
RGB Variations
Color information
#FD8E81 (or 0xFD8E81) is known color: Mona Lisa. HEX triplet: FD, 8E and 81. RGB value is (253,142,129). Sum of RGB (Red+Green+Blue) = 253+142+129=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 129 (50.78% from 255 or 24.62% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8E81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8E81 is #02717E. Grayscale: #ADADAD. Windows color (decimal): -160127 or 8490749. OLE color: 8490749.
HSL color Cylindrical-coordinate representation of color #FD8E81: hue angle of 6.29º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FD8E81 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 142 | 129 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.01 |
| HSL | 6.29º | 0.97% | 0.75% | - |
| HSV(B) | 6.29º | 0.49% | 0.99% | - |
| XYZ | 54.14 | 41.81 | 25.99 | - |
| YUV | 173.71 | 102.77 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 142 | 129 | 0 | 0.44 | 0.49 | 0.01 | 6.29 | 0.97 | 0.75 |
| Hex | FD | 8E | 81 | 0 | 2C | 31 | 1 | 6 | 61 | 4B |
| Octal | 375 | 216 | 201 | 0 | 54 | 61 | 1 | 6 | 141 | 113 |
| Binary | 11111101 | 10001110 | 10000001 | 0 | 101100 | 110001 | 1 | 110 | 1100001 | 1001011 |
Color Harmonies of #FD8E81
Complementary color
Monochromatic Colors of #FD8E81
Black with #FD8E81
Text Example
Text Example
White with #FD8E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8E81; }
p { color: rgb(253,142,129); }
H1.HeaderClassName
{
color: #FD8E81;
}
.AnyTagClassName
{
color: #FD8E81;
}
</style>
background-color css
<style>
a { background-color: #FD8E81; }
a { background-color: rgb(253,142,129); }
div.DivClassName
{
background-color: #FD8E81;
}
.BgClassName
{
background-color: #FD8E81;
}
</style>
border-color css
<style>
span { border-color: #FD8E81; }
span { border-color: rgb(253,142,129); }
td.TdClassName
{
border-color: #FD8E81;
}
.TagClassName
{
border-color: #FD8E81;
}
</style>