Shades of Sundown #FAB3A5
Tints of Sundown #FAB3A5
RGB
CMYK
RGB Variations
Color information
#FAB3A5 (or 0xFAB3A5) is known color: Sundown. HEX triplet: FA, B3 and A5. RGB value is (250,179,165). Sum of RGB (Red+Green+Blue) = 250+179+165=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 165 (64.84% from 255 or 27.78% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB3A5 is #054C5A. Grayscale: #C6C6C6. Windows color (decimal): -347227 or 10859514. OLE color: 10859514.
HSL color Cylindrical-coordinate representation of color #FAB3A5: hue angle of 9.88º 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 #FAB3A5 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 165 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.02 |
| HSL | 9.88º | 0.89% | 0.81% | - |
| HSV(B) | 9.88º | 0.34% | 0.98% | - |
| XYZ | 62.34 | 55.28 | 42.98 | - |
| YUV | 198.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 165 | 0 | 0.28 | 0.34 | 0.02 | 9.88 | 0.89 | 0.81 |
| Hex | FA | B3 | A5 | 0 | 1C | 22 | 2 | A | 59 | 51 |
| Octal | 372 | 263 | 245 | 0 | 34 | 42 | 2 | 12 | 131 | 121 |
| Binary | 11111010 | 10110011 | 10100101 | 0 | 11100 | 100010 | 10 | 1010 | 1011001 | 1010001 |
Color Harmonies of #FAB3A5
Complementary color
Monochromatic Colors of #FAB3A5
Black with #FAB3A5
Text Example
Text Example
White with #FAB3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3A5; }
p { color: rgb(250,179,165); }
H1.HeaderClassName
{
color: #FAB3A5;
}
.AnyTagClassName
{
color: #FAB3A5;
}
</style>
background-color css
<style>
a { background-color: #FAB3A5; }
a { background-color: rgb(250,179,165); }
div.DivClassName
{
background-color: #FAB3A5;
}
.BgClassName
{
background-color: #FAB3A5;
}
</style>
border-color css
<style>
span { border-color: #FAB3A5; }
span { border-color: rgb(250,179,165); }
td.TdClassName
{
border-color: #FAB3A5;
}
.TagClassName
{
border-color: #FAB3A5;
}
</style>