Shades of Mona Lisa #FF9C9A
Tints of Mona Lisa #FF9C9A
RGB
CMYK
RGB Variations
Color information
#FF9C9A (or 0xFF9C9A) is known color: Mona Lisa. HEX triplet: FF, 9C and 9A. RGB value is (255,156,154). Sum of RGB (Red+Green+Blue) = 255+156+154=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9C9A is #006365. Grayscale: #B9B9B9. Windows color (decimal): -25446 or 10132735. OLE color: 10132735.
HSL color Cylindrical-coordinate representation of color #FF9C9A: hue angle of 1.19º 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 #FF9C9A is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 154 | - |
| CMYK | 0 | 0.39 | 0.40 | 0 |
| HSL | 1.19º | 1% | 0.8% | - |
| HSV(B) | 1.19º | 0.4% | 1% | - |
| XYZ | 58.96 | 47.37 | 36.61 | - |
| YUV | 185.37 | 110.3 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 154 | 0 | 0.39 | 0.40 | 0 | 1.19 | 1 | 0.8 |
| Hex | FF | 9C | 9A | 0 | 27 | 28 | 0 | 1 | 64 | 50 |
| Octal | 377 | 234 | 232 | 0 | 47 | 50 | 0 | 1 | 144 | 120 |
| Binary | 11111111 | 10011100 | 10011010 | 0 | 100111 | 101000 | 0 | 1 | 1100100 | 1010000 |
Color Harmonies of #FF9C9A
Complementary color
Monochromatic Colors of #FF9C9A
Black with #FF9C9A
Text Example
Text Example
White with #FF9C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C9A; }
p { color: rgb(255,156,154); }
H1.HeaderClassName
{
color: #FF9C9A;
}
.AnyTagClassName
{
color: #FF9C9A;
}
</style>
background-color css
<style>
a { background-color: #FF9C9A; }
a { background-color: rgb(255,156,154); }
div.DivClassName
{
background-color: #FF9C9A;
}
.BgClassName
{
background-color: #FF9C9A;
}
</style>
border-color css
<style>
span { border-color: #FF9C9A; }
span { border-color: rgb(255,156,154); }
td.TdClassName
{
border-color: #FF9C9A;
}
.TagClassName
{
border-color: #FF9C9A;
}
</style>