Shades of Mona Lisa #FE918C
Tints of Mona Lisa #FE918C
RGB
CMYK
RGB Variations
Color information
#FE918C (or 0xFE918C) is known color: Mona Lisa. HEX triplet: FE, 91 and 8C. RGB value is (254,145,140). Sum of RGB (Red+Green+Blue) = 254+145+140=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE918C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE918C is #016E73. Grayscale: #B1B1B1. Windows color (decimal): -93812 or 9212414. OLE color: 9212414.
HSL color Cylindrical-coordinate representation of color #FE918C: hue angle of 2.63º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE918C is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 140 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.00 |
| HSL | 2.63º | 0.98% | 0.77% | - |
| HSV(B) | 2.63º | 0.45% | 1% | - |
| XYZ | 55.73 | 43.22 | 30.21 | - |
| YUV | 177.02 | 107.11 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 140 | 0 | 0.43 | 0.45 | 0.00 | 2.63 | 0.98 | 0.77 |
| Hex | FE | 91 | 8C | 0 | 2B | 2D | 0 | 3 | 62 | 4D |
| Octal | 376 | 221 | 214 | 0 | 53 | 55 | 0 | 3 | 142 | 115 |
| Binary | 11111110 | 10010001 | 10001100 | 0 | 101011 | 101101 | 0 | 11 | 1100010 | 1001101 |
Color Harmonies of #FE918C
Complementary color
Monochromatic Colors of #FE918C
Black with #FE918C
Text Example
Text Example
White with #FE918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE918C; }
p { color: rgb(254,145,140); }
H1.HeaderClassName
{
color: #FE918C;
}
.AnyTagClassName
{
color: #FE918C;
}
</style>
background-color css
<style>
a { background-color: #FE918C; }
a { background-color: rgb(254,145,140); }
div.DivClassName
{
background-color: #FE918C;
}
.BgClassName
{
background-color: #FE918C;
}
</style>
border-color css
<style>
span { border-color: #FE918C; }
span { border-color: rgb(254,145,140); }
td.TdClassName
{
border-color: #FE918C;
}
.TagClassName
{
border-color: #FE918C;
}
</style>