Shades of Sundown #FDADA8
Tints of Sundown #FDADA8
RGB
CMYK
RGB Variations
Color information
#FDADA8 (or 0xFDADA8) is known color: Sundown. HEX triplet: FD, AD and A8. RGB value is (253,173,168). Sum of RGB (Red+Green+Blue) = 253+173+168=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 168 (66.02% from 255 or 28.28% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDADA8 is #025257. Grayscale: #C4C4C4. Windows color (decimal): -152152 or 11054589. OLE color: 11054589.
HSL color Cylindrical-coordinate representation of color #FDADA8: hue angle of 3.53º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDADA8 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 168 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.01 |
| HSL | 3.53º | 0.96% | 0.83% | - |
| HSV(B) | 3.53º | 0.34% | 0.99% | - |
| XYZ | 62.52 | 53.6 | 44.1 | - |
| YUV | 196.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 168 | 0 | 0.32 | 0.34 | 0.01 | 3.53 | 0.96 | 0.83 |
| Hex | FD | AD | A8 | 0 | 20 | 22 | 1 | 4 | 60 | 53 |
| Octal | 375 | 255 | 250 | 0 | 40 | 42 | 1 | 4 | 140 | 123 |
| Binary | 11111101 | 10101101 | 10101000 | 0 | 100000 | 100010 | 1 | 100 | 1100000 | 1010011 |
Color Harmonies of #FDADA8
Complementary color
Monochromatic Colors of #FDADA8
Black with #FDADA8
Text Example
Text Example
White with #FDADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADA8; }
p { color: rgb(253,173,168); }
H1.HeaderClassName
{
color: #FDADA8;
}
.AnyTagClassName
{
color: #FDADA8;
}
</style>
background-color css
<style>
a { background-color: #FDADA8; }
a { background-color: rgb(253,173,168); }
div.DivClassName
{
background-color: #FDADA8;
}
.BgClassName
{
background-color: #FDADA8;
}
</style>
border-color css
<style>
span { border-color: #FDADA8; }
span { border-color: rgb(253,173,168); }
td.TdClassName
{
border-color: #FDADA8;
}
.TagClassName
{
border-color: #FDADA8;
}
</style>