Shades of Sundown #FDA9A9
Tints of Sundown #FDA9A9
RGB
CMYK
RGB Variations
Color information
#FDA9A9 (or 0xFDA9A9) is known color: Sundown. HEX triplet: FD, A9 and A9. RGB value is (253,169,169). Sum of RGB (Red+Green+Blue) = 253+169+169=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 169 (66.41% from 255 or 28.60% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA9A9 is #025656. Grayscale: #C2C2C2. Windows color (decimal): -153175 or 11119101. OLE color: 11119101.
HSL color Cylindrical-coordinate representation of color #FDA9A9: hue angle of 0º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDA9A9 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 169 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.01 |
| HSL | 0º | 0.95% | 0.83% | - |
| HSV(B) | 0º | 0.33% | 0.99% | - |
| XYZ | 61.86 | 52.12 | 44.34 | - |
| YUV | 194.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 169 | 0 | 0.33 | 0.33 | 0.01 | 0 | 0.95 | 0.83 |
| Hex | FD | A9 | A9 | 0 | 21 | 21 | 1 | 0 | 5F | 53 |
| Octal | 375 | 251 | 251 | 0 | 41 | 41 | 1 | 0 | 137 | 123 |
| Binary | 11111101 | 10101001 | 10101001 | 0 | 100001 | 100001 | 1 | 0 | 1011111 | 1010011 |
Color Harmonies of #FDA9A9
Complementary color
Monochromatic Colors of #FDA9A9
Black with #FDA9A9
Text Example
Text Example
White with #FDA9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA9A9; }
p { color: rgb(253,169,169); }
H1.HeaderClassName
{
color: #FDA9A9;
}
.AnyTagClassName
{
color: #FDA9A9;
}
</style>
background-color css
<style>
a { background-color: #FDA9A9; }
a { background-color: rgb(253,169,169); }
div.DivClassName
{
background-color: #FDA9A9;
}
.BgClassName
{
background-color: #FDA9A9;
}
</style>
border-color css
<style>
span { border-color: #FDA9A9; }
span { border-color: rgb(253,169,169); }
td.TdClassName
{
border-color: #FDA9A9;
}
.TagClassName
{
border-color: #FDA9A9;
}
</style>