Shades of Sundown #FAADAA
Tints of Sundown #FAADAA
RGB
CMYK
RGB Variations
Color information
#FAADAA (or 0xFAADAA) is known color: Sundown. HEX triplet: FA, AD and AA. RGB value is (250,173,170). Sum of RGB (Red+Green+Blue) = 250+173+170=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAADAA is #055255. Grayscale: #C3C3C3. Windows color (decimal): -348758 or 11185658. OLE color: 11185658.
HSL color Cylindrical-coordinate representation of color #FAADAA: hue angle of 2.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAADAA is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 170 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.02 |
| HSL | 2.25º | 0.89% | 0.82% | - |
| HSV(B) | 2.25º | 0.32% | 0.98% | - |
| XYZ | 61.62 | 53.11 | 45.03 | - |
| YUV | 195.68 | 113.51 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 170 | 0 | 0.31 | 0.32 | 0.02 | 2.25 | 0.89 | 0.82 |
| Hex | FA | AD | AA | 0 | 1F | 20 | 2 | 2 | 59 | 52 |
| Octal | 372 | 255 | 252 | 0 | 37 | 40 | 2 | 2 | 131 | 122 |
| Binary | 11111010 | 10101101 | 10101010 | 0 | 11111 | 100000 | 10 | 10 | 1011001 | 1010010 |
Color Harmonies of #FAADAA
Complementary color
Monochromatic Colors of #FAADAA
Black with #FAADAA
Text Example
Text Example
White with #FAADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADAA; }
p { color: rgb(250,173,170); }
H1.HeaderClassName
{
color: #FAADAA;
}
.AnyTagClassName
{
color: #FAADAA;
}
</style>
background-color css
<style>
a { background-color: #FAADAA; }
a { background-color: rgb(250,173,170); }
div.DivClassName
{
background-color: #FAADAA;
}
.BgClassName
{
background-color: #FAADAA;
}
</style>
border-color css
<style>
span { border-color: #FAADAA; }
span { border-color: rgb(250,173,170); }
td.TdClassName
{
border-color: #FAADAA;
}
.TagClassName
{
border-color: #FAADAA;
}
</style>