Shades of Mona Lisa #FE8F86
Tints of Mona Lisa #FE8F86
RGB
CMYK
RGB Variations
Color information
#FE8F86 (or 0xFE8F86) is known color: Mona Lisa. HEX triplet: FE, 8F and 86. RGB value is (254,143,134). Sum of RGB (Red+Green+Blue) = 254+143+134=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8F86 is #017079. Grayscale: #AFAFAF. Windows color (decimal): -94330 or 8818686. OLE color: 8818686.
HSL color Cylindrical-coordinate representation of color #FE8F86: hue angle of 4.5º 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 #FE8F86 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 134 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.00 |
| HSL | 4.5º | 0.98% | 0.76% | - |
| HSV(B) | 4.5º | 0.47% | 1% | - |
| XYZ | 55 | 42.44 | 27.85 | - |
| YUV | 175.16 | 104.77 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 134 | 0 | 0.44 | 0.47 | 0.00 | 4.5 | 0.98 | 0.76 |
| Hex | FE | 8F | 86 | 0 | 2C | 2F | 0 | 4 | 62 | 4C |
| Octal | 376 | 217 | 206 | 0 | 54 | 57 | 0 | 4 | 142 | 114 |
| Binary | 11111110 | 10001111 | 10000110 | 0 | 101100 | 101111 | 0 | 100 | 1100010 | 1001100 |
Color Harmonies of #FE8F86
Complementary color
Monochromatic Colors of #FE8F86
Black with #FE8F86
Text Example
Text Example
White with #FE8F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F86; }
p { color: rgb(254,143,134); }
H1.HeaderClassName
{
color: #FE8F86;
}
.AnyTagClassName
{
color: #FE8F86;
}
</style>
background-color css
<style>
a { background-color: #FE8F86; }
a { background-color: rgb(254,143,134); }
div.DivClassName
{
background-color: #FE8F86;
}
.BgClassName
{
background-color: #FE8F86;
}
</style>
border-color css
<style>
span { border-color: #FE8F86; }
span { border-color: rgb(254,143,134); }
td.TdClassName
{
border-color: #FE8F86;
}
.TagClassName
{
border-color: #FE8F86;
}
</style>