Shades of Mona Lisa #FF9C99
Tints of Mona Lisa #FF9C99
RGB
CMYK
RGB Variations
Color information
#FF9C99 (or 0xFF9C99) is known color: Mona Lisa. HEX triplet: FF, 9C and 99. RGB value is (255,156,153). Sum of RGB (Red+Green+Blue) = 255+156+153=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9C99 is #006366. Grayscale: #B9B9B9. Windows color (decimal): -25447 or 10067199. OLE color: 10067199.
HSL color Cylindrical-coordinate representation of color #FF9C99: hue angle of 1.76º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9C99 is Cyan = 0, Magento = 0.39, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 153 | - |
| CMYK | 0 | 0.39 | 0.4 | 0 |
| HSL | 1.76º | 1% | 0.8% | - |
| HSV(B) | 1.76º | 0.4% | 1% | - |
| XYZ | 58.88 | 47.34 | 36.17 | - |
| YUV | 185.26 | 109.8 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 153 | 0 | 0.39 | 0.4 | 0 | 1.76 | 1 | 0.8 |
| Hex | FF | 9C | 99 | 0 | 27 | 28 | 0 | 2 | 64 | 50 |
| Octal | 377 | 234 | 231 | 0 | 47 | 50 | 0 | 2 | 144 | 120 |
| Binary | 11111111 | 10011100 | 10011001 | 0 | 100111 | 101000 | 0 | 10 | 1100100 | 1010000 |
Color Harmonies of #FF9C99
Complementary color
Monochromatic Colors of #FF9C99
Black with #FF9C99
Text Example
Text Example
White with #FF9C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C99; }
p { color: rgb(255,156,153); }
H1.HeaderClassName
{
color: #FF9C99;
}
.AnyTagClassName
{
color: #FF9C99;
}
</style>
background-color css
<style>
a { background-color: #FF9C99; }
a { background-color: rgb(255,156,153); }
div.DivClassName
{
background-color: #FF9C99;
}
.BgClassName
{
background-color: #FF9C99;
}
</style>
border-color css
<style>
span { border-color: #FF9C99; }
span { border-color: rgb(255,156,153); }
td.TdClassName
{
border-color: #FF9C99;
}
.TagClassName
{
border-color: #FF9C99;
}
</style>