Shades of Sundown #FDB3AC
Tints of Sundown #FDB3AC
RGB
CMYK
RGB Variations
Color information
#FDB3AC (or 0xFDB3AC) is known color: Sundown. HEX triplet: FD, B3 and AC. RGB value is (253,179,172). Sum of RGB (Red+Green+Blue) = 253+179+172=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB3AC is #024C53. Grayscale: #C8C8C8. Windows color (decimal): -150612 or 11318269. OLE color: 11318269.
HSL color Cylindrical-coordinate representation of color #FDB3AC: hue angle of 5.19º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDB3AC is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 172 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.01 |
| HSL | 5.19º | 0.95% | 0.83% | - |
| HSV(B) | 5.19º | 0.32% | 0.99% | - |
| XYZ | 64.07 | 56.1 | 46.48 | - |
| YUV | 200.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 172 | 0 | 0.29 | 0.32 | 0.01 | 5.19 | 0.95 | 0.83 |
| Hex | FD | B3 | AC | 0 | 1D | 20 | 1 | 5 | 5F | 53 |
| Octal | 375 | 263 | 254 | 0 | 35 | 40 | 1 | 5 | 137 | 123 |
| Binary | 11111101 | 10110011 | 10101100 | 0 | 11101 | 100000 | 1 | 101 | 1011111 | 1010011 |
Color Harmonies of #FDB3AC
Complementary color
Monochromatic Colors of #FDB3AC
Black with #FDB3AC
Text Example
Text Example
White with #FDB3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3AC; }
p { color: rgb(253,179,172); }
H1.HeaderClassName
{
color: #FDB3AC;
}
.AnyTagClassName
{
color: #FDB3AC;
}
</style>
background-color css
<style>
a { background-color: #FDB3AC; }
a { background-color: rgb(253,179,172); }
div.DivClassName
{
background-color: #FDB3AC;
}
.BgClassName
{
background-color: #FDB3AC;
}
</style>
border-color css
<style>
span { border-color: #FDB3AC; }
span { border-color: rgb(253,179,172); }
td.TdClassName
{
border-color: #FDB3AC;
}
.TagClassName
{
border-color: #FDB3AC;
}
</style>