Shades of Mona Lisa #FFA093
Tints of Mona Lisa #FFA093
RGB
CMYK
RGB Variations
Color information
#FFA093 (or 0xFFA093) is known color: Mona Lisa. HEX triplet: FF, A0 and 93. RGB value is (255,160,147). Sum of RGB (Red+Green+Blue) = 255+160+147=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA093 is #005F6C. Grayscale: #BBBBBB. Windows color (decimal): -24429 or 9675007. OLE color: 9675007.
HSL color Cylindrical-coordinate representation of color #FFA093: hue angle of 7.22º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFA093 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 147 | - |
| CMYK | 0 | 0.37 | 0.42 | 0 |
| HSL | 7.22º | 1% | 0.79% | - |
| HSV(B) | 7.22º | 0.42% | 1% | - |
| XYZ | 59.08 | 48.51 | 33.85 | - |
| YUV | 186.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 147 | 0 | 0.37 | 0.42 | 0 | 7.22 | 1 | 0.79 |
| Hex | FF | A0 | 93 | 0 | 25 | 2A | 0 | 7 | 64 | 4F |
| Octal | 377 | 240 | 223 | 0 | 45 | 52 | 0 | 7 | 144 | 117 |
| Binary | 11111111 | 10100000 | 10010011 | 0 | 100101 | 101010 | 0 | 111 | 1100100 | 1001111 |
Color Harmonies of #FFA093
Complementary color
Monochromatic Colors of #FFA093
Black with #FFA093
Text Example
Text Example
White with #FFA093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA093; }
p { color: rgb(255,160,147); }
H1.HeaderClassName
{
color: #FFA093;
}
.AnyTagClassName
{
color: #FFA093;
}
</style>
background-color css
<style>
a { background-color: #FFA093; }
a { background-color: rgb(255,160,147); }
div.DivClassName
{
background-color: #FFA093;
}
.BgClassName
{
background-color: #FFA093;
}
</style>
border-color css
<style>
span { border-color: #FFA093; }
span { border-color: rgb(255,160,147); }
td.TdClassName
{
border-color: #FFA093;
}
.TagClassName
{
border-color: #FFA093;
}
</style>