Shades of Sundown #FDAAA6
Tints of Sundown #FDAAA6
RGB
CMYK
RGB Variations
Color information
#FDAAA6 (or 0xFDAAA6) is known color: Sundown. HEX triplet: FD, AA and A6. RGB value is (253,170,166). Sum of RGB (Red+Green+Blue) = 253+170+166=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAAA6 is #025559. Grayscale: #C2C2C2. Windows color (decimal): -152922 or 10922749. OLE color: 10922749.
HSL color Cylindrical-coordinate representation of color #FDAAA6: hue angle of 2.76º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDAAA6 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 166 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.01 |
| HSL | 2.76º | 0.96% | 0.82% | - |
| HSV(B) | 2.76º | 0.34% | 0.99% | - |
| XYZ | 61.77 | 52.39 | 42.93 | - |
| YUV | 194.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 166 | 0 | 0.33 | 0.34 | 0.01 | 2.76 | 0.96 | 0.82 |
| Hex | FD | AA | A6 | 0 | 21 | 22 | 1 | 3 | 60 | 52 |
| Octal | 375 | 252 | 246 | 0 | 41 | 42 | 1 | 3 | 140 | 122 |
| Binary | 11111101 | 10101010 | 10100110 | 0 | 100001 | 100010 | 1 | 11 | 1100000 | 1010010 |
Color Harmonies of #FDAAA6
Complementary color
Monochromatic Colors of #FDAAA6
Black with #FDAAA6
Text Example
Text Example
White with #FDAAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAAA6; }
p { color: rgb(253,170,166); }
H1.HeaderClassName
{
color: #FDAAA6;
}
.AnyTagClassName
{
color: #FDAAA6;
}
</style>
background-color css
<style>
a { background-color: #FDAAA6; }
a { background-color: rgb(253,170,166); }
div.DivClassName
{
background-color: #FDAAA6;
}
.BgClassName
{
background-color: #FDAAA6;
}
</style>
border-color css
<style>
span { border-color: #FDAAA6; }
span { border-color: rgb(253,170,166); }
td.TdClassName
{
border-color: #FDAAA6;
}
.TagClassName
{
border-color: #FDAAA6;
}
</style>