Shades of Mona Lisa #F89D88
Tints of Mona Lisa #F89D88
RGB
CMYK
RGB Variations
Color information
#F89D88 (or 0xF89D88) is known color: Mona Lisa. HEX triplet: F8, 9D and 88. RGB value is (248,157,136). Sum of RGB (Red+Green+Blue) = 248+157+136=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89D88 is #076277. Grayscale: #B5B5B5. Windows color (decimal): -483960 or 8953336. OLE color: 8953336.
HSL color Cylindrical-coordinate representation of color #F89D88: hue angle of 11.25º 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 #F89D88 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 136 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.03 |
| HSL | 11.25º | 0.89% | 0.75% | - |
| HSV(B) | 11.25º | 0.45% | 0.97% | - |
| XYZ | 55.21 | 45.85 | 29.23 | - |
| YUV | 181.82 | 102.15 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 136 | 0 | 0.37 | 0.45 | 0.03 | 11.25 | 0.89 | 0.75 |
| Hex | F8 | 9D | 88 | 0 | 25 | 2D | 3 | B | 59 | 4B |
| Octal | 370 | 235 | 210 | 0 | 45 | 55 | 3 | 13 | 131 | 113 |
| Binary | 11111000 | 10011101 | 10001000 | 0 | 100101 | 101101 | 11 | 1011 | 1011001 | 1001011 |
Color Harmonies of #F89D88
Complementary color
Monochromatic Colors of #F89D88
Black with #F89D88
Text Example
Text Example
White with #F89D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89D88; }
p { color: rgb(248,157,136); }
H1.HeaderClassName
{
color: #F89D88;
}
.AnyTagClassName
{
color: #F89D88;
}
</style>
background-color css
<style>
a { background-color: #F89D88; }
a { background-color: rgb(248,157,136); }
div.DivClassName
{
background-color: #F89D88;
}
.BgClassName
{
background-color: #F89D88;
}
</style>
border-color css
<style>
span { border-color: #F89D88; }
span { border-color: rgb(248,157,136); }
td.TdClassName
{
border-color: #F89D88;
}
.TagClassName
{
border-color: #F89D88;
}
</style>