Shades of Sundown #FAAEAD
Tints of Sundown #FAAEAD
RGB
CMYK
RGB Variations
Color information
#FAAEAD (or 0xFAAEAD) is known color: Sundown. HEX triplet: FA, AE and AD. RGB value is (250,174,173). Sum of RGB (Red+Green+Blue) = 250+174+173=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAEAD is #055152. Grayscale: #C4C4C4. Windows color (decimal): -348499 or 11382522. OLE color: 11382522.
HSL color Cylindrical-coordinate representation of color #FAAEAD: hue angle of 0.78º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAAEAD is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 173 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.02 |
| HSL | 0.78º | 0.89% | 0.83% | - |
| HSV(B) | 0.78º | 0.31% | 0.98% | - |
| XYZ | 62.1 | 53.61 | 46.61 | - |
| YUV | 196.61 | 114.68 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 173 | 0 | 0.30 | 0.31 | 0.02 | 0.78 | 0.89 | 0.83 |
| Hex | FA | AE | AD | 0 | 1E | 1F | 2 | 1 | 59 | 53 |
| Octal | 372 | 256 | 255 | 0 | 36 | 37 | 2 | 1 | 131 | 123 |
| Binary | 11111010 | 10101110 | 10101101 | 0 | 11110 | 11111 | 10 | 1 | 1011001 | 1010011 |
Color Harmonies of #FAAEAD
Complementary color
Monochromatic Colors of #FAAEAD
Black with #FAAEAD
Text Example
Text Example
White with #FAAEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEAD; }
p { color: rgb(250,174,173); }
H1.HeaderClassName
{
color: #FAAEAD;
}
.AnyTagClassName
{
color: #FAAEAD;
}
</style>
background-color css
<style>
a { background-color: #FAAEAD; }
a { background-color: rgb(250,174,173); }
div.DivClassName
{
background-color: #FAAEAD;
}
.BgClassName
{
background-color: #FAAEAD;
}
</style>
border-color css
<style>
span { border-color: #FAAEAD; }
span { border-color: rgb(250,174,173); }
td.TdClassName
{
border-color: #FAAEAD;
}
.TagClassName
{
border-color: #FAAEAD;
}
</style>