Shades of Mona Lisa #FE9185
Tints of Mona Lisa #FE9185
RGB
CMYK
RGB Variations
Color information
#FE9185 (or 0xFE9185) is known color: Mona Lisa. HEX triplet: FE, 91 and 85. RGB value is (254,145,133). Sum of RGB (Red+Green+Blue) = 254+145+133=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9185 is #016E7A. Grayscale: #B0B0B0. Windows color (decimal): -93819 or 8753662. OLE color: 8753662.
HSL color Cylindrical-coordinate representation of color #FE9185: hue angle of 5.95º 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 #FE9185 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 133 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.00 |
| HSL | 5.95º | 0.98% | 0.76% | - |
| HSV(B) | 5.95º | 0.48% | 1% | - |
| XYZ | 55.23 | 43.02 | 27.58 | - |
| YUV | 176.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 133 | 0 | 0.43 | 0.48 | 0.00 | 5.95 | 0.98 | 0.76 |
| Hex | FE | 91 | 85 | 0 | 2B | 30 | 0 | 6 | 62 | 4C |
| Octal | 376 | 221 | 205 | 0 | 53 | 60 | 0 | 6 | 142 | 114 |
| Binary | 11111110 | 10010001 | 10000101 | 0 | 101011 | 110000 | 0 | 110 | 1100010 | 1001100 |
Color Harmonies of #FE9185
Complementary color
Monochromatic Colors of #FE9185
Black with #FE9185
Text Example
Text Example
White with #FE9185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9185; }
p { color: rgb(254,145,133); }
H1.HeaderClassName
{
color: #FE9185;
}
.AnyTagClassName
{
color: #FE9185;
}
</style>
background-color css
<style>
a { background-color: #FE9185; }
a { background-color: rgb(254,145,133); }
div.DivClassName
{
background-color: #FE9185;
}
.BgClassName
{
background-color: #FE9185;
}
</style>
border-color css
<style>
span { border-color: #FE9185; }
span { border-color: rgb(254,145,133); }
td.TdClassName
{
border-color: #FE9185;
}
.TagClassName
{
border-color: #FE9185;
}
</style>