Shades of Sundown #FAABA5
Tints of Sundown #FAABA5
RGB
CMYK
RGB Variations
Color information
#FAABA5 (or 0xFAABA5) is known color: Sundown. HEX triplet: FA, AB and A5. RGB value is (250,171,165). Sum of RGB (Red+Green+Blue) = 250+171+165=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAABA5 is #05545A. Grayscale: #C2C2C2. Windows color (decimal): -349275 or 10857466. OLE color: 10857466.
HSL color Cylindrical-coordinate representation of color #FAABA5: hue angle of 4.24º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAABA5 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 165 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.02 |
| HSL | 4.24º | 0.89% | 0.81% | - |
| HSV(B) | 4.24º | 0.34% | 0.98% | - |
| XYZ | 60.78 | 52.17 | 42.46 | - |
| YUV | 193.94 | 111.67 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 165 | 0 | 0.32 | 0.34 | 0.02 | 4.24 | 0.89 | 0.81 |
| Hex | FA | AB | A5 | 0 | 20 | 22 | 2 | 4 | 59 | 51 |
| Octal | 372 | 253 | 245 | 0 | 40 | 42 | 2 | 4 | 131 | 121 |
| Binary | 11111010 | 10101011 | 10100101 | 0 | 100000 | 100010 | 10 | 100 | 1011001 | 1010001 |
Color Harmonies of #FAABA5
Complementary color
Monochromatic Colors of #FAABA5
Black with #FAABA5
Text Example
Text Example
White with #FAABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABA5; }
p { color: rgb(250,171,165); }
H1.HeaderClassName
{
color: #FAABA5;
}
.AnyTagClassName
{
color: #FAABA5;
}
</style>
background-color css
<style>
a { background-color: #FAABA5; }
a { background-color: rgb(250,171,165); }
div.DivClassName
{
background-color: #FAABA5;
}
.BgClassName
{
background-color: #FAABA5;
}
</style>
border-color css
<style>
span { border-color: #FAABA5; }
span { border-color: rgb(250,171,165); }
td.TdClassName
{
border-color: #FAABA5;
}
.TagClassName
{
border-color: #FAABA5;
}
</style>