Shades of Sundown #FDB0AE
Tints of Sundown #FDB0AE
RGB
CMYK
RGB Variations
Color information
#FDB0AE (or 0xFDB0AE) is known color: Sundown. HEX triplet: FD, B0 and AE. RGB value is (253,176,174). Sum of RGB (Red+Green+Blue) = 253+176+174=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB0AE is #024F51. Grayscale: #C6C6C6. Windows color (decimal): -151378 or 11448573. OLE color: 11448573.
HSL color Cylindrical-coordinate representation of color #FDB0AE: hue angle of 1.52º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDB0AE is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 174 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.01 |
| HSL | 1.52º | 0.95% | 0.84% | - |
| HSV(B) | 1.52º | 0.31% | 0.99% | - |
| XYZ | 63.67 | 54.99 | 47.3 | - |
| YUV | 198.8 | 114.01 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 174 | 0 | 0.30 | 0.31 | 0.01 | 1.52 | 0.95 | 0.84 |
| Hex | FD | B0 | AE | 0 | 1E | 1F | 1 | 2 | 5F | 54 |
| Octal | 375 | 260 | 256 | 0 | 36 | 37 | 1 | 2 | 137 | 124 |
| Binary | 11111101 | 10110000 | 10101110 | 0 | 11110 | 11111 | 1 | 10 | 1011111 | 1010100 |
Color Harmonies of #FDB0AE
Complementary color
Monochromatic Colors of #FDB0AE
Black with #FDB0AE
Text Example
Text Example
White with #FDB0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0AE; }
p { color: rgb(253,176,174); }
H1.HeaderClassName
{
color: #FDB0AE;
}
.AnyTagClassName
{
color: #FDB0AE;
}
</style>
background-color css
<style>
a { background-color: #FDB0AE; }
a { background-color: rgb(253,176,174); }
div.DivClassName
{
background-color: #FDB0AE;
}
.BgClassName
{
background-color: #FDB0AE;
}
</style>
border-color css
<style>
span { border-color: #FDB0AE; }
span { border-color: rgb(253,176,174); }
td.TdClassName
{
border-color: #FDB0AE;
}
.TagClassName
{
border-color: #FDB0AE;
}
</style>