Shades of Sundown #FDB3AD
Tints of Sundown #FDB3AD
RGB
CMYK
RGB Variations
Color information
#FDB3AD (or 0xFDB3AD) is known color: Sundown. HEX triplet: FD, B3 and AD. RGB value is (253,179,173). Sum of RGB (Red+Green+Blue) = 253+179+173=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB3AD is #024C52. Grayscale: #C8C8C8. Windows color (decimal): -150611 or 11383805. OLE color: 11383805.
HSL color Cylindrical-coordinate representation of color #FDB3AD: hue angle of 4.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDB3AD is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 173 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.01 |
| HSL | 4.5º | 0.95% | 0.84% | - |
| HSV(B) | 4.5º | 0.32% | 0.99% | - |
| XYZ | 64.17 | 56.14 | 46.99 | - |
| YUV | 200.44 | 112.52 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 173 | 0 | 0.29 | 0.32 | 0.01 | 4.5 | 0.95 | 0.84 |
| Hex | FD | B3 | AD | 0 | 1D | 20 | 1 | 4 | 5F | 54 |
| Octal | 375 | 263 | 255 | 0 | 35 | 40 | 1 | 4 | 137 | 124 |
| Binary | 11111101 | 10110011 | 10101101 | 0 | 11101 | 100000 | 1 | 100 | 1011111 | 1010100 |
Color Harmonies of #FDB3AD
Complementary color
Monochromatic Colors of #FDB3AD
Black with #FDB3AD
Text Example
Text Example
White with #FDB3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3AD; }
p { color: rgb(253,179,173); }
H1.HeaderClassName
{
color: #FDB3AD;
}
.AnyTagClassName
{
color: #FDB3AD;
}
</style>
background-color css
<style>
a { background-color: #FDB3AD; }
a { background-color: rgb(253,179,173); }
div.DivClassName
{
background-color: #FDB3AD;
}
.BgClassName
{
background-color: #FDB3AD;
}
</style>
border-color css
<style>
span { border-color: #FDB3AD; }
span { border-color: rgb(253,179,173); }
td.TdClassName
{
border-color: #FDB3AD;
}
.TagClassName
{
border-color: #FDB3AD;
}
</style>