Shades of Sundown #FAABA9
Tints of Sundown #FAABA9
RGB
CMYK
RGB Variations
Color information
#FAABA9 (or 0xFAABA9) is known color: Sundown. HEX triplet: FA, AB and A9. RGB value is (250,171,169). Sum of RGB (Red+Green+Blue) = 250+171+169=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 169 (66.41% from 255 or 28.64% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAABA9 is #055456. Grayscale: #C2C2C2. Windows color (decimal): -349271 or 11119610. OLE color: 11119610.
HSL color Cylindrical-coordinate representation of color #FAABA9: hue angle of 1.48º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAABA9 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 169 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.02 |
| HSL | 1.48º | 0.89% | 0.82% | - |
| HSV(B) | 1.48º | 0.32% | 0.98% | - |
| XYZ | 61.15 | 52.31 | 44.41 | - |
| YUV | 194.39 | 113.67 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 169 | 0 | 0.32 | 0.32 | 0.02 | 1.48 | 0.89 | 0.82 |
| Hex | FA | AB | A9 | 0 | 20 | 20 | 2 | 1 | 59 | 52 |
| Octal | 372 | 253 | 251 | 0 | 40 | 40 | 2 | 1 | 131 | 122 |
| Binary | 11111010 | 10101011 | 10101001 | 0 | 100000 | 100000 | 10 | 1 | 1011001 | 1010010 |
Color Harmonies of #FAABA9
Complementary color
Monochromatic Colors of #FAABA9
Black with #FAABA9
Text Example
Text Example
White with #FAABA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABA9; }
p { color: rgb(250,171,169); }
H1.HeaderClassName
{
color: #FAABA9;
}
.AnyTagClassName
{
color: #FAABA9;
}
</style>
background-color css
<style>
a { background-color: #FAABA9; }
a { background-color: rgb(250,171,169); }
div.DivClassName
{
background-color: #FAABA9;
}
.BgClassName
{
background-color: #FAABA9;
}
</style>
border-color css
<style>
span { border-color: #FAABA9; }
span { border-color: rgb(250,171,169); }
td.TdClassName
{
border-color: #FAABA9;
}
.TagClassName
{
border-color: #FAABA9;
}
</style>