Shades of Mona Lisa #FAA28C
Tints of Mona Lisa #FAA28C
RGB
CMYK
RGB Variations
Color information
#FAA28C (or 0xFAA28C) is known color: Mona Lisa. HEX triplet: FA, A2 and 8C. RGB value is (250,162,140). Sum of RGB (Red+Green+Blue) = 250+162+140=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA28C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA28C is #055D73. Grayscale: #B9B9B9. Windows color (decimal): -351604 or 9216762. OLE color: 9216762.
HSL color Cylindrical-coordinate representation of color #FAA28C: hue angle of 12º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAA28C is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 140 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.02 |
| HSL | 12º | 0.92% | 0.76% | - |
| HSV(B) | 12º | 0.44% | 0.98% | - |
| XYZ | 57.08 | 48.06 | 31.08 | - |
| YUV | 185.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 140 | 0 | 0.35 | 0.44 | 0.02 | 12 | 0.92 | 0.76 |
| Hex | FA | A2 | 8C | 0 | 23 | 2C | 2 | C | 5C | 4C |
| Octal | 372 | 242 | 214 | 0 | 43 | 54 | 2 | 14 | 134 | 114 |
| Binary | 11111010 | 10100010 | 10001100 | 0 | 100011 | 101100 | 10 | 1100 | 1011100 | 1001100 |
Color Harmonies of #FAA28C
Complementary color
Monochromatic Colors of #FAA28C
Black with #FAA28C
Text Example
Text Example
White with #FAA28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA28C; }
p { color: rgb(250,162,140); }
H1.HeaderClassName
{
color: #FAA28C;
}
.AnyTagClassName
{
color: #FAA28C;
}
</style>
background-color css
<style>
a { background-color: #FAA28C; }
a { background-color: rgb(250,162,140); }
div.DivClassName
{
background-color: #FAA28C;
}
.BgClassName
{
background-color: #FAA28C;
}
</style>
border-color css
<style>
span { border-color: #FAA28C; }
span { border-color: rgb(250,162,140); }
td.TdClassName
{
border-color: #FAA28C;
}
.TagClassName
{
border-color: #FAA28C;
}
</style>