Shades of Mona Lisa #FFA38D
Tints of Mona Lisa #FFA38D
RGB
CMYK
RGB Variations
Color information
#FFA38D (or 0xFFA38D) is known color: Mona Lisa. HEX triplet: FF, A3 and 8D. RGB value is (255,163,141). Sum of RGB (Red+Green+Blue) = 255+163+141=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA38D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA38D is #005C72. Grayscale: #BCBCBC. Windows color (decimal): -23667 or 9282559. OLE color: 9282559.
HSL color Cylindrical-coordinate representation of color #FFA38D: hue angle of 11.58º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFA38D is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 141 | - |
| CMYK | 0 | 0.36 | 0.45 | 0 |
| HSL | 11.58º | 1% | 0.78% | - |
| HSV(B) | 11.58º | 0.45% | 1% | - |
| XYZ | 59.14 | 49.38 | 31.61 | - |
| YUV | 188 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 141 | 0 | 0.36 | 0.45 | 0 | 11.58 | 1 | 0.78 |
| Hex | FF | A3 | 8D | 0 | 24 | 2D | 0 | C | 64 | 4E |
| Octal | 377 | 243 | 215 | 0 | 44 | 55 | 0 | 14 | 144 | 116 |
| Binary | 11111111 | 10100011 | 10001101 | 0 | 100100 | 101101 | 0 | 1100 | 1100100 | 1001110 |
Color Harmonies of #FFA38D
Complementary color
Monochromatic Colors of #FFA38D
Black with #FFA38D
Text Example
Text Example
White with #FFA38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA38D; }
p { color: rgb(255,163,141); }
H1.HeaderClassName
{
color: #FFA38D;
}
.AnyTagClassName
{
color: #FFA38D;
}
</style>
background-color css
<style>
a { background-color: #FFA38D; }
a { background-color: rgb(255,163,141); }
div.DivClassName
{
background-color: #FFA38D;
}
.BgClassName
{
background-color: #FFA38D;
}
</style>
border-color css
<style>
span { border-color: #FFA38D; }
span { border-color: rgb(255,163,141); }
td.TdClassName
{
border-color: #FFA38D;
}
.TagClassName
{
border-color: #FFA38D;
}
</style>