Shades of Sundown #FDADA4
Tints of Sundown #FDADA4
RGB
CMYK
RGB Variations
Color information
#FDADA4 (or 0xFDADA4) is known color: Sundown. HEX triplet: FD, AD and A4. RGB value is (253,173,164). Sum of RGB (Red+Green+Blue) = 253+173+164=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 164 (64.45% from 255 or 27.80% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDADA4 is #02525B. Grayscale: #C4C4C4. Windows color (decimal): -152156 or 10792445. OLE color: 10792445.
HSL color Cylindrical-coordinate representation of color #FDADA4: hue angle of 6.07º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDADA4 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 173 | 164 | - |
CMYK | 0 | 0.32 | 0.35 | 0.01 |
HSL | 6.07º | 0.96% | 0.82% | - |
HSV(B) | 6.07º | 0.35% | 0.99% | - |
XYZ | 62.15 | 53.45 | 42.16 | - |
YUV | 195.89 | 110 | 168.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 173 | 164 | 0 | 0.32 | 0.35 | 0.01 | 6.07 | 0.96 | 0.82 |
Hex | FD | AD | A4 | 0 | 20 | 23 | 1 | 6 | 60 | 52 |
Octal | 375 | 255 | 244 | 0 | 40 | 43 | 1 | 6 | 140 | 122 |
Binary | 11111101 | 10101101 | 10100100 | 0 | 100000 | 100011 | 1 | 110 | 1100000 | 1010010 |
Color Harmonies of #FDADA4
Complementary color
Monochromatic Colors of #FDADA4
Black with #FDADA4
Text Example
Text Example
White with #FDADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADA4; }
p { color: rgb(253,173,164); }
H1.HeaderClassName
{
color: #FDADA4;
}
.AnyTagClassName
{
color: #FDADA4;
}
</style>
background-color css
<style>
a { background-color: #FDADA4; }
a { background-color: rgb(253,173,164); }
div.DivClassName
{
background-color: #FDADA4;
}
.BgClassName
{
background-color: #FDADA4;
}
</style>
border-color css
<style>
span { border-color: #FDADA4; }
span { border-color: rgb(253,173,164); }
td.TdClassName
{
border-color: #FDADA4;
}
.TagClassName
{
border-color: #FDADA4;
}
</style>