Shades of Sundown #FAAFA3
Tints of Sundown #FAAFA3
RGB
CMYK
RGB Variations
Color information
#FAAFA3 (or 0xFAAFA3) is known color: Sundown. HEX triplet: FA, AF and A3. RGB value is (250,175,163). Sum of RGB (Red+Green+Blue) = 250+175+163=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 163 (64.06% from 255 or 27.72% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAFA3 is #05505C. Grayscale: #C4C4C4. Windows color (decimal): -348253 or 10727418. OLE color: 10727418.
HSL color Cylindrical-coordinate representation of color #FAAFA3: hue angle of 8.28º 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 #FAAFA3 is Cyan = 0, Magento = 0.3, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 163 | - |
| CMYK | 0 | 0.3 | 0.35 | 0.02 |
| HSL | 8.28º | 0.9% | 0.81% | - |
| HSV(B) | 8.28º | 0.35% | 0.98% | - |
| XYZ | 61.37 | 53.63 | 41.77 | - |
| YUV | 196.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 163 | 0 | 0.3 | 0.35 | 0.02 | 8.28 | 0.9 | 0.81 |
| Hex | FA | AF | A3 | 0 | 1E | 23 | 2 | 8 | 5A | 51 |
| Octal | 372 | 257 | 243 | 0 | 36 | 43 | 2 | 10 | 132 | 121 |
| Binary | 11111010 | 10101111 | 10100011 | 0 | 11110 | 100011 | 10 | 1000 | 1011010 | 1010001 |
Color Harmonies of #FAAFA3
Complementary color
Monochromatic Colors of #FAAFA3
Black with #FAAFA3
Text Example
Text Example
White with #FAAFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFA3; }
p { color: rgb(250,175,163); }
H1.HeaderClassName
{
color: #FAAFA3;
}
.AnyTagClassName
{
color: #FAAFA3;
}
</style>
background-color css
<style>
a { background-color: #FAAFA3; }
a { background-color: rgb(250,175,163); }
div.DivClassName
{
background-color: #FAAFA3;
}
.BgClassName
{
background-color: #FAAFA3;
}
</style>
border-color css
<style>
span { border-color: #FAAFA3; }
span { border-color: rgb(250,175,163); }
td.TdClassName
{
border-color: #FAAFA3;
}
.TagClassName
{
border-color: #FAAFA3;
}
</style>