Shades of Mona Lisa #FDA189
Tints of Mona Lisa #FDA189
RGB
CMYK
RGB Variations
Color information
#FDA189 (or 0xFDA189) is known color: Mona Lisa. HEX triplet: FD, A1 and 89. RGB value is (253,161,137). Sum of RGB (Red+Green+Blue) = 253+161+137=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 137 (53.91% from 255 or 24.86% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA189 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA189 is #025E76. Grayscale: #B9B9B9. Windows color (decimal): -155255 or 9019901. OLE color: 9019901.
HSL color Cylindrical-coordinate representation of color #FDA189: hue angle of 12.41º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FDA189 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 137 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.01 |
| HSL | 12.41º | 0.97% | 0.76% | - |
| HSV(B) | 12.41º | 0.46% | 0.99% | - |
| XYZ | 57.77 | 48.18 | 29.92 | - |
| YUV | 185.77 | 100.48 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 137 | 0 | 0.36 | 0.46 | 0.01 | 12.41 | 0.97 | 0.76 |
| Hex | FD | A1 | 89 | 0 | 24 | 2E | 1 | C | 61 | 4C |
| Octal | 375 | 241 | 211 | 0 | 44 | 56 | 1 | 14 | 141 | 114 |
| Binary | 11111101 | 10100001 | 10001001 | 0 | 100100 | 101110 | 1 | 1100 | 1100001 | 1001100 |
Color Harmonies of #FDA189
Complementary color
Monochromatic Colors of #FDA189
Black with #FDA189
Text Example
Text Example
White with #FDA189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA189; }
p { color: rgb(253,161,137); }
H1.HeaderClassName
{
color: #FDA189;
}
.AnyTagClassName
{
color: #FDA189;
}
</style>
background-color css
<style>
a { background-color: #FDA189; }
a { background-color: rgb(253,161,137); }
div.DivClassName
{
background-color: #FDA189;
}
.BgClassName
{
background-color: #FDA189;
}
</style>
border-color css
<style>
span { border-color: #FDA189; }
span { border-color: rgb(253,161,137); }
td.TdClassName
{
border-color: #FDA189;
}
.TagClassName
{
border-color: #FDA189;
}
</style>