Shades of Sundown #FAAFA5
Tints of Sundown #FAAFA5
RGB
CMYK
RGB Variations
Color information
#FAAFA5 (or 0xFAAFA5) is known color: Sundown. HEX triplet: FA, AF and A5. RGB value is (250,175,165). Sum of RGB (Red+Green+Blue) = 250+175+165=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 165 (64.84% from 255 or 27.97% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAFA5 is #05505A. Grayscale: #C4C4C4. Windows color (decimal): -348251 or 10858490. OLE color: 10858490.
HSL color Cylindrical-coordinate representation of color #FAAFA5: hue angle of 7.06º 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 #FAAFA5 is Cyan = 0, Magento = 0.3, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 165 | - |
| CMYK | 0 | 0.3 | 0.34 | 0.02 |
| HSL | 7.06º | 0.89% | 0.81% | - |
| HSV(B) | 7.06º | 0.34% | 0.98% | - |
| XYZ | 61.55 | 53.7 | 42.72 | - |
| YUV | 196.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 165 | 0 | 0.3 | 0.34 | 0.02 | 7.06 | 0.89 | 0.81 |
| Hex | FA | AF | A5 | 0 | 1E | 22 | 2 | 7 | 59 | 51 |
| Octal | 372 | 257 | 245 | 0 | 36 | 42 | 2 | 7 | 131 | 121 |
| Binary | 11111010 | 10101111 | 10100101 | 0 | 11110 | 100010 | 10 | 111 | 1011001 | 1010001 |
Color Harmonies of #FAAFA5
Complementary color
Monochromatic Colors of #FAAFA5
Black with #FAAFA5
Text Example
Text Example
White with #FAAFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFA5; }
p { color: rgb(250,175,165); }
H1.HeaderClassName
{
color: #FAAFA5;
}
.AnyTagClassName
{
color: #FAAFA5;
}
</style>
background-color css
<style>
a { background-color: #FAAFA5; }
a { background-color: rgb(250,175,165); }
div.DivClassName
{
background-color: #FAAFA5;
}
.BgClassName
{
background-color: #FAAFA5;
}
</style>
border-color css
<style>
span { border-color: #FAAFA5; }
span { border-color: rgb(250,175,165); }
td.TdClassName
{
border-color: #FAAFA5;
}
.TagClassName
{
border-color: #FAAFA5;
}
</style>