Shades of Sundown #FAAFA4
Tints of Sundown #FAAFA4
RGB
CMYK
RGB Variations
Color information
#FAAFA4 (or 0xFAAFA4) is known color: Sundown. HEX triplet: FA, AF and A4. RGB value is (250,175,164). Sum of RGB (Red+Green+Blue) = 250+175+164=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAFA4 is #05505B. Grayscale: #C4C4C4. Windows color (decimal): -348252 or 10792954. OLE color: 10792954.
HSL color Cylindrical-coordinate representation of color #FAAFA4: hue angle of 7.67º degrees, saturation: 0.9, 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 #FAAFA4 is Cyan = 0, Magento = 0.3, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 164 | - |
| CMYK | 0 | 0.3 | 0.34 | 0.02 |
| HSL | 7.67º | 0.9% | 0.81% | - |
| HSV(B) | 7.67º | 0.34% | 0.98% | - |
| XYZ | 61.46 | 53.66 | 42.24 | - |
| YUV | 196.17 | 109.85 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 164 | 0 | 0.3 | 0.34 | 0.02 | 7.67 | 0.9 | 0.81 |
| Hex | FA | AF | A4 | 0 | 1E | 22 | 2 | 8 | 5A | 51 |
| Octal | 372 | 257 | 244 | 0 | 36 | 42 | 2 | 10 | 132 | 121 |
| Binary | 11111010 | 10101111 | 10100100 | 0 | 11110 | 100010 | 10 | 1000 | 1011010 | 1010001 |
Color Harmonies of #FAAFA4
Complementary color
Monochromatic Colors of #FAAFA4
Black with #FAAFA4
Text Example
Text Example
White with #FAAFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFA4; }
p { color: rgb(250,175,164); }
H1.HeaderClassName
{
color: #FAAFA4;
}
.AnyTagClassName
{
color: #FAAFA4;
}
</style>
background-color css
<style>
a { background-color: #FAAFA4; }
a { background-color: rgb(250,175,164); }
div.DivClassName
{
background-color: #FAAFA4;
}
.BgClassName
{
background-color: #FAAFA4;
}
</style>
border-color css
<style>
span { border-color: #FAAFA4; }
span { border-color: rgb(250,175,164); }
td.TdClassName
{
border-color: #FAAFA4;
}
.TagClassName
{
border-color: #FAAFA4;
}
</style>