Shades of Sundown #FAA3A1
Tints of Sundown #FAA3A1
RGB
CMYK
RGB Variations
Color information
#FAA3A1 (or 0xFAA3A1) is known color: Sundown. HEX triplet: FA, A3 and A1. RGB value is (250,163,161). Sum of RGB (Red+Green+Blue) = 250+163+161=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 163 (64.06% from 255 or 28.40% from 574); Blue value is 161 (63.28% from 255 or 28.05% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA3A1 is #055C5E. Grayscale: #BCBCBC. Windows color (decimal): -351327 or 10593274. OLE color: 10593274.
HSL color Cylindrical-coordinate representation of color #FAA3A1: hue angle of 1.35º 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 #FAA3A1 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 161 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.02 |
| HSL | 1.35º | 0.9% | 0.81% | - |
| HSV(B) | 1.35º | 0.36% | 0.98% | - |
| XYZ | 58.95 | 49.09 | 40.09 | - |
| YUV | 188.79 | 112.32 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 161 | 0 | 0.35 | 0.36 | 0.02 | 1.35 | 0.9 | 0.81 |
| Hex | FA | A3 | A1 | 0 | 23 | 24 | 2 | 1 | 5A | 51 |
| Octal | 372 | 243 | 241 | 0 | 43 | 44 | 2 | 1 | 132 | 121 |
| Binary | 11111010 | 10100011 | 10100001 | 0 | 100011 | 100100 | 10 | 1 | 1011010 | 1010001 |
Color Harmonies of #FAA3A1
Complementary color
Monochromatic Colors of #FAA3A1
Black with #FAA3A1
Text Example
Text Example
White with #FAA3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3A1; }
p { color: rgb(250,163,161); }
H1.HeaderClassName
{
color: #FAA3A1;
}
.AnyTagClassName
{
color: #FAA3A1;
}
</style>
background-color css
<style>
a { background-color: #FAA3A1; }
a { background-color: rgb(250,163,161); }
div.DivClassName
{
background-color: #FAA3A1;
}
.BgClassName
{
background-color: #FAA3A1;
}
</style>
border-color css
<style>
span { border-color: #FAA3A1; }
span { border-color: rgb(250,163,161); }
td.TdClassName
{
border-color: #FAA3A1;
}
.TagClassName
{
border-color: #FAA3A1;
}
</style>