Shades of Mona Lisa #FE9286
Tints of Mona Lisa #FE9286
RGB
CMYK
RGB Variations
Color information
#FE9286 (or 0xFE9286) is known color: Mona Lisa. HEX triplet: FE, 92 and 86. RGB value is (254,146,134). Sum of RGB (Red+Green+Blue) = 254+146+134=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9286 is #016D79. Grayscale: #B1B1B1. Windows color (decimal): -93562 or 8819454. OLE color: 8819454.
HSL color Cylindrical-coordinate representation of color #FE9286: hue angle of 6º 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 #FE9286 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 134 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.00 |
| HSL | 6º | 0.98% | 0.76% | - |
| HSV(B) | 6º | 0.47% | 1% | - |
| XYZ | 55.46 | 43.35 | 28 | - |
| YUV | 176.92 | 103.78 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 134 | 0 | 0.43 | 0.47 | 0.00 | 6 | 0.98 | 0.76 |
| Hex | FE | 92 | 86 | 0 | 2B | 2F | 0 | 6 | 62 | 4C |
| Octal | 376 | 222 | 206 | 0 | 53 | 57 | 0 | 6 | 142 | 114 |
| Binary | 11111110 | 10010010 | 10000110 | 0 | 101011 | 101111 | 0 | 110 | 1100010 | 1001100 |
Color Harmonies of #FE9286
Complementary color
Monochromatic Colors of #FE9286
Black with #FE9286
Text Example
Text Example
White with #FE9286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9286; }
p { color: rgb(254,146,134); }
H1.HeaderClassName
{
color: #FE9286;
}
.AnyTagClassName
{
color: #FE9286;
}
</style>
background-color css
<style>
a { background-color: #FE9286; }
a { background-color: rgb(254,146,134); }
div.DivClassName
{
background-color: #FE9286;
}
.BgClassName
{
background-color: #FE9286;
}
</style>
border-color css
<style>
span { border-color: #FE9286; }
span { border-color: rgb(254,146,134); }
td.TdClassName
{
border-color: #FE9286;
}
.TagClassName
{
border-color: #FE9286;
}
</style>