Shades of Mona Lisa #FDA28E
Tints of Mona Lisa #FDA28E
RGB
CMYK
RGB Variations
Color information
#FDA28E (or 0xFDA28E) is known color: Mona Lisa. HEX triplet: FD, A2 and 8E. RGB value is (253,162,142). Sum of RGB (Red+Green+Blue) = 253+162+142=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA28E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA28E is #025D71. Grayscale: #BBBBBB. Windows color (decimal): -154994 or 9347837. OLE color: 9347837.
HSL color Cylindrical-coordinate representation of color #FDA28E: hue angle of 10.81º 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 #FDA28E is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 142 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.01 |
| HSL | 10.81º | 0.97% | 0.77% | - |
| HSV(B) | 10.81º | 0.44% | 0.99% | - |
| XYZ | 58.31 | 48.68 | 31.91 | - |
| YUV | 186.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 142 | 0 | 0.36 | 0.44 | 0.01 | 10.81 | 0.97 | 0.77 |
| Hex | FD | A2 | 8E | 0 | 24 | 2C | 1 | B | 61 | 4D |
| Octal | 375 | 242 | 216 | 0 | 44 | 54 | 1 | 13 | 141 | 115 |
| Binary | 11111101 | 10100010 | 10001110 | 0 | 100100 | 101100 | 1 | 1011 | 1100001 | 1001101 |
Color Harmonies of #FDA28E
Complementary color
Monochromatic Colors of #FDA28E
Black with #FDA28E
Text Example
Text Example
White with #FDA28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA28E; }
p { color: rgb(253,162,142); }
H1.HeaderClassName
{
color: #FDA28E;
}
.AnyTagClassName
{
color: #FDA28E;
}
</style>
background-color css
<style>
a { background-color: #FDA28E; }
a { background-color: rgb(253,162,142); }
div.DivClassName
{
background-color: #FDA28E;
}
.BgClassName
{
background-color: #FDA28E;
}
</style>
border-color css
<style>
span { border-color: #FDA28E; }
span { border-color: rgb(253,162,142); }
td.TdClassName
{
border-color: #FDA28E;
}
.TagClassName
{
border-color: #FDA28E;
}
</style>