Shades of Sundown #FAACA4
Tints of Sundown #FAACA4
RGB
CMYK
RGB Variations
Color information
#FAACA4 (or 0xFAACA4) is known color: Sundown. HEX triplet: FA, AC and A4. RGB value is (250,172,164). Sum of RGB (Red+Green+Blue) = 250+172+164=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 164 (64.45% from 255 or 27.99% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAACA4 is #05535B. Grayscale: #C2C2C2. Windows color (decimal): -349020 or 10792186. OLE color: 10792186.
HSL color Cylindrical-coordinate representation of color #FAACA4: hue angle of 5.58º 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 #FAACA4 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 164 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.02 |
| HSL | 5.58º | 0.9% | 0.81% | - |
| HSV(B) | 5.58º | 0.34% | 0.98% | - |
| XYZ | 60.88 | 52.51 | 42.05 | - |
| YUV | 194.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 164 | 0 | 0.31 | 0.34 | 0.02 | 5.58 | 0.9 | 0.81 |
| Hex | FA | AC | A4 | 0 | 1F | 22 | 2 | 6 | 5A | 51 |
| Octal | 372 | 254 | 244 | 0 | 37 | 42 | 2 | 6 | 132 | 121 |
| Binary | 11111010 | 10101100 | 10100100 | 0 | 11111 | 100010 | 10 | 110 | 1011010 | 1010001 |
Color Harmonies of #FAACA4
Complementary color
Monochromatic Colors of #FAACA4
Black with #FAACA4
Text Example
Text Example
White with #FAACA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACA4; }
p { color: rgb(250,172,164); }
H1.HeaderClassName
{
color: #FAACA4;
}
.AnyTagClassName
{
color: #FAACA4;
}
</style>
background-color css
<style>
a { background-color: #FAACA4; }
a { background-color: rgb(250,172,164); }
div.DivClassName
{
background-color: #FAACA4;
}
.BgClassName
{
background-color: #FAACA4;
}
</style>
border-color css
<style>
span { border-color: #FAACA4; }
span { border-color: rgb(250,172,164); }
td.TdClassName
{
border-color: #FAACA4;
}
.TagClassName
{
border-color: #FAACA4;
}
</style>