Shades of Mona Lisa #FFA38A
Tints of Mona Lisa #FFA38A
RGB
CMYK
RGB Variations
Color information
#FFA38A (or 0xFFA38A) is known color: Mona Lisa. HEX triplet: FF, A3 and 8A. RGB value is (255,163,138). Sum of RGB (Red+Green+Blue) = 255+163+138=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA38A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA38A is #005C75. Grayscale: #BBBBBB. Windows color (decimal): -23670 or 9085951. OLE color: 9085951.
HSL color Cylindrical-coordinate representation of color #FFA38A: hue angle of 12.82º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFA38A is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 138 | - |
| CMYK | 0 | 0.36 | 0.46 | 0 |
| HSL | 12.82º | 1% | 0.77% | - |
| HSV(B) | 12.82º | 0.46% | 1% | - |
| XYZ | 58.92 | 49.29 | 30.45 | - |
| YUV | 187.66 | 99.98 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 138 | 0 | 0.36 | 0.46 | 0 | 12.82 | 1 | 0.77 |
| Hex | FF | A3 | 8A | 0 | 24 | 2E | 0 | D | 64 | 4D |
| Octal | 377 | 243 | 212 | 0 | 44 | 56 | 0 | 15 | 144 | 115 |
| Binary | 11111111 | 10100011 | 10001010 | 0 | 100100 | 101110 | 0 | 1101 | 1100100 | 1001101 |
Color Harmonies of #FFA38A
Complementary color
Monochromatic Colors of #FFA38A
Black with #FFA38A
Text Example
Text Example
White with #FFA38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA38A; }
p { color: rgb(255,163,138); }
H1.HeaderClassName
{
color: #FFA38A;
}
.AnyTagClassName
{
color: #FFA38A;
}
</style>
background-color css
<style>
a { background-color: #FFA38A; }
a { background-color: rgb(255,163,138); }
div.DivClassName
{
background-color: #FFA38A;
}
.BgClassName
{
background-color: #FFA38A;
}
</style>
border-color css
<style>
span { border-color: #FFA38A; }
span { border-color: rgb(255,163,138); }
td.TdClassName
{
border-color: #FFA38A;
}
.TagClassName
{
border-color: #FFA38A;
}
</style>