Shades of Sundown #FDA4A1
Tints of Sundown #FDA4A1
RGB
CMYK
RGB Variations
Color information
#FDA4A1 (or 0xFDA4A1) is known color: Sundown. HEX triplet: FD, A4 and A1. RGB value is (253,164,161). Sum of RGB (Red+Green+Blue) = 253+164+161=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 164 (64.45% from 255 or 28.37% from 578); Blue value is 161 (63.28% from 255 or 27.85% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA4A1 is #025B5E. Grayscale: #BEBEBE. Windows color (decimal): -154463 or 10593533. OLE color: 10593533.
HSL color Cylindrical-coordinate representation of color #FDA4A1: hue angle of 1.96º 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 #FDA4A1 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 161 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.01 |
| HSL | 1.96º | 0.96% | 0.81% | - |
| HSV(B) | 1.96º | 0.36% | 0.99% | - |
| XYZ | 60.22 | 50.01 | 40.2 | - |
| YUV | 190.27 | 111.49 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 161 | 0 | 0.35 | 0.36 | 0.01 | 1.96 | 0.96 | 0.81 |
| Hex | FD | A4 | A1 | 0 | 23 | 24 | 1 | 2 | 60 | 51 |
| Octal | 375 | 244 | 241 | 0 | 43 | 44 | 1 | 2 | 140 | 121 |
| Binary | 11111101 | 10100100 | 10100001 | 0 | 100011 | 100100 | 1 | 10 | 1100000 | 1010001 |
Color Harmonies of #FDA4A1
Complementary color
Monochromatic Colors of #FDA4A1
Black with #FDA4A1
Text Example
Text Example
White with #FDA4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA4A1; }
p { color: rgb(253,164,161); }
H1.HeaderClassName
{
color: #FDA4A1;
}
.AnyTagClassName
{
color: #FDA4A1;
}
</style>
background-color css
<style>
a { background-color: #FDA4A1; }
a { background-color: rgb(253,164,161); }
div.DivClassName
{
background-color: #FDA4A1;
}
.BgClassName
{
background-color: #FDA4A1;
}
</style>
border-color css
<style>
span { border-color: #FDA4A1; }
span { border-color: rgb(253,164,161); }
td.TdClassName
{
border-color: #FDA4A1;
}
.TagClassName
{
border-color: #FDA4A1;
}
</style>