Shades of Mona Lisa #FE9B8C
Tints of Mona Lisa #FE9B8C
RGB
CMYK
RGB Variations
Color information
#FE9B8C (or 0xFE9B8C) is known color: Mona Lisa. HEX triplet: FE, 9B and 8C. RGB value is (254,155,140). Sum of RGB (Red+Green+Blue) = 254+155+140=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9B8C is #016473. Grayscale: #B7B7B7. Windows color (decimal): -91252 or 9214974. OLE color: 9214974.
HSL color Cylindrical-coordinate representation of color #FE9B8C: hue angle of 7.89º 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 #FE9B8C is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 140 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.00 |
| HSL | 7.89º | 0.98% | 0.77% | - |
| HSV(B) | 7.89º | 0.45% | 1% | - |
| XYZ | 57.33 | 46.41 | 30.75 | - |
| YUV | 182.89 | 103.8 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 140 | 0 | 0.39 | 0.45 | 0.00 | 7.89 | 0.98 | 0.77 |
| Hex | FE | 9B | 8C | 0 | 27 | 2D | 0 | 8 | 62 | 4D |
| Octal | 376 | 233 | 214 | 0 | 47 | 55 | 0 | 10 | 142 | 115 |
| Binary | 11111110 | 10011011 | 10001100 | 0 | 100111 | 101101 | 0 | 1000 | 1100010 | 1001101 |
Color Harmonies of #FE9B8C
Complementary color
Monochromatic Colors of #FE9B8C
Black with #FE9B8C
Text Example
Text Example
White with #FE9B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9B8C; }
p { color: rgb(254,155,140); }
H1.HeaderClassName
{
color: #FE9B8C;
}
.AnyTagClassName
{
color: #FE9B8C;
}
</style>
background-color css
<style>
a { background-color: #FE9B8C; }
a { background-color: rgb(254,155,140); }
div.DivClassName
{
background-color: #FE9B8C;
}
.BgClassName
{
background-color: #FE9B8C;
}
</style>
border-color css
<style>
span { border-color: #FE9B8C; }
span { border-color: rgb(254,155,140); }
td.TdClassName
{
border-color: #FE9B8C;
}
.TagClassName
{
border-color: #FE9B8C;
}
</style>