Shades of Mona Lisa #FE9384
Tints of Mona Lisa #FE9384
RGB
CMYK
RGB Variations
Color information
#FE9384 (or 0xFE9384) is known color: Mona Lisa. HEX triplet: FE, 93 and 84. RGB value is (254,147,132). Sum of RGB (Red+Green+Blue) = 254+147+132=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 132 (51.95% from 255 or 24.77% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9384 is #016C7B. Grayscale: #B1B1B1. Windows color (decimal): -93308 or 8688638. OLE color: 8688638.
HSL color Cylindrical-coordinate representation of color #FE9384: hue angle of 7.38º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE9384 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 132 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.00 |
| HSL | 7.38º | 0.98% | 0.76% | - |
| HSV(B) | 7.38º | 0.48% | 1% | - |
| XYZ | 55.47 | 43.6 | 27.32 | - |
| YUV | 177.28 | 102.45 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 132 | 0 | 0.42 | 0.48 | 0.00 | 7.38 | 0.98 | 0.76 |
| Hex | FE | 93 | 84 | 0 | 2A | 30 | 0 | 7 | 62 | 4C |
| Octal | 376 | 223 | 204 | 0 | 52 | 60 | 0 | 7 | 142 | 114 |
| Binary | 11111110 | 10010011 | 10000100 | 0 | 101010 | 110000 | 0 | 111 | 1100010 | 1001100 |
Color Harmonies of #FE9384
Complementary color
Monochromatic Colors of #FE9384
Black with #FE9384
Text Example
Text Example
White with #FE9384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9384; }
p { color: rgb(254,147,132); }
H1.HeaderClassName
{
color: #FE9384;
}
.AnyTagClassName
{
color: #FE9384;
}
</style>
background-color css
<style>
a { background-color: #FE9384; }
a { background-color: rgb(254,147,132); }
div.DivClassName
{
background-color: #FE9384;
}
.BgClassName
{
background-color: #FE9384;
}
</style>
border-color css
<style>
span { border-color: #FE9384; }
span { border-color: rgb(254,147,132); }
td.TdClassName
{
border-color: #FE9384;
}
.TagClassName
{
border-color: #FE9384;
}
</style>