Shades of Sundown #FAA8A2
Tints of Sundown #FAA8A2
RGB
CMYK
RGB Variations
Color information
#FAA8A2 (or 0xFAA8A2) is known color: Sundown. HEX triplet: FA, A8 and A2. RGB value is (250,168,162). Sum of RGB (Red+Green+Blue) = 250+168+162=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 162 (63.67% from 255 or 27.93% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA8A2 is #05575D. Grayscale: #BFBFBF. Windows color (decimal): -350046 or 10660090. OLE color: 10660090.
HSL color Cylindrical-coordinate representation of color #FAA8A2: hue angle of 4.09º 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 #FAA8A2 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 162 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.02 |
| HSL | 4.09º | 0.9% | 0.81% | - |
| HSV(B) | 4.09º | 0.35% | 0.98% | - |
| XYZ | 59.95 | 50.94 | 40.85 | - |
| YUV | 191.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 162 | 0 | 0.33 | 0.35 | 0.02 | 4.09 | 0.9 | 0.81 |
| Hex | FA | A8 | A2 | 0 | 21 | 23 | 2 | 4 | 5A | 51 |
| Octal | 372 | 250 | 242 | 0 | 41 | 43 | 2 | 4 | 132 | 121 |
| Binary | 11111010 | 10101000 | 10100010 | 0 | 100001 | 100011 | 10 | 100 | 1011010 | 1010001 |
Color Harmonies of #FAA8A2
Complementary color
Monochromatic Colors of #FAA8A2
Black with #FAA8A2
Text Example
Text Example
White with #FAA8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8A2; }
p { color: rgb(250,168,162); }
H1.HeaderClassName
{
color: #FAA8A2;
}
.AnyTagClassName
{
color: #FAA8A2;
}
</style>
background-color css
<style>
a { background-color: #FAA8A2; }
a { background-color: rgb(250,168,162); }
div.DivClassName
{
background-color: #FAA8A2;
}
.BgClassName
{
background-color: #FAA8A2;
}
</style>
border-color css
<style>
span { border-color: #FAA8A2; }
span { border-color: rgb(250,168,162); }
td.TdClassName
{
border-color: #FAA8A2;
}
.TagClassName
{
border-color: #FAA8A2;
}
</style>