Shades of Sundown #FAA6A2
Tints of Sundown #FAA6A2
RGB
CMYK
RGB Variations
Color information
#FAA6A2 (or 0xFAA6A2) is known color: Sundown. HEX triplet: FA, A6 and A2. RGB value is (250,166,162). Sum of RGB (Red+Green+Blue) = 250+166+162=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 162 (63.67% from 255 or 28.03% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA6A2 is #05595D. Grayscale: #BEBEBE. Windows color (decimal): -350558 or 10659578. OLE color: 10659578.
HSL color Cylindrical-coordinate representation of color #FAA6A2: hue angle of 2.73º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA6A2 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 162 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.02 |
| HSL | 2.73º | 0.9% | 0.81% | - |
| HSV(B) | 2.73º | 0.35% | 0.98% | - |
| XYZ | 59.58 | 50.21 | 40.73 | - |
| YUV | 190.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 162 | 0 | 0.34 | 0.35 | 0.02 | 2.73 | 0.9 | 0.81 |
| Hex | FA | A6 | A2 | 0 | 22 | 23 | 2 | 3 | 5A | 51 |
| Octal | 372 | 246 | 242 | 0 | 42 | 43 | 2 | 3 | 132 | 121 |
| Binary | 11111010 | 10100110 | 10100010 | 0 | 100010 | 100011 | 10 | 11 | 1011010 | 1010001 |
Color Harmonies of #FAA6A2
Complementary color
Monochromatic Colors of #FAA6A2
Black with #FAA6A2
Text Example
Text Example
White with #FAA6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA6A2; }
p { color: rgb(250,166,162); }
H1.HeaderClassName
{
color: #FAA6A2;
}
.AnyTagClassName
{
color: #FAA6A2;
}
</style>
background-color css
<style>
a { background-color: #FAA6A2; }
a { background-color: rgb(250,166,162); }
div.DivClassName
{
background-color: #FAA6A2;
}
.BgClassName
{
background-color: #FAA6A2;
}
</style>
border-color css
<style>
span { border-color: #FAA6A2; }
span { border-color: rgb(250,166,162); }
td.TdClassName
{
border-color: #FAA6A2;
}
.TagClassName
{
border-color: #FAA6A2;
}
</style>