Shades of Sundown #FAAAA2
Tints of Sundown #FAAAA2
RGB
CMYK
RGB Variations
Color information
#FAAAA2 (or 0xFAAAA2) is known color: Sundown. HEX triplet: FA, AA and A2. RGB value is (250,170,162). Sum of RGB (Red+Green+Blue) = 250+170+162=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 162 (63.67% from 255 or 27.84% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAAA2 is #05555D. Grayscale: #C1C1C1. Windows color (decimal): -349534 or 10660602. OLE color: 10660602.
HSL color Cylindrical-coordinate representation of color #FAAAA2: hue angle of 5.45º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAAAA2 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 162 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.02 |
| HSL | 5.45º | 0.9% | 0.81% | - |
| HSV(B) | 5.45º | 0.35% | 0.98% | - |
| XYZ | 60.32 | 51.68 | 40.98 | - |
| YUV | 193.01 | 110.5 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 162 | 0 | 0.32 | 0.35 | 0.02 | 5.45 | 0.9 | 0.81 |
| Hex | FA | AA | A2 | 0 | 20 | 23 | 2 | 5 | 5A | 51 |
| Octal | 372 | 252 | 242 | 0 | 40 | 43 | 2 | 5 | 132 | 121 |
| Binary | 11111010 | 10101010 | 10100010 | 0 | 100000 | 100011 | 10 | 101 | 1011010 | 1010001 |
Color Harmonies of #FAAAA2
Complementary color
Monochromatic Colors of #FAAAA2
Black with #FAAAA2
Text Example
Text Example
White with #FAAAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAA2; }
p { color: rgb(250,170,162); }
H1.HeaderClassName
{
color: #FAAAA2;
}
.AnyTagClassName
{
color: #FAAAA2;
}
</style>
background-color css
<style>
a { background-color: #FAAAA2; }
a { background-color: rgb(250,170,162); }
div.DivClassName
{
background-color: #FAAAA2;
}
.BgClassName
{
background-color: #FAAAA2;
}
</style>
border-color css
<style>
span { border-color: #FAAAA2; }
span { border-color: rgb(250,170,162); }
td.TdClassName
{
border-color: #FAAAA2;
}
.TagClassName
{
border-color: #FAAAA2;
}
</style>