Shades of Sundown #FDA3A1
Tints of Sundown #FDA3A1
RGB
CMYK
RGB Variations
Color information
#FDA3A1 (or 0xFDA3A1) is known color: Sundown. HEX triplet: FD, A3 and A1. RGB value is (253,163,161). Sum of RGB (Red+Green+Blue) = 253+163+161=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 163 (64.06% from 255 or 28.25% from 577); Blue value is 161 (63.28% from 255 or 27.90% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA3A1 is #025C5E. Grayscale: #BDBDBD. Windows color (decimal): -154719 or 10593277. OLE color: 10593277.
HSL color Cylindrical-coordinate representation of color #FDA3A1: hue angle of 1.3º 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 #FDA3A1 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 163 | 161 | - |
CMYK | 0 | 0.36 | 0.36 | 0.01 |
HSL | 1.3º | 0.96% | 0.81% | - |
HSV(B) | 1.3º | 0.36% | 0.99% | - |
XYZ | 60.04 | 49.65 | 40.14 | - |
YUV | 189.68 | 111.82 | 173.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 163 | 161 | 0 | 0.36 | 0.36 | 0.01 | 1.3 | 0.96 | 0.81 |
Hex | FD | A3 | A1 | 0 | 24 | 24 | 1 | 1 | 60 | 51 |
Octal | 375 | 243 | 241 | 0 | 44 | 44 | 1 | 1 | 140 | 121 |
Binary | 11111101 | 10100011 | 10100001 | 0 | 100100 | 100100 | 1 | 1 | 1100000 | 1010001 |
Color Harmonies of #FDA3A1
Complementary color
Monochromatic Colors of #FDA3A1
Black with #FDA3A1
Text Example
Text Example
White with #FDA3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA3A1; }
p { color: rgb(253,163,161); }
H1.HeaderClassName
{
color: #FDA3A1;
}
.AnyTagClassName
{
color: #FDA3A1;
}
</style>
background-color css
<style>
a { background-color: #FDA3A1; }
a { background-color: rgb(253,163,161); }
div.DivClassName
{
background-color: #FDA3A1;
}
.BgClassName
{
background-color: #FDA3A1;
}
</style>
border-color css
<style>
span { border-color: #FDA3A1; }
span { border-color: rgb(253,163,161); }
td.TdClassName
{
border-color: #FDA3A1;
}
.TagClassName
{
border-color: #FDA3A1;
}
</style>