Shades of Mona Lisa #F89C92
Tints of Mona Lisa #F89C92
RGB
CMYK
RGB Variations
Color information
#F89C92 (or 0xF89C92) is known color: Mona Lisa. HEX triplet: F8, 9C and 92. RGB value is (248,156,146). Sum of RGB (Red+Green+Blue) = 248+156+146=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89C92 is #07636D. Grayscale: #B6B6B6. Windows color (decimal): -484206 or 9608440. OLE color: 9608440.
HSL color Cylindrical-coordinate representation of color #F89C92: hue angle of 5.88º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F89C92 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 146 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.03 |
| HSL | 5.88º | 0.88% | 0.77% | - |
| HSV(B) | 5.88º | 0.41% | 0.97% | - |
| XYZ | 55.79 | 45.81 | 33.1 | - |
| YUV | 182.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 146 | 0 | 0.37 | 0.41 | 0.03 | 5.88 | 0.88 | 0.77 |
| Hex | F8 | 9C | 92 | 0 | 25 | 29 | 3 | 6 | 58 | 4D |
| Octal | 370 | 234 | 222 | 0 | 45 | 51 | 3 | 6 | 130 | 115 |
| Binary | 11111000 | 10011100 | 10010010 | 0 | 100101 | 101001 | 11 | 110 | 1011000 | 1001101 |
Color Harmonies of #F89C92
Complementary color
Monochromatic Colors of #F89C92
Black with #F89C92
Text Example
Text Example
White with #F89C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89C92; }
p { color: rgb(248,156,146); }
H1.HeaderClassName
{
color: #F89C92;
}
.AnyTagClassName
{
color: #F89C92;
}
</style>
background-color css
<style>
a { background-color: #F89C92; }
a { background-color: rgb(248,156,146); }
div.DivClassName
{
background-color: #F89C92;
}
.BgClassName
{
background-color: #F89C92;
}
</style>
border-color css
<style>
span { border-color: #F89C92; }
span { border-color: rgb(248,156,146); }
td.TdClassName
{
border-color: #F89C92;
}
.TagClassName
{
border-color: #F89C92;
}
</style>