Shades of Sundown #FAAFA2
Tints of Sundown #FAAFA2
RGB
CMYK
RGB Variations
Color information
#FAAFA2 (or 0xFAAFA2) is known color: Sundown. HEX triplet: FA, AF and A2. RGB value is (250,175,162). Sum of RGB (Red+Green+Blue) = 250+175+162=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 162 (63.67% from 255 or 27.60% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAFA2 is #05505D. Grayscale: #C4C4C4. Windows color (decimal): -348254 or 10661882. OLE color: 10661882.
HSL color Cylindrical-coordinate representation of color #FAAFA2: hue angle of 8.86º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAAFA2 is Cyan = 0, Magento = 0.3, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 162 | - |
| CMYK | 0 | 0.3 | 0.35 | 0.02 |
| HSL | 8.86º | 0.9% | 0.81% | - |
| HSV(B) | 8.86º | 0.35% | 0.98% | - |
| XYZ | 61.28 | 53.59 | 41.3 | - |
| YUV | 195.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 162 | 0 | 0.3 | 0.35 | 0.02 | 8.86 | 0.9 | 0.81 |
| Hex | FA | AF | A2 | 0 | 1E | 23 | 2 | 9 | 5A | 51 |
| Octal | 372 | 257 | 242 | 0 | 36 | 43 | 2 | 11 | 132 | 121 |
| Binary | 11111010 | 10101111 | 10100010 | 0 | 11110 | 100011 | 10 | 1001 | 1011010 | 1010001 |
Color Harmonies of #FAAFA2
Complementary color
Monochromatic Colors of #FAAFA2
Black with #FAAFA2
Text Example
Text Example
White with #FAAFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFA2; }
p { color: rgb(250,175,162); }
H1.HeaderClassName
{
color: #FAAFA2;
}
.AnyTagClassName
{
color: #FAAFA2;
}
</style>
background-color css
<style>
a { background-color: #FAAFA2; }
a { background-color: rgb(250,175,162); }
div.DivClassName
{
background-color: #FAAFA2;
}
.BgClassName
{
background-color: #FAAFA2;
}
</style>
border-color css
<style>
span { border-color: #FAAFA2; }
span { border-color: rgb(250,175,162); }
td.TdClassName
{
border-color: #FAAFA2;
}
.TagClassName
{
border-color: #FAAFA2;
}
</style>