Shades of Sundown #FAABA7
Tints of Sundown #FAABA7
RGB
CMYK
RGB Variations
Color information
#FAABA7 (or 0xFAABA7) is known color: Sundown. HEX triplet: FA, AB and A7. RGB value is (250,171,167). Sum of RGB (Red+Green+Blue) = 250+171+167=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 167 (65.62% from 255 or 28.40% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAABA7 is #055458. Grayscale: #C2C2C2. Windows color (decimal): -349273 or 10988538. OLE color: 10988538.
HSL color Cylindrical-coordinate representation of color #FAABA7: hue angle of 2.89º 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 #FAABA7 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 167 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.02 |
| HSL | 2.89º | 0.89% | 0.82% | - |
| HSV(B) | 2.89º | 0.33% | 0.98% | - |
| XYZ | 60.96 | 52.24 | 43.43 | - |
| YUV | 194.17 | 112.67 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 167 | 0 | 0.32 | 0.33 | 0.02 | 2.89 | 0.89 | 0.82 |
| Hex | FA | AB | A7 | 0 | 20 | 21 | 2 | 3 | 59 | 52 |
| Octal | 372 | 253 | 247 | 0 | 40 | 41 | 2 | 3 | 131 | 122 |
| Binary | 11111010 | 10101011 | 10100111 | 0 | 100000 | 100001 | 10 | 11 | 1011001 | 1010010 |
Color Harmonies of #FAABA7
Complementary color
Monochromatic Colors of #FAABA7
Black with #FAABA7
Text Example
Text Example
White with #FAABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABA7; }
p { color: rgb(250,171,167); }
H1.HeaderClassName
{
color: #FAABA7;
}
.AnyTagClassName
{
color: #FAABA7;
}
</style>
background-color css
<style>
a { background-color: #FAABA7; }
a { background-color: rgb(250,171,167); }
div.DivClassName
{
background-color: #FAABA7;
}
.BgClassName
{
background-color: #FAABA7;
}
</style>
border-color css
<style>
span { border-color: #FAABA7; }
span { border-color: rgb(250,171,167); }
td.TdClassName
{
border-color: #FAABA7;
}
.TagClassName
{
border-color: #FAABA7;
}
</style>