Shades of Sundown #FDA4A2
Tints of Sundown #FDA4A2
RGB
CMYK
RGB Variations
Color information
#FDA4A2 (or 0xFDA4A2) is known color: Sundown. HEX triplet: FD, A4 and A2. RGB value is (253,164,162). Sum of RGB (Red+Green+Blue) = 253+164+162=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 162 (63.67% from 255 or 27.98% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA4A2 is #025B5D. Grayscale: #BEBEBE. Windows color (decimal): -154462 or 10659069. OLE color: 10659069.
HSL color Cylindrical-coordinate representation of color #FDA4A2: hue angle of 1.32º 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 #FDA4A2 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 162 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.01 |
| HSL | 1.32º | 0.96% | 0.81% | - |
| HSV(B) | 1.32º | 0.36% | 0.99% | - |
| XYZ | 60.31 | 50.04 | 40.66 | - |
| YUV | 190.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 162 | 0 | 0.35 | 0.36 | 0.01 | 1.32 | 0.96 | 0.81 |
| Hex | FD | A4 | A2 | 0 | 23 | 24 | 1 | 1 | 60 | 51 |
| Octal | 375 | 244 | 242 | 0 | 43 | 44 | 1 | 1 | 140 | 121 |
| Binary | 11111101 | 10100100 | 10100010 | 0 | 100011 | 100100 | 1 | 1 | 1100000 | 1010001 |
Color Harmonies of #FDA4A2
Complementary color
Monochromatic Colors of #FDA4A2
Black with #FDA4A2
Text Example
Text Example
White with #FDA4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA4A2; }
p { color: rgb(253,164,162); }
H1.HeaderClassName
{
color: #FDA4A2;
}
.AnyTagClassName
{
color: #FDA4A2;
}
</style>
background-color css
<style>
a { background-color: #FDA4A2; }
a { background-color: rgb(253,164,162); }
div.DivClassName
{
background-color: #FDA4A2;
}
.BgClassName
{
background-color: #FDA4A2;
}
</style>
border-color css
<style>
span { border-color: #FDA4A2; }
span { border-color: rgb(253,164,162); }
td.TdClassName
{
border-color: #FDA4A2;
}
.TagClassName
{
border-color: #FDA4A2;
}
</style>