Shades of Sundown #FAA7A5
Tints of Sundown #FAA7A5
RGB
CMYK
RGB Variations
Color information
#FAA7A5 (or 0xFAA7A5) is known color: Sundown. HEX triplet: FA, A7 and A5. RGB value is (250,167,165). Sum of RGB (Red+Green+Blue) = 250+167+165=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 167 (65.62% from 255 or 28.69% from 582); Blue value is 165 (64.84% from 255 or 28.35% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA7A5 is #05585A. Grayscale: #BFBFBF. Windows color (decimal): -350299 or 10856442. OLE color: 10856442.
HSL color Cylindrical-coordinate representation of color #FAA7A5: hue angle of 1.41º 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 #FAA7A5 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 165 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.02 |
| HSL | 1.41º | 0.89% | 0.81% | - |
| HSV(B) | 1.41º | 0.34% | 0.98% | - |
| XYZ | 60.03 | 50.68 | 42.21 | - |
| YUV | 191.59 | 113 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 165 | 0 | 0.33 | 0.34 | 0.02 | 1.41 | 0.89 | 0.81 |
| Hex | FA | A7 | A5 | 0 | 21 | 22 | 2 | 1 | 59 | 51 |
| Octal | 372 | 247 | 245 | 0 | 41 | 42 | 2 | 1 | 131 | 121 |
| Binary | 11111010 | 10100111 | 10100101 | 0 | 100001 | 100010 | 10 | 1 | 1011001 | 1010001 |
Color Harmonies of #FAA7A5
Complementary color
Monochromatic Colors of #FAA7A5
Black with #FAA7A5
Text Example
Text Example
White with #FAA7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA7A5; }
p { color: rgb(250,167,165); }
H1.HeaderClassName
{
color: #FAA7A5;
}
.AnyTagClassName
{
color: #FAA7A5;
}
</style>
background-color css
<style>
a { background-color: #FAA7A5; }
a { background-color: rgb(250,167,165); }
div.DivClassName
{
background-color: #FAA7A5;
}
.BgClassName
{
background-color: #FAA7A5;
}
</style>
border-color css
<style>
span { border-color: #FAA7A5; }
span { border-color: rgb(250,167,165); }
td.TdClassName
{
border-color: #FAA7A5;
}
.TagClassName
{
border-color: #FAA7A5;
}
</style>