Shades of Mona Lisa #FE9985
Tints of Mona Lisa #FE9985
RGB
CMYK
RGB Variations
Color information
#FE9985 (or 0xFE9985) is known color: Mona Lisa. HEX triplet: FE, 99 and 85. RGB value is (254,153,133). Sum of RGB (Red+Green+Blue) = 254+153+133=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 133 (52.34% from 255 or 24.63% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9985 is #01667A. Grayscale: #B5B5B5. Windows color (decimal): -91771 or 8755710. OLE color: 8755710.
HSL color Cylindrical-coordinate representation of color #FE9985: hue angle of 9.92º 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 #FE9985 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 133 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.00 |
| HSL | 9.92º | 0.98% | 0.76% | - |
| HSV(B) | 9.92º | 0.48% | 1% | - |
| XYZ | 56.5 | 45.55 | 28 | - |
| YUV | 180.92 | 100.96 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 133 | 0 | 0.40 | 0.48 | 0.00 | 9.92 | 0.98 | 0.76 |
| Hex | FE | 99 | 85 | 0 | 28 | 30 | 0 | A | 62 | 4C |
| Octal | 376 | 231 | 205 | 0 | 50 | 60 | 0 | 12 | 142 | 114 |
| Binary | 11111110 | 10011001 | 10000101 | 0 | 101000 | 110000 | 0 | 1010 | 1100010 | 1001100 |
Color Harmonies of #FE9985
Complementary color
Monochromatic Colors of #FE9985
Black with #FE9985
Text Example
Text Example
White with #FE9985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9985; }
p { color: rgb(254,153,133); }
H1.HeaderClassName
{
color: #FE9985;
}
.AnyTagClassName
{
color: #FE9985;
}
</style>
background-color css
<style>
a { background-color: #FE9985; }
a { background-color: rgb(254,153,133); }
div.DivClassName
{
background-color: #FE9985;
}
.BgClassName
{
background-color: #FE9985;
}
</style>
border-color css
<style>
span { border-color: #FE9985; }
span { border-color: rgb(254,153,133); }
td.TdClassName
{
border-color: #FE9985;
}
.TagClassName
{
border-color: #FE9985;
}
</style>