Shades of Sundown #FDA6A5
Tints of Sundown #FDA6A5
RGB
CMYK
RGB Variations
Color information
#FDA6A5 (or 0xFDA6A5) is known color: Sundown. HEX triplet: FD, A6 and A5. RGB value is (253,166,165). Sum of RGB (Red+Green+Blue) = 253+166+165=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 165 (64.84% from 255 or 28.25% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA6A5 is #02595A. Grayscale: #BFBFBF. Windows color (decimal): -153947 or 10856189. OLE color: 10856189.
HSL color Cylindrical-coordinate representation of color #FDA6A5: hue angle of 0.68º 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 #FDA6A5 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 165 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.01 |
| HSL | 0.68º | 0.96% | 0.82% | - |
| HSV(B) | 0.68º | 0.35% | 0.99% | - |
| XYZ | 60.94 | 50.87 | 42.2 | - |
| YUV | 191.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 165 | 0 | 0.34 | 0.35 | 0.01 | 0.68 | 0.96 | 0.82 |
| Hex | FD | A6 | A5 | 0 | 22 | 23 | 1 | 1 | 60 | 52 |
| Octal | 375 | 246 | 245 | 0 | 42 | 43 | 1 | 1 | 140 | 122 |
| Binary | 11111101 | 10100110 | 10100101 | 0 | 100010 | 100011 | 1 | 1 | 1100000 | 1010010 |
Color Harmonies of #FDA6A5
Complementary color
Monochromatic Colors of #FDA6A5
Black with #FDA6A5
Text Example
Text Example
White with #FDA6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA6A5; }
p { color: rgb(253,166,165); }
H1.HeaderClassName
{
color: #FDA6A5;
}
.AnyTagClassName
{
color: #FDA6A5;
}
</style>
background-color css
<style>
a { background-color: #FDA6A5; }
a { background-color: rgb(253,166,165); }
div.DivClassName
{
background-color: #FDA6A5;
}
.BgClassName
{
background-color: #FDA6A5;
}
</style>
border-color css
<style>
span { border-color: #FDA6A5; }
span { border-color: rgb(253,166,165); }
td.TdClassName
{
border-color: #FDA6A5;
}
.TagClassName
{
border-color: #FDA6A5;
}
</style>