Shades of Sundown #FAAAA9
Tints of Sundown #FAAAA9
RGB
CMYK
RGB Variations
Color information
#FAAAA9 (or 0xFAAAA9) is known color: Sundown. HEX triplet: FA, AA and A9. RGB value is (250,170,169). Sum of RGB (Red+Green+Blue) = 250+170+169=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 169 (66.41% from 255 or 28.69% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAAA9 is #055556. Grayscale: #C1C1C1. Windows color (decimal): -349527 or 11119354. OLE color: 11119354.
HSL color Cylindrical-coordinate representation of color #FAAAA9: hue angle of 0.74º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAAA9 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 169 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.02 |
| HSL | 0.74º | 0.89% | 0.82% | - |
| HSV(B) | 0.74º | 0.32% | 0.98% | - |
| XYZ | 60.96 | 51.94 | 44.35 | - |
| YUV | 193.81 | 114 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 169 | 0 | 0.32 | 0.32 | 0.02 | 0.74 | 0.89 | 0.82 |
| Hex | FA | AA | A9 | 0 | 20 | 20 | 2 | 1 | 59 | 52 |
| Octal | 372 | 252 | 251 | 0 | 40 | 40 | 2 | 1 | 131 | 122 |
| Binary | 11111010 | 10101010 | 10101001 | 0 | 100000 | 100000 | 10 | 1 | 1011001 | 1010010 |
Color Harmonies of #FAAAA9
Complementary color
Monochromatic Colors of #FAAAA9
Black with #FAAAA9
Text Example
Text Example
White with #FAAAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAA9; }
p { color: rgb(250,170,169); }
H1.HeaderClassName
{
color: #FAAAA9;
}
.AnyTagClassName
{
color: #FAAAA9;
}
</style>
background-color css
<style>
a { background-color: #FAAAA9; }
a { background-color: rgb(250,170,169); }
div.DivClassName
{
background-color: #FAAAA9;
}
.BgClassName
{
background-color: #FAAAA9;
}
</style>
border-color css
<style>
span { border-color: #FAAAA9; }
span { border-color: rgb(250,170,169); }
td.TdClassName
{
border-color: #FAAAA9;
}
.TagClassName
{
border-color: #FAAAA9;
}
</style>