Shades of Mona Lisa #FE9592
Tints of Mona Lisa #FE9592
RGB
CMYK
RGB Variations
Color information
#FE9592 (or 0xFE9592) is known color: Mona Lisa. HEX triplet: FE, 95 and 92. RGB value is (254,149,146). Sum of RGB (Red+Green+Blue) = 254+149+146=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9592 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9592 is #016A6D. Grayscale: #B4B4B4. Windows color (decimal): -92782 or 9606654. OLE color: 9606654.
HSL color Cylindrical-coordinate representation of color #FE9592: hue angle of 1.67º 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 #FE9592 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 146 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.00 |
| HSL | 1.67º | 0.98% | 0.78% | - |
| HSV(B) | 1.67º | 0.43% | 1% | - |
| XYZ | 56.81 | 44.64 | 32.82 | - |
| YUV | 180.05 | 108.79 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 146 | 0 | 0.41 | 0.43 | 0.00 | 1.67 | 0.98 | 0.78 |
| Hex | FE | 95 | 92 | 0 | 29 | 2B | 0 | 2 | 62 | 4E |
| Octal | 376 | 225 | 222 | 0 | 51 | 53 | 0 | 2 | 142 | 116 |
| Binary | 11111110 | 10010101 | 10010010 | 0 | 101001 | 101011 | 0 | 10 | 1100010 | 1001110 |
Color Harmonies of #FE9592
Complementary color
Monochromatic Colors of #FE9592
Black with #FE9592
Text Example
Text Example
White with #FE9592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9592; }
p { color: rgb(254,149,146); }
H1.HeaderClassName
{
color: #FE9592;
}
.AnyTagClassName
{
color: #FE9592;
}
</style>
background-color css
<style>
a { background-color: #FE9592; }
a { background-color: rgb(254,149,146); }
div.DivClassName
{
background-color: #FE9592;
}
.BgClassName
{
background-color: #FE9592;
}
</style>
border-color css
<style>
span { border-color: #FE9592; }
span { border-color: rgb(254,149,146); }
td.TdClassName
{
border-color: #FE9592;
}
.TagClassName
{
border-color: #FE9592;
}
</style>