Shades of Mona Lisa #FE9485
Tints of Mona Lisa #FE9485
RGB
CMYK
RGB Variations
Color information
#FE9485 (or 0xFE9485) is known color: Mona Lisa. HEX triplet: FE, 94 and 85. RGB value is (254,148,133). Sum of RGB (Red+Green+Blue) = 254+148+133=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9485 is #016B7A. Grayscale: #B2B2B2. Windows color (decimal): -93051 or 8754430. OLE color: 8754430.
HSL color Cylindrical-coordinate representation of color #FE9485: hue angle of 7.44º 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 #FE9485 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 133 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.00 |
| HSL | 7.44º | 0.98% | 0.76% | - |
| HSV(B) | 7.44º | 0.48% | 1% | - |
| XYZ | 55.7 | 43.94 | 27.74 | - |
| YUV | 177.98 | 102.62 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 133 | 0 | 0.42 | 0.48 | 0.00 | 7.44 | 0.98 | 0.76 |
| Hex | FE | 94 | 85 | 0 | 2A | 30 | 0 | 7 | 62 | 4C |
| Octal | 376 | 224 | 205 | 0 | 52 | 60 | 0 | 7 | 142 | 114 |
| Binary | 11111110 | 10010100 | 10000101 | 0 | 101010 | 110000 | 0 | 111 | 1100010 | 1001100 |
Color Harmonies of #FE9485
Complementary color
Monochromatic Colors of #FE9485
Black with #FE9485
Text Example
Text Example
White with #FE9485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9485; }
p { color: rgb(254,148,133); }
H1.HeaderClassName
{
color: #FE9485;
}
.AnyTagClassName
{
color: #FE9485;
}
</style>
background-color css
<style>
a { background-color: #FE9485; }
a { background-color: rgb(254,148,133); }
div.DivClassName
{
background-color: #FE9485;
}
.BgClassName
{
background-color: #FE9485;
}
</style>
border-color css
<style>
span { border-color: #FE9485; }
span { border-color: rgb(254,148,133); }
td.TdClassName
{
border-color: #FE9485;
}
.TagClassName
{
border-color: #FE9485;
}
</style>