Shades of Sundown #FAAEAB
Tints of Sundown #FAAEAB
RGB
CMYK
RGB Variations
Color information
#FAAEAB (or 0xFAAEAB) is known color: Sundown. HEX triplet: FA, AE and AB. RGB value is (250,174,171). Sum of RGB (Red+Green+Blue) = 250+174+171=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAEAB is #055154. Grayscale: #C4C4C4. Windows color (decimal): -348501 or 11251450. OLE color: 11251450.
HSL color Cylindrical-coordinate representation of color #FAAEAB: hue angle of 2.28º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAEAB is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 171 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.02 |
| HSL | 2.28º | 0.89% | 0.83% | - |
| HSV(B) | 2.28º | 0.32% | 0.98% | - |
| XYZ | 61.91 | 53.54 | 45.6 | - |
| YUV | 196.38 | 113.68 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 171 | 0 | 0.30 | 0.32 | 0.02 | 2.28 | 0.89 | 0.83 |
| Hex | FA | AE | AB | 0 | 1E | 20 | 2 | 2 | 59 | 53 |
| Octal | 372 | 256 | 253 | 0 | 36 | 40 | 2 | 2 | 131 | 123 |
| Binary | 11111010 | 10101110 | 10101011 | 0 | 11110 | 100000 | 10 | 10 | 1011001 | 1010011 |
Color Harmonies of #FAAEAB
Complementary color
Monochromatic Colors of #FAAEAB
Black with #FAAEAB
Text Example
Text Example
White with #FAAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEAB; }
p { color: rgb(250,174,171); }
H1.HeaderClassName
{
color: #FAAEAB;
}
.AnyTagClassName
{
color: #FAAEAB;
}
</style>
background-color css
<style>
a { background-color: #FAAEAB; }
a { background-color: rgb(250,174,171); }
div.DivClassName
{
background-color: #FAAEAB;
}
.BgClassName
{
background-color: #FAAEAB;
}
</style>
border-color css
<style>
span { border-color: #FAAEAB; }
span { border-color: rgb(250,174,171); }
td.TdClassName
{
border-color: #FAAEAB;
}
.TagClassName
{
border-color: #FAAEAB;
}
</style>