Shades of Mona Lisa #FF9A8C
Tints of Mona Lisa #FF9A8C
RGB
CMYK
RGB Variations
Color information
#FF9A8C (or 0xFF9A8C) is known color: Mona Lisa. HEX triplet: FF, 9A and 8C. RGB value is (255,154,140). Sum of RGB (Red+Green+Blue) = 255+154+140=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9A8C is #006573. Grayscale: #B6B6B6. Windows color (decimal): -25972 or 9214719. OLE color: 9214719.
HSL color Cylindrical-coordinate representation of color #FF9A8C: hue angle of 7.3º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF9A8C is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 140 | - |
| CMYK | 0 | 0.40 | 0.45 | 0 |
| HSL | 7.3º | 1% | 0.77% | - |
| HSV(B) | 7.3º | 0.45% | 1% | - |
| XYZ | 57.53 | 46.26 | 30.71 | - |
| YUV | 182.6 | 103.96 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 140 | 0 | 0.40 | 0.45 | 0 | 7.3 | 1 | 0.77 |
| Hex | FF | 9A | 8C | 0 | 28 | 2D | 0 | 7 | 64 | 4D |
| Octal | 377 | 232 | 214 | 0 | 50 | 55 | 0 | 7 | 144 | 115 |
| Binary | 11111111 | 10011010 | 10001100 | 0 | 101000 | 101101 | 0 | 111 | 1100100 | 1001101 |
Color Harmonies of #FF9A8C
Complementary color
Monochromatic Colors of #FF9A8C
Black with #FF9A8C
Text Example
Text Example
White with #FF9A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A8C; }
p { color: rgb(255,154,140); }
H1.HeaderClassName
{
color: #FF9A8C;
}
.AnyTagClassName
{
color: #FF9A8C;
}
</style>
background-color css
<style>
a { background-color: #FF9A8C; }
a { background-color: rgb(255,154,140); }
div.DivClassName
{
background-color: #FF9A8C;
}
.BgClassName
{
background-color: #FF9A8C;
}
</style>
border-color css
<style>
span { border-color: #FF9A8C; }
span { border-color: rgb(255,154,140); }
td.TdClassName
{
border-color: #FF9A8C;
}
.TagClassName
{
border-color: #FF9A8C;
}
</style>