Shades of Mona Lisa #FF9E8C
Tints of Mona Lisa #FF9E8C
RGB
CMYK
RGB Variations
Color information
#FF9E8C (or 0xFF9E8C) is known color: Mona Lisa. HEX triplet: FF, 9E and 8C. RGB value is (255,158,140). Sum of RGB (Red+Green+Blue) = 255+158+140=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9E8C is #006173. Grayscale: #B9B9B9. Windows color (decimal): -24948 or 9215743. OLE color: 9215743.
HSL color Cylindrical-coordinate representation of color #FF9E8C: hue angle of 9.39º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF9E8C is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 140 | - |
| CMYK | 0 | 0.38 | 0.45 | 0 |
| HSL | 9.39º | 1% | 0.77% | - |
| HSV(B) | 9.39º | 0.45% | 1% | - |
| XYZ | 58.2 | 47.61 | 30.93 | - |
| YUV | 184.95 | 102.64 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 140 | 0 | 0.38 | 0.45 | 0 | 9.39 | 1 | 0.77 |
| Hex | FF | 9E | 8C | 0 | 26 | 2D | 0 | 9 | 64 | 4D |
| Octal | 377 | 236 | 214 | 0 | 46 | 55 | 0 | 11 | 144 | 115 |
| Binary | 11111111 | 10011110 | 10001100 | 0 | 100110 | 101101 | 0 | 1001 | 1100100 | 1001101 |
Color Harmonies of #FF9E8C
Complementary color
Monochromatic Colors of #FF9E8C
Black with #FF9E8C
Text Example
Text Example
White with #FF9E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E8C; }
p { color: rgb(255,158,140); }
H1.HeaderClassName
{
color: #FF9E8C;
}
.AnyTagClassName
{
color: #FF9E8C;
}
</style>
background-color css
<style>
a { background-color: #FF9E8C; }
a { background-color: rgb(255,158,140); }
div.DivClassName
{
background-color: #FF9E8C;
}
.BgClassName
{
background-color: #FF9E8C;
}
</style>
border-color css
<style>
span { border-color: #FF9E8C; }
span { border-color: rgb(255,158,140); }
td.TdClassName
{
border-color: #FF9E8C;
}
.TagClassName
{
border-color: #FF9E8C;
}
</style>