Shades of Sundown #FAAEA8
Tints of Sundown #FAAEA8
RGB
CMYK
RGB Variations
Color information
#FAAEA8 (or 0xFAAEA8) is known color: Sundown. HEX triplet: FA, AE and A8. RGB value is (250,174,168). Sum of RGB (Red+Green+Blue) = 250+174+168=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 168 (66.02% from 255 or 28.38% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAEA8 is #055157. Grayscale: #C4C4C4. Windows color (decimal): -348504 or 11054842. OLE color: 11054842.
HSL color Cylindrical-coordinate representation of color #FAAEA8: hue angle of 4.39º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAAEA8 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 168 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.02 |
| HSL | 4.39º | 0.89% | 0.82% | - |
| HSV(B) | 4.39º | 0.33% | 0.98% | - |
| XYZ | 61.63 | 53.42 | 44.11 | - |
| YUV | 196.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 168 | 0 | 0.30 | 0.33 | 0.02 | 4.39 | 0.89 | 0.82 |
| Hex | FA | AE | A8 | 0 | 1E | 21 | 2 | 4 | 59 | 52 |
| Octal | 372 | 256 | 250 | 0 | 36 | 41 | 2 | 4 | 131 | 122 |
| Binary | 11111010 | 10101110 | 10101000 | 0 | 11110 | 100001 | 10 | 100 | 1011001 | 1010010 |
Color Harmonies of #FAAEA8
Complementary color
Monochromatic Colors of #FAAEA8
Black with #FAAEA8
Text Example
Text Example
White with #FAAEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEA8; }
p { color: rgb(250,174,168); }
H1.HeaderClassName
{
color: #FAAEA8;
}
.AnyTagClassName
{
color: #FAAEA8;
}
</style>
background-color css
<style>
a { background-color: #FAAEA8; }
a { background-color: rgb(250,174,168); }
div.DivClassName
{
background-color: #FAAEA8;
}
.BgClassName
{
background-color: #FAAEA8;
}
</style>
border-color css
<style>
span { border-color: #FAAEA8; }
span { border-color: rgb(250,174,168); }
td.TdClassName
{
border-color: #FAAEA8;
}
.TagClassName
{
border-color: #FAAEA8;
}
</style>