Shades of Sundown #FAAFA6
Tints of Sundown #FAAFA6
RGB
CMYK
RGB Variations
Color information
#FAAFA6 (or 0xFAAFA6) is known color: Sundown. HEX triplet: FA, AF and A6. RGB value is (250,175,166). Sum of RGB (Red+Green+Blue) = 250+175+166=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAFA6 is #055059. Grayscale: #C4C4C4. Windows color (decimal): -348250 or 10924026. OLE color: 10924026.
HSL color Cylindrical-coordinate representation of color #FAAFA6: hue angle of 6.43º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAAFA6 is Cyan = 0, Magento = 0.3, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 166 | - |
| CMYK | 0 | 0.3 | 0.34 | 0.02 |
| HSL | 6.43º | 0.89% | 0.82% | - |
| HSV(B) | 6.43º | 0.34% | 0.98% | - |
| XYZ | 61.64 | 53.74 | 43.2 | - |
| YUV | 196.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 166 | 0 | 0.3 | 0.34 | 0.02 | 6.43 | 0.89 | 0.82 |
| Hex | FA | AF | A6 | 0 | 1E | 22 | 2 | 6 | 59 | 52 |
| Octal | 372 | 257 | 246 | 0 | 36 | 42 | 2 | 6 | 131 | 122 |
| Binary | 11111010 | 10101111 | 10100110 | 0 | 11110 | 100010 | 10 | 110 | 1011001 | 1010010 |
Color Harmonies of #FAAFA6
Complementary color
Monochromatic Colors of #FAAFA6
Black with #FAAFA6
Text Example
Text Example
White with #FAAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFA6; }
p { color: rgb(250,175,166); }
H1.HeaderClassName
{
color: #FAAFA6;
}
.AnyTagClassName
{
color: #FAAFA6;
}
</style>
background-color css
<style>
a { background-color: #FAAFA6; }
a { background-color: rgb(250,175,166); }
div.DivClassName
{
background-color: #FAAFA6;
}
.BgClassName
{
background-color: #FAAFA6;
}
</style>
border-color css
<style>
span { border-color: #FAAFA6; }
span { border-color: rgb(250,175,166); }
td.TdClassName
{
border-color: #FAAFA6;
}
.TagClassName
{
border-color: #FAAFA6;
}
</style>