Shades of Sundown #FDA6A2
Tints of Sundown #FDA6A2
RGB
CMYK
RGB Variations
Color information
#FDA6A2 (or 0xFDA6A2) is known color: Sundown. HEX triplet: FD, A6 and A2. RGB value is (253,166,162). Sum of RGB (Red+Green+Blue) = 253+166+162=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 166 (65.23% from 255 or 28.57% from 581); Blue value is 162 (63.67% from 255 or 27.88% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA6A2 is #02595D. Grayscale: #BFBFBF. Windows color (decimal): -153950 or 10659581. OLE color: 10659581.
HSL color Cylindrical-coordinate representation of color #FDA6A2: hue angle of 2.64º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA6A2 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 162 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.01 |
| HSL | 2.64º | 0.96% | 0.81% | - |
| HSV(B) | 2.64º | 0.36% | 0.99% | - |
| XYZ | 60.67 | 50.76 | 40.78 | - |
| YUV | 191.56 | 111.32 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 162 | 0 | 0.34 | 0.36 | 0.01 | 2.64 | 0.96 | 0.81 |
| Hex | FD | A6 | A2 | 0 | 22 | 24 | 1 | 3 | 60 | 51 |
| Octal | 375 | 246 | 242 | 0 | 42 | 44 | 1 | 3 | 140 | 121 |
| Binary | 11111101 | 10100110 | 10100010 | 0 | 100010 | 100100 | 1 | 11 | 1100000 | 1010001 |
Color Harmonies of #FDA6A2
Complementary color
Monochromatic Colors of #FDA6A2
Black with #FDA6A2
Text Example
Text Example
White with #FDA6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA6A2; }
p { color: rgb(253,166,162); }
H1.HeaderClassName
{
color: #FDA6A2;
}
.AnyTagClassName
{
color: #FDA6A2;
}
</style>
background-color css
<style>
a { background-color: #FDA6A2; }
a { background-color: rgb(253,166,162); }
div.DivClassName
{
background-color: #FDA6A2;
}
.BgClassName
{
background-color: #FDA6A2;
}
</style>
border-color css
<style>
span { border-color: #FDA6A2; }
span { border-color: rgb(253,166,162); }
td.TdClassName
{
border-color: #FDA6A2;
}
.TagClassName
{
border-color: #FDA6A2;
}
</style>