Shades of Mona Lisa #FF9985
Tints of Mona Lisa #FF9985
RGB
CMYK
RGB Variations
Color information
#FF9985 (or 0xFF9985) is known color: Mona Lisa. HEX triplet: FF, 99 and 85. RGB value is (255,153,133). Sum of RGB (Red+Green+Blue) = 255+153+133=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9985 is #00667A. Grayscale: #B5B5B5. Windows color (decimal): -26235 or 8755711. OLE color: 8755711.
HSL color Cylindrical-coordinate representation of color #FF9985: hue angle of 9.84º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF9985 is Cyan = 0, Magento = 0.4, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 133 | - |
| CMYK | 0 | 0.4 | 0.48 | 0 |
| HSL | 9.84º | 1% | 0.76% | - |
| HSV(B) | 9.84º | 0.48% | 1% | - |
| XYZ | 56.86 | 45.74 | 28.02 | - |
| YUV | 181.22 | 100.79 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 133 | 0 | 0.4 | 0.48 | 0 | 9.84 | 1 | 0.76 |
| Hex | FF | 99 | 85 | 0 | 28 | 30 | 0 | A | 64 | 4C |
| Octal | 377 | 231 | 205 | 0 | 50 | 60 | 0 | 12 | 144 | 114 |
| Binary | 11111111 | 10011001 | 10000101 | 0 | 101000 | 110000 | 0 | 1010 | 1100100 | 1001100 |
Color Harmonies of #FF9985
Complementary color
Monochromatic Colors of #FF9985
Black with #FF9985
Text Example
Text Example
White with #FF9985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9985; }
p { color: rgb(255,153,133); }
H1.HeaderClassName
{
color: #FF9985;
}
.AnyTagClassName
{
color: #FF9985;
}
</style>
background-color css
<style>
a { background-color: #FF9985; }
a { background-color: rgb(255,153,133); }
div.DivClassName
{
background-color: #FF9985;
}
.BgClassName
{
background-color: #FF9985;
}
</style>
border-color css
<style>
span { border-color: #FF9985; }
span { border-color: rgb(255,153,133); }
td.TdClassName
{
border-color: #FF9985;
}
.TagClassName
{
border-color: #FF9985;
}
</style>