Shades of Mona Lisa #FDA290
Tints of Mona Lisa #FDA290
RGB
CMYK
RGB Variations
Color information
#FDA290 (or 0xFDA290) is known color: Mona Lisa. HEX triplet: FD, A2 and 90. RGB value is (253,162,144). Sum of RGB (Red+Green+Blue) = 253+162+144=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA290 is #025D6F. Grayscale: #BBBBBB. Windows color (decimal): -154992 or 9478909. OLE color: 9478909.
HSL color Cylindrical-coordinate representation of color #FDA290: hue angle of 9.91º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDA290 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 144 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.01 |
| HSL | 9.91º | 0.96% | 0.78% | - |
| HSV(B) | 9.91º | 0.43% | 0.99% | - |
| XYZ | 58.46 | 48.74 | 32.71 | - |
| YUV | 187.16 | 103.65 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 144 | 0 | 0.36 | 0.43 | 0.01 | 9.91 | 0.96 | 0.78 |
| Hex | FD | A2 | 90 | 0 | 24 | 2B | 1 | A | 60 | 4E |
| Octal | 375 | 242 | 220 | 0 | 44 | 53 | 1 | 12 | 140 | 116 |
| Binary | 11111101 | 10100010 | 10010000 | 0 | 100100 | 101011 | 1 | 1010 | 1100000 | 1001110 |
Color Harmonies of #FDA290
Complementary color
Monochromatic Colors of #FDA290
Black with #FDA290
Text Example
Text Example
White with #FDA290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA290; }
p { color: rgb(253,162,144); }
H1.HeaderClassName
{
color: #FDA290;
}
.AnyTagClassName
{
color: #FDA290;
}
</style>
background-color css
<style>
a { background-color: #FDA290; }
a { background-color: rgb(253,162,144); }
div.DivClassName
{
background-color: #FDA290;
}
.BgClassName
{
background-color: #FDA290;
}
</style>
border-color css
<style>
span { border-color: #FDA290; }
span { border-color: rgb(253,162,144); }
td.TdClassName
{
border-color: #FDA290;
}
.TagClassName
{
border-color: #FDA290;
}
</style>