Shades of Mona Lisa #FDA38E
Tints of Mona Lisa #FDA38E
RGB
CMYK
RGB Variations
Color information
#FDA38E (or 0xFDA38E) is known color: Mona Lisa. HEX triplet: FD, A3 and 8E. RGB value is (253,163,142). Sum of RGB (Red+Green+Blue) = 253+163+142=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA38E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA38E is #025C71. Grayscale: #BBBBBB. Windows color (decimal): -154738 or 9348093. OLE color: 9348093.
HSL color Cylindrical-coordinate representation of color #FDA38E: hue angle of 11.35º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDA38E is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 142 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.01 |
| HSL | 11.35º | 0.97% | 0.77% | - |
| HSV(B) | 11.35º | 0.44% | 0.99% | - |
| XYZ | 58.49 | 49.03 | 31.97 | - |
| YUV | 187.52 | 102.32 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 142 | 0 | 0.36 | 0.44 | 0.01 | 11.35 | 0.97 | 0.77 |
| Hex | FD | A3 | 8E | 0 | 24 | 2C | 1 | B | 61 | 4D |
| Octal | 375 | 243 | 216 | 0 | 44 | 54 | 1 | 13 | 141 | 115 |
| Binary | 11111101 | 10100011 | 10001110 | 0 | 100100 | 101100 | 1 | 1011 | 1100001 | 1001101 |
Color Harmonies of #FDA38E
Complementary color
Monochromatic Colors of #FDA38E
Black with #FDA38E
Text Example
Text Example
White with #FDA38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA38E; }
p { color: rgb(253,163,142); }
H1.HeaderClassName
{
color: #FDA38E;
}
.AnyTagClassName
{
color: #FDA38E;
}
</style>
background-color css
<style>
a { background-color: #FDA38E; }
a { background-color: rgb(253,163,142); }
div.DivClassName
{
background-color: #FDA38E;
}
.BgClassName
{
background-color: #FDA38E;
}
</style>
border-color css
<style>
span { border-color: #FDA38E; }
span { border-color: rgb(253,163,142); }
td.TdClassName
{
border-color: #FDA38E;
}
.TagClassName
{
border-color: #FDA38E;
}
</style>