Shades of Mona Lisa #FF9E8A
Tints of Mona Lisa #FF9E8A
RGB
CMYK
RGB Variations
Color information
#FF9E8A (or 0xFF9E8A) is known color: Mona Lisa. HEX triplet: FF, 9E and 8A. RGB value is (255,158,138). Sum of RGB (Red+Green+Blue) = 255+158+138=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9E8A is #006175. Grayscale: #B8B8B8. Windows color (decimal): -24950 or 9084671. OLE color: 9084671.
HSL color Cylindrical-coordinate representation of color #FF9E8A: hue angle of 10.26º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF9E8A is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 138 | - |
| CMYK | 0 | 0.38 | 0.46 | 0 |
| HSL | 10.26º | 1% | 0.77% | - |
| HSV(B) | 10.26º | 0.46% | 1% | - |
| XYZ | 58.05 | 47.55 | 30.16 | - |
| YUV | 184.72 | 101.64 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 138 | 0 | 0.38 | 0.46 | 0 | 10.26 | 1 | 0.77 |
| Hex | FF | 9E | 8A | 0 | 26 | 2E | 0 | A | 64 | 4D |
| Octal | 377 | 236 | 212 | 0 | 46 | 56 | 0 | 12 | 144 | 115 |
| Binary | 11111111 | 10011110 | 10001010 | 0 | 100110 | 101110 | 0 | 1010 | 1100100 | 1001101 |
Color Harmonies of #FF9E8A
Complementary color
Monochromatic Colors of #FF9E8A
Black with #FF9E8A
Text Example
Text Example
White with #FF9E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E8A; }
p { color: rgb(255,158,138); }
H1.HeaderClassName
{
color: #FF9E8A;
}
.AnyTagClassName
{
color: #FF9E8A;
}
</style>
background-color css
<style>
a { background-color: #FF9E8A; }
a { background-color: rgb(255,158,138); }
div.DivClassName
{
background-color: #FF9E8A;
}
.BgClassName
{
background-color: #FF9E8A;
}
</style>
border-color css
<style>
span { border-color: #FF9E8A; }
span { border-color: rgb(255,158,138); }
td.TdClassName
{
border-color: #FF9E8A;
}
.TagClassName
{
border-color: #FF9E8A;
}
</style>