Shades of Mona Lisa #FE8C86
Tints of Mona Lisa #FE8C86
RGB
CMYK
RGB Variations
Color information
#FE8C86 (or 0xFE8C86) is known color: Mona Lisa. HEX triplet: FE, 8C and 86. RGB value is (254,140,134). Sum of RGB (Red+Green+Blue) = 254+140+134=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 134 (52.73% from 255 or 25.38% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8C86 is #017379. Grayscale: #ADADAD. Windows color (decimal): -95098 or 8817918. OLE color: 8817918.
HSL color Cylindrical-coordinate representation of color #FE8C86: hue angle of 3º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE8C86 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 134 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.00 |
| HSL | 3º | 0.98% | 0.76% | - |
| HSV(B) | 3º | 0.47% | 1% | - |
| XYZ | 54.55 | 41.55 | 27.7 | - |
| YUV | 173.4 | 105.77 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 134 | 0 | 0.45 | 0.47 | 0.00 | 3 | 0.98 | 0.76 |
| Hex | FE | 8C | 86 | 0 | 2D | 2F | 0 | 3 | 62 | 4C |
| Octal | 376 | 214 | 206 | 0 | 55 | 57 | 0 | 3 | 142 | 114 |
| Binary | 11111110 | 10001100 | 10000110 | 0 | 101101 | 101111 | 0 | 11 | 1100010 | 1001100 |
Color Harmonies of #FE8C86
Complementary color
Monochromatic Colors of #FE8C86
Black with #FE8C86
Text Example
Text Example
White with #FE8C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C86; }
p { color: rgb(254,140,134); }
H1.HeaderClassName
{
color: #FE8C86;
}
.AnyTagClassName
{
color: #FE8C86;
}
</style>
background-color css
<style>
a { background-color: #FE8C86; }
a { background-color: rgb(254,140,134); }
div.DivClassName
{
background-color: #FE8C86;
}
.BgClassName
{
background-color: #FE8C86;
}
</style>
border-color css
<style>
span { border-color: #FE8C86; }
span { border-color: rgb(254,140,134); }
td.TdClassName
{
border-color: #FE8C86;
}
.TagClassName
{
border-color: #FE8C86;
}
</style>