Shades of Mona Lisa #FDA08B
Tints of Mona Lisa #FDA08B
RGB
CMYK
RGB Variations
Color information
#FDA08B (or 0xFDA08B) is known color: Mona Lisa. HEX triplet: FD, A0 and 8B. RGB value is (253,160,139). Sum of RGB (Red+Green+Blue) = 253+160+139=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA08B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA08B is #025F74. Grayscale: #B9B9B9. Windows color (decimal): -155509 or 9150717. OLE color: 9150717.
HSL color Cylindrical-coordinate representation of color #FDA08B: hue angle of 11.05º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDA08B is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 139 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.01 |
| HSL | 11.05º | 0.97% | 0.77% | - |
| HSV(B) | 11.05º | 0.45% | 0.99% | - |
| XYZ | 57.74 | 47.89 | 30.63 | - |
| YUV | 185.41 | 101.81 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 139 | 0 | 0.37 | 0.45 | 0.01 | 11.05 | 0.97 | 0.77 |
| Hex | FD | A0 | 8B | 0 | 25 | 2D | 1 | B | 61 | 4D |
| Octal | 375 | 240 | 213 | 0 | 45 | 55 | 1 | 13 | 141 | 115 |
| Binary | 11111101 | 10100000 | 10001011 | 0 | 100101 | 101101 | 1 | 1011 | 1100001 | 1001101 |
Color Harmonies of #FDA08B
Complementary color
Monochromatic Colors of #FDA08B
Black with #FDA08B
Text Example
Text Example
White with #FDA08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA08B; }
p { color: rgb(253,160,139); }
H1.HeaderClassName
{
color: #FDA08B;
}
.AnyTagClassName
{
color: #FDA08B;
}
</style>
background-color css
<style>
a { background-color: #FDA08B; }
a { background-color: rgb(253,160,139); }
div.DivClassName
{
background-color: #FDA08B;
}
.BgClassName
{
background-color: #FDA08B;
}
</style>
border-color css
<style>
span { border-color: #FDA08B; }
span { border-color: rgb(253,160,139); }
td.TdClassName
{
border-color: #FDA08B;
}
.TagClassName
{
border-color: #FDA08B;
}
</style>