Shades of Sundown #FDA5A1
Tints of Sundown #FDA5A1
RGB
CMYK
RGB Variations
Color information
#FDA5A1 (or 0xFDA5A1) is known color: Sundown. HEX triplet: FD, A5 and A1. RGB value is (253,165,161). Sum of RGB (Red+Green+Blue) = 253+165+161=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 161 (63.28% from 255 or 27.81% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA5A1 is #025A5E. Grayscale: #BEBEBE. Windows color (decimal): -154207 or 10593789. OLE color: 10593789.
HSL color Cylindrical-coordinate representation of color #FDA5A1: hue angle of 2.61º 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 #FDA5A1 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 161 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.01 |
| HSL | 2.61º | 0.96% | 0.81% | - |
| HSV(B) | 2.61º | 0.36% | 0.99% | - |
| XYZ | 60.4 | 50.37 | 40.26 | - |
| YUV | 190.86 | 111.15 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 161 | 0 | 0.35 | 0.36 | 0.01 | 2.61 | 0.96 | 0.81 |
| Hex | FD | A5 | A1 | 0 | 23 | 24 | 1 | 3 | 60 | 51 |
| Octal | 375 | 245 | 241 | 0 | 43 | 44 | 1 | 3 | 140 | 121 |
| Binary | 11111101 | 10100101 | 10100001 | 0 | 100011 | 100100 | 1 | 11 | 1100000 | 1010001 |
Color Harmonies of #FDA5A1
Complementary color
Monochromatic Colors of #FDA5A1
Black with #FDA5A1
Text Example
Text Example
White with #FDA5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA5A1; }
p { color: rgb(253,165,161); }
H1.HeaderClassName
{
color: #FDA5A1;
}
.AnyTagClassName
{
color: #FDA5A1;
}
</style>
background-color css
<style>
a { background-color: #FDA5A1; }
a { background-color: rgb(253,165,161); }
div.DivClassName
{
background-color: #FDA5A1;
}
.BgClassName
{
background-color: #FDA5A1;
}
</style>
border-color css
<style>
span { border-color: #FDA5A1; }
span { border-color: rgb(253,165,161); }
td.TdClassName
{
border-color: #FDA5A1;
}
.TagClassName
{
border-color: #FDA5A1;
}
</style>