Shades of Sundown #FAB3A9
Tints of Sundown #FAB3A9
RGB
CMYK
RGB Variations
Color information
#FAB3A9 (or 0xFAB3A9) is known color: Sundown. HEX triplet: FA, B3 and A9. RGB value is (250,179,169). Sum of RGB (Red+Green+Blue) = 250+179+169=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 169 (66.41% from 255 or 28.26% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB3A9 is #054C56. Grayscale: #C7C7C7. Windows color (decimal): -347223 or 11121658. OLE color: 11121658.
HSL color Cylindrical-coordinate representation of color #FAB3A9: hue angle of 7.41º 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 #FAB3A9 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 169 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.02 |
| HSL | 7.41º | 0.89% | 0.82% | - |
| HSV(B) | 7.41º | 0.32% | 0.98% | - |
| XYZ | 62.71 | 55.43 | 44.93 | - |
| YUV | 199.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 169 | 0 | 0.28 | 0.32 | 0.02 | 7.41 | 0.89 | 0.82 |
| Hex | FA | B3 | A9 | 0 | 1C | 20 | 2 | 7 | 59 | 52 |
| Octal | 372 | 263 | 251 | 0 | 34 | 40 | 2 | 7 | 131 | 122 |
| Binary | 11111010 | 10110011 | 10101001 | 0 | 11100 | 100000 | 10 | 111 | 1011001 | 1010010 |
Color Harmonies of #FAB3A9
Complementary color
Monochromatic Colors of #FAB3A9
Black with #FAB3A9
Text Example
Text Example
White with #FAB3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3A9; }
p { color: rgb(250,179,169); }
H1.HeaderClassName
{
color: #FAB3A9;
}
.AnyTagClassName
{
color: #FAB3A9;
}
</style>
background-color css
<style>
a { background-color: #FAB3A9; }
a { background-color: rgb(250,179,169); }
div.DivClassName
{
background-color: #FAB3A9;
}
.BgClassName
{
background-color: #FAB3A9;
}
</style>
border-color css
<style>
span { border-color: #FAB3A9; }
span { border-color: rgb(250,179,169); }
td.TdClassName
{
border-color: #FAB3A9;
}
.TagClassName
{
border-color: #FAB3A9;
}
</style>