Shades of Mona Lisa #FE8D80
Tints of Mona Lisa #FE8D80
RGB
CMYK
RGB Variations
Color information
#FE8D80 (or 0xFE8D80) is known color: Mona Lisa. HEX triplet: FE, 8D and 80. RGB value is (254,141,128). Sum of RGB (Red+Green+Blue) = 254+141+128=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8D80 is #01727F. Grayscale: #ADADAD. Windows color (decimal): -94848 or 8424958. OLE color: 8424958.
HSL color Cylindrical-coordinate representation of color #FE8D80: hue angle of 6.19º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE8D80 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 128 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.00 |
| HSL | 6.19º | 0.98% | 0.75% | - |
| HSV(B) | 6.19º | 0.5% | 1% | - |
| XYZ | 54.29 | 41.68 | 25.61 | - |
| YUV | 173.31 | 102.44 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 128 | 0 | 0.44 | 0.50 | 0.00 | 6.19 | 0.98 | 0.75 |
| Hex | FE | 8D | 80 | 0 | 2C | 32 | 0 | 6 | 62 | 4B |
| Octal | 376 | 215 | 200 | 0 | 54 | 62 | 0 | 6 | 142 | 113 |
| Binary | 11111110 | 10001101 | 10000000 | 0 | 101100 | 110010 | 0 | 110 | 1100010 | 1001011 |
Color Harmonies of #FE8D80
Complementary color
Monochromatic Colors of #FE8D80
Black with #FE8D80
Text Example
Text Example
White with #FE8D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D80; }
p { color: rgb(254,141,128); }
H1.HeaderClassName
{
color: #FE8D80;
}
.AnyTagClassName
{
color: #FE8D80;
}
</style>
background-color css
<style>
a { background-color: #FE8D80; }
a { background-color: rgb(254,141,128); }
div.DivClassName
{
background-color: #FE8D80;
}
.BgClassName
{
background-color: #FE8D80;
}
</style>
border-color css
<style>
span { border-color: #FE8D80; }
span { border-color: rgb(254,141,128); }
td.TdClassName
{
border-color: #FE8D80;
}
.TagClassName
{
border-color: #FE8D80;
}
</style>