Shades of Sundown #FAAFA7
Tints of Sundown #FAAFA7
RGB
CMYK
RGB Variations
Color information
#FAAFA7 (or 0xFAAFA7) is known color: Sundown. HEX triplet: FA, AF and A7. RGB value is (250,175,167). Sum of RGB (Red+Green+Blue) = 250+175+167=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 167 (65.62% from 255 or 28.21% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAFA7 is #055058. Grayscale: #C4C4C4. Windows color (decimal): -348249 or 10989562. OLE color: 10989562.
HSL color Cylindrical-coordinate representation of color #FAAFA7: hue angle of 5.78º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAAFA7 is Cyan = 0, Magento = 0.3, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 167 | - |
| CMYK | 0 | 0.3 | 0.33 | 0.02 |
| HSL | 5.78º | 0.89% | 0.82% | - |
| HSV(B) | 5.78º | 0.33% | 0.98% | - |
| XYZ | 61.73 | 53.77 | 43.69 | - |
| YUV | 196.51 | 111.35 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 167 | 0 | 0.3 | 0.33 | 0.02 | 5.78 | 0.89 | 0.82 |
| Hex | FA | AF | A7 | 0 | 1E | 21 | 2 | 6 | 59 | 52 |
| Octal | 372 | 257 | 247 | 0 | 36 | 41 | 2 | 6 | 131 | 122 |
| Binary | 11111010 | 10101111 | 10100111 | 0 | 11110 | 100001 | 10 | 110 | 1011001 | 1010010 |
Color Harmonies of #FAAFA7
Complementary color
Monochromatic Colors of #FAAFA7
Black with #FAAFA7
Text Example
Text Example
White with #FAAFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFA7; }
p { color: rgb(250,175,167); }
H1.HeaderClassName
{
color: #FAAFA7;
}
.AnyTagClassName
{
color: #FAAFA7;
}
</style>
background-color css
<style>
a { background-color: #FAAFA7; }
a { background-color: rgb(250,175,167); }
div.DivClassName
{
background-color: #FAAFA7;
}
.BgClassName
{
background-color: #FAAFA7;
}
</style>
border-color css
<style>
span { border-color: #FAAFA7; }
span { border-color: rgb(250,175,167); }
td.TdClassName
{
border-color: #FAAFA7;
}
.TagClassName
{
border-color: #FAAFA7;
}
</style>