Shades of Mona Lisa #FE9282
Tints of Mona Lisa #FE9282
RGB
CMYK
RGB Variations
Color information
#FE9282 (or 0xFE9282) is known color: Mona Lisa. HEX triplet: FE, 92 and 82. RGB value is (254,146,130). Sum of RGB (Red+Green+Blue) = 254+146+130=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9282 is #016D7D. Grayscale: #B0B0B0. Windows color (decimal): -93566 or 8557310. OLE color: 8557310.
HSL color Cylindrical-coordinate representation of color #FE9282: hue angle of 7.74º 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 #FE9282 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 130 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.00 |
| HSL | 7.74º | 0.98% | 0.75% | - |
| HSV(B) | 7.74º | 0.49% | 1% | - |
| XYZ | 55.18 | 43.24 | 26.56 | - |
| YUV | 176.47 | 101.78 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 130 | 0 | 0.43 | 0.49 | 0.00 | 7.74 | 0.98 | 0.75 |
| Hex | FE | 92 | 82 | 0 | 2B | 31 | 0 | 8 | 62 | 4B |
| Octal | 376 | 222 | 202 | 0 | 53 | 61 | 0 | 10 | 142 | 113 |
| Binary | 11111110 | 10010010 | 10000010 | 0 | 101011 | 110001 | 0 | 1000 | 1100010 | 1001011 |
Color Harmonies of #FE9282
Complementary color
Monochromatic Colors of #FE9282
Black with #FE9282
Text Example
Text Example
White with #FE9282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9282; }
p { color: rgb(254,146,130); }
H1.HeaderClassName
{
color: #FE9282;
}
.AnyTagClassName
{
color: #FE9282;
}
</style>
background-color css
<style>
a { background-color: #FE9282; }
a { background-color: rgb(254,146,130); }
div.DivClassName
{
background-color: #FE9282;
}
.BgClassName
{
background-color: #FE9282;
}
</style>
border-color css
<style>
span { border-color: #FE9282; }
span { border-color: rgb(254,146,130); }
td.TdClassName
{
border-color: #FE9282;
}
.TagClassName
{
border-color: #FE9282;
}
</style>