Shades of Mona Lisa #F89888
Tints of Mona Lisa #F89888
RGB
CMYK
RGB Variations
Color information
#F89888 (or 0xF89888) is known color: Mona Lisa. HEX triplet: F8, 98 and 88. RGB value is (248,152,136). Sum of RGB (Red+Green+Blue) = 248+152+136=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 248 - color contains mainly: red. Hex color #F89888 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89888 is #076777. Grayscale: #B3B3B3. Windows color (decimal): -485240 or 8952056. OLE color: 8952056.
HSL color Cylindrical-coordinate representation of color #F89888: hue angle of 8.57º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F89888 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 152 | 136 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.03 |
| HSL | 8.57º | 0.89% | 0.75% | - |
| HSV(B) | 8.57º | 0.45% | 0.97% | - |
| XYZ | 54.38 | 44.19 | 28.96 | - |
| YUV | 178.88 | 103.8 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 152 | 136 | 0 | 0.39 | 0.45 | 0.03 | 8.57 | 0.89 | 0.75 |
| Hex | F8 | 98 | 88 | 0 | 27 | 2D | 3 | 9 | 59 | 4B |
| Octal | 370 | 230 | 210 | 0 | 47 | 55 | 3 | 11 | 131 | 113 |
| Binary | 11111000 | 10011000 | 10001000 | 0 | 100111 | 101101 | 11 | 1001 | 1011001 | 1001011 |
Color Harmonies of #F89888
Complementary color
Monochromatic Colors of #F89888
Black with #F89888
Text Example
Text Example
White with #F89888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89888; }
p { color: rgb(248,152,136); }
H1.HeaderClassName
{
color: #F89888;
}
.AnyTagClassName
{
color: #F89888;
}
</style>
background-color css
<style>
a { background-color: #F89888; }
a { background-color: rgb(248,152,136); }
div.DivClassName
{
background-color: #F89888;
}
.BgClassName
{
background-color: #F89888;
}
</style>
border-color css
<style>
span { border-color: #F89888; }
span { border-color: rgb(248,152,136); }
td.TdClassName
{
border-color: #F89888;
}
.TagClassName
{
border-color: #F89888;
}
</style>