Shades of Sundown #FAAAA8
Tints of Sundown #FAAAA8
RGB
CMYK
RGB Variations
Color information
#FAAAA8 (or 0xFAAAA8) is known color: Sundown. HEX triplet: FA, AA and A8. RGB value is (250,170,168). Sum of RGB (Red+Green+Blue) = 250+170+168=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAAA8 is #055557. Grayscale: #C1C1C1. Windows color (decimal): -349528 or 11053818. OLE color: 11053818.
HSL color Cylindrical-coordinate representation of color #FAAAA8: hue angle of 1.46º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAAAA8 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 168 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.02 |
| HSL | 1.46º | 0.89% | 0.82% | - |
| HSV(B) | 1.46º | 0.33% | 0.98% | - |
| XYZ | 60.87 | 51.9 | 43.86 | - |
| YUV | 193.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 168 | 0 | 0.32 | 0.33 | 0.02 | 1.46 | 0.89 | 0.82 |
| Hex | FA | AA | A8 | 0 | 20 | 21 | 2 | 1 | 59 | 52 |
| Octal | 372 | 252 | 250 | 0 | 40 | 41 | 2 | 1 | 131 | 122 |
| Binary | 11111010 | 10101010 | 10101000 | 0 | 100000 | 100001 | 10 | 1 | 1011001 | 1010010 |
Color Harmonies of #FAAAA8
Complementary color
Monochromatic Colors of #FAAAA8
Black with #FAAAA8
Text Example
Text Example
White with #FAAAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAA8; }
p { color: rgb(250,170,168); }
H1.HeaderClassName
{
color: #FAAAA8;
}
.AnyTagClassName
{
color: #FAAAA8;
}
</style>
background-color css
<style>
a { background-color: #FAAAA8; }
a { background-color: rgb(250,170,168); }
div.DivClassName
{
background-color: #FAAAA8;
}
.BgClassName
{
background-color: #FAAAA8;
}
</style>
border-color css
<style>
span { border-color: #FAAAA8; }
span { border-color: rgb(250,170,168); }
td.TdClassName
{
border-color: #FAAAA8;
}
.TagClassName
{
border-color: #FAAAA8;
}
</style>