Shades of Mona Lisa #FE8C82
Tints of Mona Lisa #FE8C82
RGB
CMYK
RGB Variations
Color information
#FE8C82 (or 0xFE8C82) is known color: Mona Lisa. HEX triplet: FE, 8C and 82. RGB value is (254,140,130). Sum of RGB (Red+Green+Blue) = 254+140+130=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8C82 is #01737D. Grayscale: #ADADAD. Windows color (decimal): -95102 or 8555774. OLE color: 8555774.
HSL color Cylindrical-coordinate representation of color #FE8C82: hue angle of 4.84º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FE8C82 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 130 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.00 |
| HSL | 4.84º | 0.98% | 0.75% | - |
| HSV(B) | 4.84º | 0.49% | 1% | - |
| XYZ | 54.28 | 41.44 | 26.26 | - |
| YUV | 172.95 | 103.77 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 130 | 0 | 0.45 | 0.49 | 0.00 | 4.84 | 0.98 | 0.75 |
| Hex | FE | 8C | 82 | 0 | 2D | 31 | 0 | 5 | 62 | 4B |
| Octal | 376 | 214 | 202 | 0 | 55 | 61 | 0 | 5 | 142 | 113 |
| Binary | 11111110 | 10001100 | 10000010 | 0 | 101101 | 110001 | 0 | 101 | 1100010 | 1001011 |
Color Harmonies of #FE8C82
Complementary color
Monochromatic Colors of #FE8C82
Black with #FE8C82
Text Example
Text Example
White with #FE8C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C82; }
p { color: rgb(254,140,130); }
H1.HeaderClassName
{
color: #FE8C82;
}
.AnyTagClassName
{
color: #FE8C82;
}
</style>
background-color css
<style>
a { background-color: #FE8C82; }
a { background-color: rgb(254,140,130); }
div.DivClassName
{
background-color: #FE8C82;
}
.BgClassName
{
background-color: #FE8C82;
}
</style>
border-color css
<style>
span { border-color: #FE8C82; }
span { border-color: rgb(254,140,130); }
td.TdClassName
{
border-color: #FE8C82;
}
.TagClassName
{
border-color: #FE8C82;
}
</style>