Shades of Mona Lisa #F89E8D
Tints of Mona Lisa #F89E8D
RGB
CMYK
RGB Variations
Color information
#F89E8D (or 0xF89E8D) is known color: Mona Lisa. HEX triplet: F8, 9E and 8D. RGB value is (248,158,141). Sum of RGB (Red+Green+Blue) = 248+158+141=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F89E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89E8D is #076172. Grayscale: #B7B7B7. Windows color (decimal): -483699 or 9281272. OLE color: 9281272.
HSL color Cylindrical-coordinate representation of color #F89E8D: hue angle of 9.53º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F89E8D is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 141 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.03 |
| HSL | 9.53º | 0.88% | 0.76% | - |
| HSV(B) | 9.53º | 0.43% | 0.97% | - |
| XYZ | 55.75 | 46.33 | 31.2 | - |
| YUV | 182.97 | 104.32 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 141 | 0 | 0.36 | 0.43 | 0.03 | 9.53 | 0.88 | 0.76 |
| Hex | F8 | 9E | 8D | 0 | 24 | 2B | 3 | A | 58 | 4C |
| Octal | 370 | 236 | 215 | 0 | 44 | 53 | 3 | 12 | 130 | 114 |
| Binary | 11111000 | 10011110 | 10001101 | 0 | 100100 | 101011 | 11 | 1010 | 1011000 | 1001100 |
Color Harmonies of #F89E8D
Complementary color
Monochromatic Colors of #F89E8D
Black with #F89E8D
Text Example
Text Example
White with #F89E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89E8D; }
p { color: rgb(248,158,141); }
H1.HeaderClassName
{
color: #F89E8D;
}
.AnyTagClassName
{
color: #F89E8D;
}
</style>
background-color css
<style>
a { background-color: #F89E8D; }
a { background-color: rgb(248,158,141); }
div.DivClassName
{
background-color: #F89E8D;
}
.BgClassName
{
background-color: #F89E8D;
}
</style>
border-color css
<style>
span { border-color: #F89E8D; }
span { border-color: rgb(248,158,141); }
td.TdClassName
{
border-color: #F89E8D;
}
.TagClassName
{
border-color: #F89E8D;
}
</style>