Shades of Sundown #FAA7A2
Tints of Sundown #FAA7A2
RGB
CMYK
RGB Variations
Color information
#FAA7A2 (or 0xFAA7A2) is known color: Sundown. HEX triplet: FA, A7 and A2. RGB value is (250,167,162). Sum of RGB (Red+Green+Blue) = 250+167+162=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 162 (63.67% from 255 or 27.98% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA7A2 is #05585D. Grayscale: #BFBFBF. Windows color (decimal): -350302 or 10659834. OLE color: 10659834.
HSL color Cylindrical-coordinate representation of color #FAA7A2: hue angle of 3.41º 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 #FAA7A2 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 162 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.02 |
| HSL | 3.41º | 0.9% | 0.81% | - |
| HSV(B) | 3.41º | 0.35% | 0.98% | - |
| XYZ | 59.76 | 50.57 | 40.79 | - |
| YUV | 191.25 | 111.5 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 162 | 0 | 0.33 | 0.35 | 0.02 | 3.41 | 0.9 | 0.81 |
| Hex | FA | A7 | A2 | 0 | 21 | 23 | 2 | 3 | 5A | 51 |
| Octal | 372 | 247 | 242 | 0 | 41 | 43 | 2 | 3 | 132 | 121 |
| Binary | 11111010 | 10100111 | 10100010 | 0 | 100001 | 100011 | 10 | 11 | 1011010 | 1010001 |
Color Harmonies of #FAA7A2
Complementary color
Monochromatic Colors of #FAA7A2
Black with #FAA7A2
Text Example
Text Example
White with #FAA7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA7A2; }
p { color: rgb(250,167,162); }
H1.HeaderClassName
{
color: #FAA7A2;
}
.AnyTagClassName
{
color: #FAA7A2;
}
</style>
background-color css
<style>
a { background-color: #FAA7A2; }
a { background-color: rgb(250,167,162); }
div.DivClassName
{
background-color: #FAA7A2;
}
.BgClassName
{
background-color: #FAA7A2;
}
</style>
border-color css
<style>
span { border-color: #FAA7A2; }
span { border-color: rgb(250,167,162); }
td.TdClassName
{
border-color: #FAA7A2;
}
.TagClassName
{
border-color: #FAA7A2;
}
</style>