Shades of Sundown #FAADA6
Tints of Sundown #FAADA6
RGB
CMYK
RGB Variations
Color information
#FAADA6 (or 0xFAADA6) is known color: Sundown. HEX triplet: FA, AD and A6. RGB value is (250,173,166). Sum of RGB (Red+Green+Blue) = 250+173+166=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAADA6 is #055259. Grayscale: #C3C3C3. Windows color (decimal): -348762 or 10923514. OLE color: 10923514.
HSL color Cylindrical-coordinate representation of color #FAADA6: hue angle of 5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAADA6 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 166 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.02 |
| HSL | 5º | 0.89% | 0.82% | - |
| HSV(B) | 5º | 0.34% | 0.98% | - |
| XYZ | 61.25 | 52.96 | 43.07 | - |
| YUV | 195.23 | 111.51 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 166 | 0 | 0.31 | 0.34 | 0.02 | 5 | 0.89 | 0.82 |
| Hex | FA | AD | A6 | 0 | 1F | 22 | 2 | 5 | 59 | 52 |
| Octal | 372 | 255 | 246 | 0 | 37 | 42 | 2 | 5 | 131 | 122 |
| Binary | 11111010 | 10101101 | 10100110 | 0 | 11111 | 100010 | 10 | 101 | 1011001 | 1010010 |
Color Harmonies of #FAADA6
Complementary color
Monochromatic Colors of #FAADA6
Black with #FAADA6
Text Example
Text Example
White with #FAADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADA6; }
p { color: rgb(250,173,166); }
H1.HeaderClassName
{
color: #FAADA6;
}
.AnyTagClassName
{
color: #FAADA6;
}
</style>
background-color css
<style>
a { background-color: #FAADA6; }
a { background-color: rgb(250,173,166); }
div.DivClassName
{
background-color: #FAADA6;
}
.BgClassName
{
background-color: #FAADA6;
}
</style>
border-color css
<style>
span { border-color: #FAADA6; }
span { border-color: rgb(250,173,166); }
td.TdClassName
{
border-color: #FAADA6;
}
.TagClassName
{
border-color: #FAADA6;
}
</style>