Shades of Sundown #FAAAA1
Tints of Sundown #FAAAA1
RGB
CMYK
RGB Variations
Color information
#FAAAA1 (or 0xFAAAA1) is known color: Sundown. HEX triplet: FA, AA and A1. RGB value is (250,170,161). Sum of RGB (Red+Green+Blue) = 250+170+161=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAAA1 is #05555E. Grayscale: #C1C1C1. Windows color (decimal): -349535 or 10595066. OLE color: 10595066.
HSL color Cylindrical-coordinate representation of color #FAAAA1: hue angle of 6.07º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAAAA1 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 161 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.02 |
| HSL | 6.07º | 0.9% | 0.81% | - |
| HSV(B) | 6.07º | 0.36% | 0.98% | - |
| XYZ | 60.23 | 51.65 | 40.51 | - |
| YUV | 192.89 | 110 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 161 | 0 | 0.32 | 0.36 | 0.02 | 6.07 | 0.9 | 0.81 |
| Hex | FA | AA | A1 | 0 | 20 | 24 | 2 | 6 | 5A | 51 |
| Octal | 372 | 252 | 241 | 0 | 40 | 44 | 2 | 6 | 132 | 121 |
| Binary | 11111010 | 10101010 | 10100001 | 0 | 100000 | 100100 | 10 | 110 | 1011010 | 1010001 |
Color Harmonies of #FAAAA1
Complementary color
Monochromatic Colors of #FAAAA1
Black with #FAAAA1
Text Example
Text Example
White with #FAAAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAA1; }
p { color: rgb(250,170,161); }
H1.HeaderClassName
{
color: #FAAAA1;
}
.AnyTagClassName
{
color: #FAAAA1;
}
</style>
background-color css
<style>
a { background-color: #FAAAA1; }
a { background-color: rgb(250,170,161); }
div.DivClassName
{
background-color: #FAAAA1;
}
.BgClassName
{
background-color: #FAAAA1;
}
</style>
border-color css
<style>
span { border-color: #FAAAA1; }
span { border-color: rgb(250,170,161); }
td.TdClassName
{
border-color: #FAAAA1;
}
.TagClassName
{
border-color: #FAAAA1;
}
</style>