Shades of Mona Lisa #FE9283
Tints of Mona Lisa #FE9283
RGB
CMYK
RGB Variations
Color information
#FE9283 (or 0xFE9283) is known color: Mona Lisa. HEX triplet: FE, 92 and 83. RGB value is (254,146,131). Sum of RGB (Red+Green+Blue) = 254+146+131=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9283 is #016D7C. Grayscale: #B0B0B0. Windows color (decimal): -93565 or 8622846. OLE color: 8622846.
HSL color Cylindrical-coordinate representation of color #FE9283: hue angle of 7.32º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE9283 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 131 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.00 |
| HSL | 7.32º | 0.98% | 0.75% | - |
| HSV(B) | 7.32º | 0.48% | 1% | - |
| XYZ | 55.25 | 43.27 | 26.91 | - |
| YUV | 176.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 131 | 0 | 0.43 | 0.48 | 0.00 | 7.32 | 0.98 | 0.75 |
| Hex | FE | 92 | 83 | 0 | 2B | 30 | 0 | 7 | 62 | 4B |
| Octal | 376 | 222 | 203 | 0 | 53 | 60 | 0 | 7 | 142 | 113 |
| Binary | 11111110 | 10010010 | 10000011 | 0 | 101011 | 110000 | 0 | 111 | 1100010 | 1001011 |
Color Harmonies of #FE9283
Complementary color
Monochromatic Colors of #FE9283
Black with #FE9283
Text Example
Text Example
White with #FE9283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9283; }
p { color: rgb(254,146,131); }
H1.HeaderClassName
{
color: #FE9283;
}
.AnyTagClassName
{
color: #FE9283;
}
</style>
background-color css
<style>
a { background-color: #FE9283; }
a { background-color: rgb(254,146,131); }
div.DivClassName
{
background-color: #FE9283;
}
.BgClassName
{
background-color: #FE9283;
}
</style>
border-color css
<style>
span { border-color: #FE9283; }
span { border-color: rgb(254,146,131); }
td.TdClassName
{
border-color: #FE9283;
}
.TagClassName
{
border-color: #FE9283;
}
</style>