Shades of Mona Lisa #FDA38B
Tints of Mona Lisa #FDA38B
RGB
CMYK
RGB Variations
Color information
#FDA38B (or 0xFDA38B) is known color: Mona Lisa. HEX triplet: FD, A3 and 8B. RGB value is (253,163,139). Sum of RGB (Red+Green+Blue) = 253+163+139=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 139 (54.69% from 255 or 25.05% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA38B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA38B is #025C74. Grayscale: #BBBBBB. Windows color (decimal): -154741 or 9151485. OLE color: 9151485.
HSL color Cylindrical-coordinate representation of color #FDA38B: hue angle of 12.63º 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 #FDA38B is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 139 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.01 |
| HSL | 12.63º | 0.97% | 0.77% | - |
| HSV(B) | 12.63º | 0.45% | 0.99% | - |
| XYZ | 58.27 | 48.94 | 30.8 | - |
| YUV | 187.17 | 100.82 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 139 | 0 | 0.36 | 0.45 | 0.01 | 12.63 | 0.97 | 0.77 |
| Hex | FD | A3 | 8B | 0 | 24 | 2D | 1 | D | 61 | 4D |
| Octal | 375 | 243 | 213 | 0 | 44 | 55 | 1 | 15 | 141 | 115 |
| Binary | 11111101 | 10100011 | 10001011 | 0 | 100100 | 101101 | 1 | 1101 | 1100001 | 1001101 |
Color Harmonies of #FDA38B
Complementary color
Monochromatic Colors of #FDA38B
Black with #FDA38B
Text Example
Text Example
White with #FDA38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA38B; }
p { color: rgb(253,163,139); }
H1.HeaderClassName
{
color: #FDA38B;
}
.AnyTagClassName
{
color: #FDA38B;
}
</style>
background-color css
<style>
a { background-color: #FDA38B; }
a { background-color: rgb(253,163,139); }
div.DivClassName
{
background-color: #FDA38B;
}
.BgClassName
{
background-color: #FDA38B;
}
</style>
border-color css
<style>
span { border-color: #FDA38B; }
span { border-color: rgb(253,163,139); }
td.TdClassName
{
border-color: #FDA38B;
}
.TagClassName
{
border-color: #FDA38B;
}
</style>