Shades of Sundown #FDACA6
Tints of Sundown #FDACA6
RGB
CMYK
RGB Variations
Color information
#FDACA6 (or 0xFDACA6) is known color: Sundown. HEX triplet: FD, AC and A6. RGB value is (253,172,166). Sum of RGB (Red+Green+Blue) = 253+172+166=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDACA6 is #025359. Grayscale: #C3C3C3. Windows color (decimal): -152410 or 10923261. OLE color: 10923261.
HSL color Cylindrical-coordinate representation of color #FDACA6: hue angle of 4.14º 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 #FDACA6 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 166 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.01 |
| HSL | 4.14º | 0.96% | 0.82% | - |
| HSV(B) | 4.14º | 0.34% | 0.99% | - |
| XYZ | 62.14 | 53.14 | 43.06 | - |
| YUV | 195.54 | 111.34 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 166 | 0 | 0.32 | 0.34 | 0.01 | 4.14 | 0.96 | 0.82 |
| Hex | FD | AC | A6 | 0 | 20 | 22 | 1 | 4 | 60 | 52 |
| Octal | 375 | 254 | 246 | 0 | 40 | 42 | 1 | 4 | 140 | 122 |
| Binary | 11111101 | 10101100 | 10100110 | 0 | 100000 | 100010 | 1 | 100 | 1100000 | 1010010 |
Color Harmonies of #FDACA6
Complementary color
Monochromatic Colors of #FDACA6
Black with #FDACA6
Text Example
Text Example
White with #FDACA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACA6; }
p { color: rgb(253,172,166); }
H1.HeaderClassName
{
color: #FDACA6;
}
.AnyTagClassName
{
color: #FDACA6;
}
</style>
background-color css
<style>
a { background-color: #FDACA6; }
a { background-color: rgb(253,172,166); }
div.DivClassName
{
background-color: #FDACA6;
}
.BgClassName
{
background-color: #FDACA6;
}
</style>
border-color css
<style>
span { border-color: #FDACA6; }
span { border-color: rgb(253,172,166); }
td.TdClassName
{
border-color: #FDACA6;
}
.TagClassName
{
border-color: #FDACA6;
}
</style>