Shades of Mona Lisa #FE9392
Tints of Mona Lisa #FE9392
RGB
CMYK
RGB Variations
Color information
#FE9392 (or 0xFE9392) is known color: Mona Lisa. HEX triplet: FE, 93 and 92. RGB value is (254,147,146). Sum of RGB (Red+Green+Blue) = 254+147+146=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9392 is #016C6D. Grayscale: #B2B2B2. Windows color (decimal): -93294 or 9606142. OLE color: 9606142.
HSL color Cylindrical-coordinate representation of color #FE9392: hue angle of 0.56º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE9392 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 146 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.00 |
| HSL | 0.56º | 0.98% | 0.78% | - |
| HSV(B) | 0.56º | 0.43% | 1% | - |
| XYZ | 56.5 | 44.01 | 32.71 | - |
| YUV | 178.88 | 109.45 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 146 | 0 | 0.42 | 0.43 | 0.00 | 0.56 | 0.98 | 0.78 |
| Hex | FE | 93 | 92 | 0 | 2A | 2B | 0 | 1 | 62 | 4E |
| Octal | 376 | 223 | 222 | 0 | 52 | 53 | 0 | 1 | 142 | 116 |
| Binary | 11111110 | 10010011 | 10010010 | 0 | 101010 | 101011 | 0 | 1 | 1100010 | 1001110 |
Color Harmonies of #FE9392
Complementary color
Monochromatic Colors of #FE9392
Black with #FE9392
Text Example
Text Example
White with #FE9392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9392; }
p { color: rgb(254,147,146); }
H1.HeaderClassName
{
color: #FE9392;
}
.AnyTagClassName
{
color: #FE9392;
}
</style>
background-color css
<style>
a { background-color: #FE9392; }
a { background-color: rgb(254,147,146); }
div.DivClassName
{
background-color: #FE9392;
}
.BgClassName
{
background-color: #FE9392;
}
</style>
border-color css
<style>
span { border-color: #FE9392; }
span { border-color: rgb(254,147,146); }
td.TdClassName
{
border-color: #FE9392;
}
.TagClassName
{
border-color: #FE9392;
}
</style>