Shades of Sundown #FAAAAA
Tints of Sundown #FAAAAA
RGB
CMYK
RGB Variations
Color information
#FAAAAA (or 0xFAAAAA) is known color: Sundown. HEX triplet: FA, AA and AA. RGB value is (250,170,170). Sum of RGB (Red+Green+Blue) = 250+170+170=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAAAA is #055555. Grayscale: #C2C2C2. Windows color (decimal): -349526 or 11184890. OLE color: 11184890.
HSL color Cylindrical-coordinate representation of color #FAAAAA: 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 #FAAAAA is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 170 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.02 |
| HSL | 0º | 0.89% | 0.82% | - |
| HSV(B) | 0º | 0.32% | 0.98% | - |
| XYZ | 61.05 | 51.98 | 44.84 | - |
| YUV | 193.92 | 114.5 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 170 | 0 | 0.32 | 0.32 | 0.02 | 0 | 0.89 | 0.82 |
| Hex | FA | AA | AA | 0 | 20 | 20 | 2 | 0 | 59 | 52 |
| Octal | 372 | 252 | 252 | 0 | 40 | 40 | 2 | 0 | 131 | 122 |
| Binary | 11111010 | 10101010 | 10101010 | 0 | 100000 | 100000 | 10 | 0 | 1011001 | 1010010 |
Color Harmonies of #FAAAAA
Complementary color
Monochromatic Colors of #FAAAAA
Black with #FAAAAA
Text Example
Text Example
White with #FAAAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAAA; }
p { color: rgb(250,170,170); }
H1.HeaderClassName
{
color: #FAAAAA;
}
.AnyTagClassName
{
color: #FAAAAA;
}
</style>
background-color css
<style>
a { background-color: #FAAAAA; }
a { background-color: rgb(250,170,170); }
div.DivClassName
{
background-color: #FAAAAA;
}
.BgClassName
{
background-color: #FAAAAA;
}
</style>
border-color css
<style>
span { border-color: #FAAAAA; }
span { border-color: rgb(250,170,170); }
td.TdClassName
{
border-color: #FAAAAA;
}
.TagClassName
{
border-color: #FAAAAA;
}
</style>