Shades of Sundown #FAA8A3
Tints of Sundown #FAA8A3
RGB
CMYK
RGB Variations
Color information
#FAA8A3 (or 0xFAA8A3) is known color: Sundown. HEX triplet: FA, A8 and A3. RGB value is (250,168,163). Sum of RGB (Red+Green+Blue) = 250+168+163=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 163 (64.06% from 255 or 28.06% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA8A3 is #05575C. Grayscale: #C0C0C0. Windows color (decimal): -350045 or 10725626. OLE color: 10725626.
HSL color Cylindrical-coordinate representation of color #FAA8A3: hue angle of 3.45º 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 #FAA8A3 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 163 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.02 |
| HSL | 3.45º | 0.9% | 0.81% | - |
| HSV(B) | 3.45º | 0.35% | 0.98% | - |
| XYZ | 60.04 | 50.97 | 41.32 | - |
| YUV | 191.95 | 111.67 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 163 | 0 | 0.33 | 0.35 | 0.02 | 3.45 | 0.9 | 0.81 |
| Hex | FA | A8 | A3 | 0 | 21 | 23 | 2 | 3 | 5A | 51 |
| Octal | 372 | 250 | 243 | 0 | 41 | 43 | 2 | 3 | 132 | 121 |
| Binary | 11111010 | 10101000 | 10100011 | 0 | 100001 | 100011 | 10 | 11 | 1011010 | 1010001 |
Color Harmonies of #FAA8A3
Complementary color
Monochromatic Colors of #FAA8A3
Black with #FAA8A3
Text Example
Text Example
White with #FAA8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8A3; }
p { color: rgb(250,168,163); }
H1.HeaderClassName
{
color: #FAA8A3;
}
.AnyTagClassName
{
color: #FAA8A3;
}
</style>
background-color css
<style>
a { background-color: #FAA8A3; }
a { background-color: rgb(250,168,163); }
div.DivClassName
{
background-color: #FAA8A3;
}
.BgClassName
{
background-color: #FAA8A3;
}
</style>
border-color css
<style>
span { border-color: #FAA8A3; }
span { border-color: rgb(250,168,163); }
td.TdClassName
{
border-color: #FAA8A3;
}
.TagClassName
{
border-color: #FAA8A3;
}
</style>