Shades of Mona Lisa #FE918F
Tints of Mona Lisa #FE918F
RGB
CMYK
RGB Variations
Color information
#FE918F (or 0xFE918F) is known color: Mona Lisa. HEX triplet: FE, 91 and 8F. RGB value is (254,145,143). Sum of RGB (Red+Green+Blue) = 254+145+143=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE918F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE918F is #016E70. Grayscale: #B1B1B1. Windows color (decimal): -93809 or 9409022. OLE color: 9409022.
HSL color Cylindrical-coordinate representation of color #FE918F: hue angle of 1.08º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE918F is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 143 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.00 |
| HSL | 1.08º | 0.98% | 0.78% | - |
| HSV(B) | 1.08º | 0.44% | 1% | - |
| XYZ | 55.96 | 43.3 | 31.4 | - |
| YUV | 177.36 | 108.61 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 143 | 0 | 0.43 | 0.44 | 0.00 | 1.08 | 0.98 | 0.78 |
| Hex | FE | 91 | 8F | 0 | 2B | 2C | 0 | 1 | 62 | 4E |
| Octal | 376 | 221 | 217 | 0 | 53 | 54 | 0 | 1 | 142 | 116 |
| Binary | 11111110 | 10010001 | 10001111 | 0 | 101011 | 101100 | 0 | 1 | 1100010 | 1001110 |
Color Harmonies of #FE918F
Complementary color
Monochromatic Colors of #FE918F
Black with #FE918F
Text Example
Text Example
White with #FE918F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE918F; }
p { color: rgb(254,145,143); }
H1.HeaderClassName
{
color: #FE918F;
}
.AnyTagClassName
{
color: #FE918F;
}
</style>
background-color css
<style>
a { background-color: #FE918F; }
a { background-color: rgb(254,145,143); }
div.DivClassName
{
background-color: #FE918F;
}
.BgClassName
{
background-color: #FE918F;
}
</style>
border-color css
<style>
span { border-color: #FE918F; }
span { border-color: rgb(254,145,143); }
td.TdClassName
{
border-color: #FE918F;
}
.TagClassName
{
border-color: #FE918F;
}
</style>