Shades of Sundown #FDB3A9
Tints of Sundown #FDB3A9
RGB
CMYK
RGB Variations
Color information
#FDB3A9 (or 0xFDB3A9) is known color: Sundown. HEX triplet: FD, B3 and A9. RGB value is (253,179,169). Sum of RGB (Red+Green+Blue) = 253+179+169=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 169 (66.41% from 255 or 28.12% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB3A9 is #024C56. Grayscale: #C8C8C8. Windows color (decimal): -150615 or 11121661. OLE color: 11121661.
HSL color Cylindrical-coordinate representation of color #FDB3A9: hue angle of 7.14º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDB3A9 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 169 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.01 |
| HSL | 7.14º | 0.95% | 0.83% | - |
| HSV(B) | 7.14º | 0.33% | 0.99% | - |
| XYZ | 63.79 | 55.99 | 44.98 | - |
| YUV | 199.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 169 | 0 | 0.29 | 0.33 | 0.01 | 7.14 | 0.95 | 0.83 |
| Hex | FD | B3 | A9 | 0 | 1D | 21 | 1 | 7 | 5F | 53 |
| Octal | 375 | 263 | 251 | 0 | 35 | 41 | 1 | 7 | 137 | 123 |
| Binary | 11111101 | 10110011 | 10101001 | 0 | 11101 | 100001 | 1 | 111 | 1011111 | 1010011 |
Color Harmonies of #FDB3A9
Complementary color
Monochromatic Colors of #FDB3A9
Black with #FDB3A9
Text Example
Text Example
White with #FDB3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3A9; }
p { color: rgb(253,179,169); }
H1.HeaderClassName
{
color: #FDB3A9;
}
.AnyTagClassName
{
color: #FDB3A9;
}
</style>
background-color css
<style>
a { background-color: #FDB3A9; }
a { background-color: rgb(253,179,169); }
div.DivClassName
{
background-color: #FDB3A9;
}
.BgClassName
{
background-color: #FDB3A9;
}
</style>
border-color css
<style>
span { border-color: #FDB3A9; }
span { border-color: rgb(253,179,169); }
td.TdClassName
{
border-color: #FDB3A9;
}
.TagClassName
{
border-color: #FDB3A9;
}
</style>