Shades of Mona Lisa #FE918B
Tints of Mona Lisa #FE918B
RGB
CMYK
RGB Variations
Color information
#FE918B (or 0xFE918B) is known color: Mona Lisa. HEX triplet: FE, 91 and 8B. RGB value is (254,145,139). Sum of RGB (Red+Green+Blue) = 254+145+139=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE918B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE918B is #016E74. Grayscale: #B1B1B1. Windows color (decimal): -93813 or 9146878. OLE color: 9146878.
HSL color Cylindrical-coordinate representation of color #FE918B: hue angle of 3.13º 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 #FE918B is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 139 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.00 |
| HSL | 3.13º | 0.98% | 0.77% | - |
| HSV(B) | 3.13º | 0.45% | 1% | - |
| XYZ | 55.66 | 43.19 | 29.83 | - |
| YUV | 176.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 139 | 0 | 0.43 | 0.45 | 0.00 | 3.13 | 0.98 | 0.77 |
| Hex | FE | 91 | 8B | 0 | 2B | 2D | 0 | 3 | 62 | 4D |
| Octal | 376 | 221 | 213 | 0 | 53 | 55 | 0 | 3 | 142 | 115 |
| Binary | 11111110 | 10010001 | 10001011 | 0 | 101011 | 101101 | 0 | 11 | 1100010 | 1001101 |
Color Harmonies of #FE918B
Complementary color
Monochromatic Colors of #FE918B
Black with #FE918B
Text Example
Text Example
White with #FE918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE918B; }
p { color: rgb(254,145,139); }
H1.HeaderClassName
{
color: #FE918B;
}
.AnyTagClassName
{
color: #FE918B;
}
</style>
background-color css
<style>
a { background-color: #FE918B; }
a { background-color: rgb(254,145,139); }
div.DivClassName
{
background-color: #FE918B;
}
.BgClassName
{
background-color: #FE918B;
}
</style>
border-color css
<style>
span { border-color: #FE918B; }
span { border-color: rgb(254,145,139); }
td.TdClassName
{
border-color: #FE918B;
}
.TagClassName
{
border-color: #FE918B;
}
</style>