Shades of Sundown #FAABA8
Tints of Sundown #FAABA8
RGB
CMYK
RGB Variations
Color information
#FAABA8 (or 0xFAABA8) is known color: Sundown. HEX triplet: FA, AB and A8. RGB value is (250,171,168). Sum of RGB (Red+Green+Blue) = 250+171+168=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 168 (66.02% from 255 or 28.52% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAABA8 is #055457. Grayscale: #C2C2C2. Windows color (decimal): -349272 or 11054074. OLE color: 11054074.
HSL color Cylindrical-coordinate representation of color #FAABA8: hue angle of 2.2º 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 #FAABA8 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 168 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.02 |
| HSL | 2.2º | 0.89% | 0.82% | - |
| HSV(B) | 2.2º | 0.33% | 0.98% | - |
| XYZ | 61.06 | 52.28 | 43.92 | - |
| YUV | 194.28 | 113.17 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 168 | 0 | 0.32 | 0.33 | 0.02 | 2.2 | 0.89 | 0.82 |
| Hex | FA | AB | A8 | 0 | 20 | 21 | 2 | 2 | 59 | 52 |
| Octal | 372 | 253 | 250 | 0 | 40 | 41 | 2 | 2 | 131 | 122 |
| Binary | 11111010 | 10101011 | 10101000 | 0 | 100000 | 100001 | 10 | 10 | 1011001 | 1010010 |
Color Harmonies of #FAABA8
Complementary color
Monochromatic Colors of #FAABA8
Black with #FAABA8
Text Example
Text Example
White with #FAABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABA8; }
p { color: rgb(250,171,168); }
H1.HeaderClassName
{
color: #FAABA8;
}
.AnyTagClassName
{
color: #FAABA8;
}
</style>
background-color css
<style>
a { background-color: #FAABA8; }
a { background-color: rgb(250,171,168); }
div.DivClassName
{
background-color: #FAABA8;
}
.BgClassName
{
background-color: #FAABA8;
}
</style>
border-color css
<style>
span { border-color: #FAABA8; }
span { border-color: rgb(250,171,168); }
td.TdClassName
{
border-color: #FAABA8;
}
.TagClassName
{
border-color: #FAABA8;
}
</style>