Shades of Sundown #FAA2A2
Tints of Sundown #FAA2A2
RGB
CMYK
RGB Variations
Color information
#FAA2A2 (or 0xFAA2A2) is known color: Sundown. HEX triplet: FA, A2 and A2. RGB value is (250,162,162). Sum of RGB (Red+Green+Blue) = 250+162+162=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 162 (63.67% from 255 or 28.22% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA2A2 is #055D5D. Grayscale: #BCBCBC. Windows color (decimal): -351582 or 10658554. OLE color: 10658554.
HSL color Cylindrical-coordinate representation of color #FAA2A2: hue angle of 0º 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 #FAA2A2 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 162 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.02 |
| HSL | 0º | 0.9% | 0.81% | - |
| HSV(B) | 0º | 0.35% | 0.98% | - |
| XYZ | 58.87 | 48.77 | 40.49 | - |
| YUV | 188.31 | 113.15 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 162 | 0 | 0.35 | 0.35 | 0.02 | 0 | 0.9 | 0.81 |
| Hex | FA | A2 | A2 | 0 | 23 | 23 | 2 | 0 | 5A | 51 |
| Octal | 372 | 242 | 242 | 0 | 43 | 43 | 2 | 0 | 132 | 121 |
| Binary | 11111010 | 10100010 | 10100010 | 0 | 100011 | 100011 | 10 | 0 | 1011010 | 1010001 |
Color Harmonies of #FAA2A2
Complementary color
Monochromatic Colors of #FAA2A2
Black with #FAA2A2
Text Example
Text Example
White with #FAA2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2A2; }
p { color: rgb(250,162,162); }
H1.HeaderClassName
{
color: #FAA2A2;
}
.AnyTagClassName
{
color: #FAA2A2;
}
</style>
background-color css
<style>
a { background-color: #FAA2A2; }
a { background-color: rgb(250,162,162); }
div.DivClassName
{
background-color: #FAA2A2;
}
.BgClassName
{
background-color: #FAA2A2;
}
</style>
border-color css
<style>
span { border-color: #FAA2A2; }
span { border-color: rgb(250,162,162); }
td.TdClassName
{
border-color: #FAA2A2;
}
.TagClassName
{
border-color: #FAA2A2;
}
</style>