Shades of Mona Lisa #F8A28D
Tints of Mona Lisa #F8A28D
RGB
CMYK
RGB Variations
Color information
#F8A28D (or 0xF8A28D) is known color: Mona Lisa. HEX triplet: F8, A2 and 8D. RGB value is (248,162,141). Sum of RGB (Red+Green+Blue) = 248+162+141=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A28D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A28D is #075D72. Grayscale: #B9B9B9. Windows color (decimal): -482675 or 9282296. OLE color: 9282296.
HSL color Cylindrical-coordinate representation of color #F8A28D: hue angle of 11.78º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8A28D is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 162 | 141 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.03 |
| HSL | 11.78º | 0.88% | 0.76% | - |
| HSV(B) | 11.78º | 0.43% | 0.97% | - |
| XYZ | 56.44 | 47.72 | 31.44 | - |
| YUV | 185.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 162 | 141 | 0 | 0.35 | 0.43 | 0.03 | 11.78 | 0.88 | 0.76 |
| Hex | F8 | A2 | 8D | 0 | 23 | 2B | 3 | C | 58 | 4C |
| Octal | 370 | 242 | 215 | 0 | 43 | 53 | 3 | 14 | 130 | 114 |
| Binary | 11111000 | 10100010 | 10001101 | 0 | 100011 | 101011 | 11 | 1100 | 1011000 | 1001100 |
Color Harmonies of #F8A28D
Complementary color
Monochromatic Colors of #F8A28D
Black with #F8A28D
Text Example
Text Example
White with #F8A28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A28D; }
p { color: rgb(248,162,141); }
H1.HeaderClassName
{
color: #F8A28D;
}
.AnyTagClassName
{
color: #F8A28D;
}
</style>
background-color css
<style>
a { background-color: #F8A28D; }
a { background-color: rgb(248,162,141); }
div.DivClassName
{
background-color: #F8A28D;
}
.BgClassName
{
background-color: #F8A28D;
}
</style>
border-color css
<style>
span { border-color: #F8A28D; }
span { border-color: rgb(248,162,141); }
td.TdClassName
{
border-color: #F8A28D;
}
.TagClassName
{
border-color: #F8A28D;
}
</style>