Shades of Sundown #FAA9A9
Tints of Sundown #FAA9A9
RGB
CMYK
RGB Variations
Color information
#FAA9A9 (or 0xFAA9A9) is known color: Sundown. HEX triplet: FA, A9 and A9. RGB value is (250,169,169). Sum of RGB (Red+Green+Blue) = 250+169+169=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 169 (66.41% from 255 or 28.74% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA9A9 is #055656. Grayscale: #C1C1C1. Windows color (decimal): -349783 or 11119098. OLE color: 11119098.
HSL color Cylindrical-coordinate representation of color #FAA9A9: hue angle of 0º 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 #FAA9A9 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 169 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.02 |
| HSL | 0º | 0.89% | 0.82% | - |
| HSV(B) | 0º | 0.32% | 0.98% | - |
| XYZ | 60.77 | 51.56 | 44.29 | - |
| YUV | 193.22 | 114.34 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 169 | 0 | 0.32 | 0.32 | 0.02 | 0 | 0.89 | 0.82 |
| Hex | FA | A9 | A9 | 0 | 20 | 20 | 2 | 0 | 59 | 52 |
| Octal | 372 | 251 | 251 | 0 | 40 | 40 | 2 | 0 | 131 | 122 |
| Binary | 11111010 | 10101001 | 10101001 | 0 | 100000 | 100000 | 10 | 0 | 1011001 | 1010010 |
Color Harmonies of #FAA9A9
Complementary color
Monochromatic Colors of #FAA9A9
Black with #FAA9A9
Text Example
Text Example
White with #FAA9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9A9; }
p { color: rgb(250,169,169); }
H1.HeaderClassName
{
color: #FAA9A9;
}
.AnyTagClassName
{
color: #FAA9A9;
}
</style>
background-color css
<style>
a { background-color: #FAA9A9; }
a { background-color: rgb(250,169,169); }
div.DivClassName
{
background-color: #FAA9A9;
}
.BgClassName
{
background-color: #FAA9A9;
}
</style>
border-color css
<style>
span { border-color: #FAA9A9; }
span { border-color: rgb(250,169,169); }
td.TdClassName
{
border-color: #FAA9A9;
}
.TagClassName
{
border-color: #FAA9A9;
}
</style>