Shades of Mona Lisa #FE918A
Tints of Mona Lisa #FE918A
RGB
CMYK
RGB Variations
Color information
#FE918A (or 0xFE918A) is known color: Mona Lisa. HEX triplet: FE, 91 and 8A. RGB value is (254,145,138). Sum of RGB (Red+Green+Blue) = 254+145+138=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE918A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE918A is #016E75. Grayscale: #B0B0B0. Windows color (decimal): -93814 or 9081342. OLE color: 9081342.
HSL color Cylindrical-coordinate representation of color #FE918A: hue angle of 3.62º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE918A is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 138 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.00 |
| HSL | 3.62º | 0.98% | 0.77% | - |
| HSV(B) | 3.62º | 0.46% | 1% | - |
| XYZ | 55.59 | 43.16 | 29.45 | - |
| YUV | 176.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 138 | 0 | 0.43 | 0.46 | 0.00 | 3.62 | 0.98 | 0.77 |
| Hex | FE | 91 | 8A | 0 | 2B | 2E | 0 | 4 | 62 | 4D |
| Octal | 376 | 221 | 212 | 0 | 53 | 56 | 0 | 4 | 142 | 115 |
| Binary | 11111110 | 10010001 | 10001010 | 0 | 101011 | 101110 | 0 | 100 | 1100010 | 1001101 |
Color Harmonies of #FE918A
Complementary color
Monochromatic Colors of #FE918A
Black with #FE918A
Text Example
Text Example
White with #FE918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE918A; }
p { color: rgb(254,145,138); }
H1.HeaderClassName
{
color: #FE918A;
}
.AnyTagClassName
{
color: #FE918A;
}
</style>
background-color css
<style>
a { background-color: #FE918A; }
a { background-color: rgb(254,145,138); }
div.DivClassName
{
background-color: #FE918A;
}
.BgClassName
{
background-color: #FE918A;
}
</style>
border-color css
<style>
span { border-color: #FE918A; }
span { border-color: rgb(254,145,138); }
td.TdClassName
{
border-color: #FE918A;
}
.TagClassName
{
border-color: #FE918A;
}
</style>