Shades of Sundown #FDADA7
Tints of Sundown #FDADA7
RGB
CMYK
RGB Variations
Color information
#FDADA7 (or 0xFDADA7) is known color: Sundown. HEX triplet: FD, AD and A7. RGB value is (253,173,167). Sum of RGB (Red+Green+Blue) = 253+173+167=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 167 (65.62% from 255 or 28.16% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDADA7 is #025258. Grayscale: #C4C4C4. Windows color (decimal): -152153 or 10989053. OLE color: 10989053.
HSL color Cylindrical-coordinate representation of color #FDADA7: hue angle of 4.19º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDADA7 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 167 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.01 |
| HSL | 4.19º | 0.96% | 0.82% | - |
| HSV(B) | 4.19º | 0.34% | 0.99% | - |
| XYZ | 62.43 | 53.56 | 43.61 | - |
| YUV | 196.24 | 111.5 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 167 | 0 | 0.32 | 0.34 | 0.01 | 4.19 | 0.96 | 0.82 |
| Hex | FD | AD | A7 | 0 | 20 | 22 | 1 | 4 | 60 | 52 |
| Octal | 375 | 255 | 247 | 0 | 40 | 42 | 1 | 4 | 140 | 122 |
| Binary | 11111101 | 10101101 | 10100111 | 0 | 100000 | 100010 | 1 | 100 | 1100000 | 1010010 |
Color Harmonies of #FDADA7
Complementary color
Monochromatic Colors of #FDADA7
Black with #FDADA7
Text Example
Text Example
White with #FDADA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADA7; }
p { color: rgb(253,173,167); }
H1.HeaderClassName
{
color: #FDADA7;
}
.AnyTagClassName
{
color: #FDADA7;
}
</style>
background-color css
<style>
a { background-color: #FDADA7; }
a { background-color: rgb(253,173,167); }
div.DivClassName
{
background-color: #FDADA7;
}
.BgClassName
{
background-color: #FDADA7;
}
</style>
border-color css
<style>
span { border-color: #FDADA7; }
span { border-color: rgb(253,173,167); }
td.TdClassName
{
border-color: #FDADA7;
}
.TagClassName
{
border-color: #FDADA7;
}
</style>