Shades of Sundown #FAABA3
Tints of Sundown #FAABA3
RGB
CMYK
RGB Variations
Color information
#FAABA3 (or 0xFAABA3) is known color: Sundown. HEX triplet: FA, AB and A3. RGB value is (250,171,163). Sum of RGB (Red+Green+Blue) = 250+171+163=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 163 (64.06% from 255 or 27.91% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAABA3 is #05545C. Grayscale: #C1C1C1. Windows color (decimal): -349277 or 10726394. OLE color: 10726394.
HSL color Cylindrical-coordinate representation of color #FAABA3: hue angle of 5.52º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAABA3 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 163 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.02 |
| HSL | 5.52º | 0.9% | 0.81% | - |
| HSV(B) | 5.52º | 0.35% | 0.98% | - |
| XYZ | 60.6 | 52.09 | 41.51 | - |
| YUV | 193.71 | 110.67 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 163 | 0 | 0.32 | 0.35 | 0.02 | 5.52 | 0.9 | 0.81 |
| Hex | FA | AB | A3 | 0 | 20 | 23 | 2 | 6 | 5A | 51 |
| Octal | 372 | 253 | 243 | 0 | 40 | 43 | 2 | 6 | 132 | 121 |
| Binary | 11111010 | 10101011 | 10100011 | 0 | 100000 | 100011 | 10 | 110 | 1011010 | 1010001 |
Color Harmonies of #FAABA3
Complementary color
Monochromatic Colors of #FAABA3
Black with #FAABA3
Text Example
Text Example
White with #FAABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABA3; }
p { color: rgb(250,171,163); }
H1.HeaderClassName
{
color: #FAABA3;
}
.AnyTagClassName
{
color: #FAABA3;
}
</style>
background-color css
<style>
a { background-color: #FAABA3; }
a { background-color: rgb(250,171,163); }
div.DivClassName
{
background-color: #FAABA3;
}
.BgClassName
{
background-color: #FAABA3;
}
</style>
border-color css
<style>
span { border-color: #FAABA3; }
span { border-color: rgb(250,171,163); }
td.TdClassName
{
border-color: #FAABA3;
}
.TagClassName
{
border-color: #FAABA3;
}
</style>