Shades of Sundown #FAA6A1
Tints of Sundown #FAA6A1
RGB
CMYK
RGB Variations
Color information
#FAA6A1 (or 0xFAA6A1) is known color: Sundown. HEX triplet: FA, A6 and A1. RGB value is (250,166,161). Sum of RGB (Red+Green+Blue) = 250+166+161=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 161 (63.28% from 255 or 27.90% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA6A1 is #05595E. Grayscale: #BEBEBE. Windows color (decimal): -350559 or 10594042. OLE color: 10594042.
HSL color Cylindrical-coordinate representation of color #FAA6A1: hue angle of 3.37º 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 #FAA6A1 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 161 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.02 |
| HSL | 3.37º | 0.9% | 0.81% | - |
| HSV(B) | 3.37º | 0.36% | 0.98% | - |
| XYZ | 59.49 | 50.17 | 40.27 | - |
| YUV | 190.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 161 | 0 | 0.34 | 0.36 | 0.02 | 3.37 | 0.9 | 0.81 |
| Hex | FA | A6 | A1 | 0 | 22 | 24 | 2 | 3 | 5A | 51 |
| Octal | 372 | 246 | 241 | 0 | 42 | 44 | 2 | 3 | 132 | 121 |
| Binary | 11111010 | 10100110 | 10100001 | 0 | 100010 | 100100 | 10 | 11 | 1011010 | 1010001 |
Color Harmonies of #FAA6A1
Complementary color
Monochromatic Colors of #FAA6A1
Black with #FAA6A1
Text Example
Text Example
White with #FAA6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA6A1; }
p { color: rgb(250,166,161); }
H1.HeaderClassName
{
color: #FAA6A1;
}
.AnyTagClassName
{
color: #FAA6A1;
}
</style>
background-color css
<style>
a { background-color: #FAA6A1; }
a { background-color: rgb(250,166,161); }
div.DivClassName
{
background-color: #FAA6A1;
}
.BgClassName
{
background-color: #FAA6A1;
}
</style>
border-color css
<style>
span { border-color: #FAA6A1; }
span { border-color: rgb(250,166,161); }
td.TdClassName
{
border-color: #FAA6A1;
}
.TagClassName
{
border-color: #FAA6A1;
}
</style>