Shades of Mona Lisa #FF9E8D
Tints of Mona Lisa #FF9E8D
RGB
CMYK
RGB Variations
Color information
#FF9E8D (or 0xFF9E8D) is known color: Mona Lisa. HEX triplet: FF, 9E and 8D. RGB value is (255,158,141). Sum of RGB (Red+Green+Blue) = 255+158+141=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9E8D is #006172. Grayscale: #B9B9B9. Windows color (decimal): -24947 or 9281279. OLE color: 9281279.
HSL color Cylindrical-coordinate representation of color #FF9E8D: hue angle of 8.95º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF9E8D is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 141 | - |
| CMYK | 0 | 0.38 | 0.45 | 0 |
| HSL | 8.95º | 1% | 0.78% | - |
| HSV(B) | 8.95º | 0.45% | 1% | - |
| XYZ | 58.27 | 47.64 | 31.32 | - |
| YUV | 185.07 | 103.14 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 141 | 0 | 0.38 | 0.45 | 0 | 8.95 | 1 | 0.78 |
| Hex | FF | 9E | 8D | 0 | 26 | 2D | 0 | 9 | 64 | 4E |
| Octal | 377 | 236 | 215 | 0 | 46 | 55 | 0 | 11 | 144 | 116 |
| Binary | 11111111 | 10011110 | 10001101 | 0 | 100110 | 101101 | 0 | 1001 | 1100100 | 1001110 |
Color Harmonies of #FF9E8D
Complementary color
Monochromatic Colors of #FF9E8D
Black with #FF9E8D
Text Example
Text Example
White with #FF9E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E8D; }
p { color: rgb(255,158,141); }
H1.HeaderClassName
{
color: #FF9E8D;
}
.AnyTagClassName
{
color: #FF9E8D;
}
</style>
background-color css
<style>
a { background-color: #FF9E8D; }
a { background-color: rgb(255,158,141); }
div.DivClassName
{
background-color: #FF9E8D;
}
.BgClassName
{
background-color: #FF9E8D;
}
</style>
border-color css
<style>
span { border-color: #FF9E8D; }
span { border-color: rgb(255,158,141); }
td.TdClassName
{
border-color: #FF9E8D;
}
.TagClassName
{
border-color: #FF9E8D;
}
</style>