Shades of Mona Lisa #FDA093
Tints of Mona Lisa #FDA093
RGB
CMYK
RGB Variations
Color information
#FDA093 (or 0xFDA093) is known color: Mona Lisa. HEX triplet: FD, A0 and 93. RGB value is (253,160,147). Sum of RGB (Red+Green+Blue) = 253+160+147=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA093 is #025F6C. Grayscale: #BABABA. Windows color (decimal): -155501 or 9675005. OLE color: 9675005.
HSL color Cylindrical-coordinate representation of color #FDA093: hue angle of 7.36º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDA093 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 147 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.01 |
| HSL | 7.36º | 0.96% | 0.78% | - |
| HSV(B) | 7.36º | 0.42% | 0.99% | - |
| XYZ | 58.35 | 48.13 | 33.82 | - |
| YUV | 186.33 | 105.81 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 147 | 0 | 0.37 | 0.42 | 0.01 | 7.36 | 0.96 | 0.78 |
| Hex | FD | A0 | 93 | 0 | 25 | 2A | 1 | 7 | 60 | 4E |
| Octal | 375 | 240 | 223 | 0 | 45 | 52 | 1 | 7 | 140 | 116 |
| Binary | 11111101 | 10100000 | 10010011 | 0 | 100101 | 101010 | 1 | 111 | 1100000 | 1001110 |
Color Harmonies of #FDA093
Complementary color
Monochromatic Colors of #FDA093
Black with #FDA093
Text Example
Text Example
White with #FDA093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA093; }
p { color: rgb(253,160,147); }
H1.HeaderClassName
{
color: #FDA093;
}
.AnyTagClassName
{
color: #FDA093;
}
</style>
background-color css
<style>
a { background-color: #FDA093; }
a { background-color: rgb(253,160,147); }
div.DivClassName
{
background-color: #FDA093;
}
.BgClassName
{
background-color: #FDA093;
}
</style>
border-color css
<style>
span { border-color: #FDA093; }
span { border-color: rgb(253,160,147); }
td.TdClassName
{
border-color: #FDA093;
}
.TagClassName
{
border-color: #FDA093;
}
</style>