Shades of Sundown #FAAEA4
Tints of Sundown #FAAEA4
RGB
CMYK
RGB Variations
Color information
#FAAEA4 (or 0xFAAEA4) is known color: Sundown. HEX triplet: FA, AE and A4. RGB value is (250,174,164). Sum of RGB (Red+Green+Blue) = 250+174+164=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 164 (64.45% from 255 or 27.89% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAEA4 is #05515B. Grayscale: #C3C3C3. Windows color (decimal): -348508 or 10792698. OLE color: 10792698.
HSL color Cylindrical-coordinate representation of color #FAAEA4: hue angle of 6.98º 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 #FAAEA4 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 164 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.02 |
| HSL | 6.98º | 0.9% | 0.81% | - |
| HSV(B) | 6.98º | 0.34% | 0.98% | - |
| XYZ | 61.26 | 53.28 | 42.18 | - |
| YUV | 195.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 164 | 0 | 0.30 | 0.34 | 0.02 | 6.98 | 0.9 | 0.81 |
| Hex | FA | AE | A4 | 0 | 1E | 22 | 2 | 7 | 5A | 51 |
| Octal | 372 | 256 | 244 | 0 | 36 | 42 | 2 | 7 | 132 | 121 |
| Binary | 11111010 | 10101110 | 10100100 | 0 | 11110 | 100010 | 10 | 111 | 1011010 | 1010001 |
Color Harmonies of #FAAEA4
Complementary color
Monochromatic Colors of #FAAEA4
Black with #FAAEA4
Text Example
Text Example
White with #FAAEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEA4; }
p { color: rgb(250,174,164); }
H1.HeaderClassName
{
color: #FAAEA4;
}
.AnyTagClassName
{
color: #FAAEA4;
}
</style>
background-color css
<style>
a { background-color: #FAAEA4; }
a { background-color: rgb(250,174,164); }
div.DivClassName
{
background-color: #FAAEA4;
}
.BgClassName
{
background-color: #FAAEA4;
}
</style>
border-color css
<style>
span { border-color: #FAAEA4; }
span { border-color: rgb(250,174,164); }
td.TdClassName
{
border-color: #FAAEA4;
}
.TagClassName
{
border-color: #FAAEA4;
}
</style>