Shades of Mona Lisa #FF9897
Tints of Mona Lisa #FF9897
RGB
CMYK
RGB Variations
Color information
#FF9897 (or 0xFF9897) is known color: Mona Lisa. HEX triplet: FF, 98 and 97. RGB value is (255,152,151). Sum of RGB (Red+Green+Blue) = 255+152+151=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 151 (59.38% from 255 or 27.06% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9897 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9897 is #006768. Grayscale: #B6B6B6. Windows color (decimal): -26473 or 9935103. OLE color: 9935103.
HSL color Cylindrical-coordinate representation of color #FF9897: hue angle of 0.58º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF9897 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 151 | - |
| CMYK | 0 | 0.40 | 0.41 | 0 |
| HSL | 0.58º | 1% | 0.8% | - |
| HSV(B) | 0.58º | 0.41% | 1% | - |
| XYZ | 58.05 | 45.95 | 35.09 | - |
| YUV | 182.68 | 110.12 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 151 | 0 | 0.40 | 0.41 | 0 | 0.58 | 1 | 0.8 |
| Hex | FF | 98 | 97 | 0 | 28 | 29 | 0 | 1 | 64 | 50 |
| Octal | 377 | 230 | 227 | 0 | 50 | 51 | 0 | 1 | 144 | 120 |
| Binary | 11111111 | 10011000 | 10010111 | 0 | 101000 | 101001 | 0 | 1 | 1100100 | 1010000 |
Color Harmonies of #FF9897
Complementary color
Monochromatic Colors of #FF9897
Black with #FF9897
Text Example
Text Example
White with #FF9897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9897; }
p { color: rgb(255,152,151); }
H1.HeaderClassName
{
color: #FF9897;
}
.AnyTagClassName
{
color: #FF9897;
}
</style>
background-color css
<style>
a { background-color: #FF9897; }
a { background-color: rgb(255,152,151); }
div.DivClassName
{
background-color: #FF9897;
}
.BgClassName
{
background-color: #FF9897;
}
</style>
border-color css
<style>
span { border-color: #FF9897; }
span { border-color: rgb(255,152,151); }
td.TdClassName
{
border-color: #FF9897;
}
.TagClassName
{
border-color: #FF9897;
}
</style>