Shades of Mona Lisa #F89885
Tints of Mona Lisa #F89885
RGB
CMYK
RGB Variations
Color information
#F89885 (or 0xF89885) is known color: Mona Lisa. HEX triplet: F8, 98 and 85. RGB value is (248,152,133). Sum of RGB (Red+Green+Blue) = 248+152+133=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F89885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89885 is #07677A. Grayscale: #B2B2B2. Windows color (decimal): -485243 or 8755448. OLE color: 8755448.
HSL color Cylindrical-coordinate representation of color #F89885: hue angle of 9.91º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F89885 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 152 | 133 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.03 |
| HSL | 9.91º | 0.89% | 0.75% | - |
| HSV(B) | 9.91º | 0.46% | 0.97% | - |
| XYZ | 54.17 | 44.11 | 27.85 | - |
| YUV | 178.54 | 102.3 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 152 | 133 | 0 | 0.39 | 0.46 | 0.03 | 9.91 | 0.89 | 0.75 |
| Hex | F8 | 98 | 85 | 0 | 27 | 2E | 3 | A | 59 | 4B |
| Octal | 370 | 230 | 205 | 0 | 47 | 56 | 3 | 12 | 131 | 113 |
| Binary | 11111000 | 10011000 | 10000101 | 0 | 100111 | 101110 | 11 | 1010 | 1011001 | 1001011 |
Color Harmonies of #F89885
Complementary color
Monochromatic Colors of #F89885
Black with #F89885
Text Example
Text Example
White with #F89885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89885; }
p { color: rgb(248,152,133); }
H1.HeaderClassName
{
color: #F89885;
}
.AnyTagClassName
{
color: #F89885;
}
</style>
background-color css
<style>
a { background-color: #F89885; }
a { background-color: rgb(248,152,133); }
div.DivClassName
{
background-color: #F89885;
}
.BgClassName
{
background-color: #F89885;
}
</style>
border-color css
<style>
span { border-color: #F89885; }
span { border-color: rgb(248,152,133); }
td.TdClassName
{
border-color: #F89885;
}
.TagClassName
{
border-color: #F89885;
}
</style>