Shades of Sundown #FAAFAE
Tints of Sundown #FAAFAE
RGB
CMYK
RGB Variations
Color information
#FAAFAE (or 0xFAAFAE) is known color: Sundown. HEX triplet: FA, AF and AE. RGB value is (250,175,174). Sum of RGB (Red+Green+Blue) = 250+175+174=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAFAE is #055051. Grayscale: #C5C5C5. Windows color (decimal): -348242 or 11448314. OLE color: 11448314.
HSL color Cylindrical-coordinate representation of color #FAAFAE: hue angle of 0.79º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAFAE is Cyan = 0, Magento = 0.3, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 174 | - |
| CMYK | 0 | 0.3 | 0.30 | 0.02 |
| HSL | 0.79º | 0.88% | 0.83% | - |
| HSV(B) | 0.79º | 0.3% | 0.98% | - |
| XYZ | 62.39 | 54.04 | 47.19 | - |
| YUV | 197.31 | 114.85 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 174 | 0 | 0.3 | 0.30 | 0.02 | 0.79 | 0.88 | 0.83 |
| Hex | FA | AF | AE | 0 | 1E | 1E | 2 | 1 | 58 | 53 |
| Octal | 372 | 257 | 256 | 0 | 36 | 36 | 2 | 1 | 130 | 123 |
| Binary | 11111010 | 10101111 | 10101110 | 0 | 11110 | 11110 | 10 | 1 | 1011000 | 1010011 |
Color Harmonies of #FAAFAE
Complementary color
Monochromatic Colors of #FAAFAE
Black with #FAAFAE
Text Example
Text Example
White with #FAAFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFAE; }
p { color: rgb(250,175,174); }
H1.HeaderClassName
{
color: #FAAFAE;
}
.AnyTagClassName
{
color: #FAAFAE;
}
</style>
background-color css
<style>
a { background-color: #FAAFAE; }
a { background-color: rgb(250,175,174); }
div.DivClassName
{
background-color: #FAAFAE;
}
.BgClassName
{
background-color: #FAAFAE;
}
</style>
border-color css
<style>
span { border-color: #FAAFAE; }
span { border-color: rgb(250,175,174); }
td.TdClassName
{
border-color: #FAAFAE;
}
.TagClassName
{
border-color: #FAAFAE;
}
</style>