Shades of Sundown #FDB0AC
Tints of Sundown #FDB0AC
RGB
CMYK
RGB Variations
Color information
#FDB0AC (or 0xFDB0AC) is known color: Sundown. HEX triplet: FD, B0 and AC. RGB value is (253,176,172). Sum of RGB (Red+Green+Blue) = 253+176+172=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB0AC is #024F53. Grayscale: #C6C6C6. Windows color (decimal): -151380 or 11317501. OLE color: 11317501.
HSL color Cylindrical-coordinate representation of color #FDB0AC: hue angle of 2.96º 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 #FDB0AC is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 176 | 172 | - |
CMYK | 0 | 0.30 | 0.32 | 0.01 |
HSL | 2.96º | 0.95% | 0.83% | - |
HSV(B) | 2.96º | 0.32% | 0.99% | - |
XYZ | 63.48 | 54.91 | 46.28 | - |
YUV | 198.57 | 113.01 | 166.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 176 | 172 | 0 | 0.30 | 0.32 | 0.01 | 2.96 | 0.95 | 0.83 |
Hex | FD | B0 | AC | 0 | 1E | 20 | 1 | 3 | 5F | 53 |
Octal | 375 | 260 | 254 | 0 | 36 | 40 | 1 | 3 | 137 | 123 |
Binary | 11111101 | 10110000 | 10101100 | 0 | 11110 | 100000 | 1 | 11 | 1011111 | 1010011 |
Color Harmonies of #FDB0AC
Complementary color
Monochromatic Colors of #FDB0AC
Black with #FDB0AC
Text Example
Text Example
White with #FDB0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0AC; }
p { color: rgb(253,176,172); }
H1.HeaderClassName
{
color: #FDB0AC;
}
.AnyTagClassName
{
color: #FDB0AC;
}
</style>
background-color css
<style>
a { background-color: #FDB0AC; }
a { background-color: rgb(253,176,172); }
div.DivClassName
{
background-color: #FDB0AC;
}
.BgClassName
{
background-color: #FDB0AC;
}
</style>
border-color css
<style>
span { border-color: #FDB0AC; }
span { border-color: rgb(253,176,172); }
td.TdClassName
{
border-color: #FDB0AC;
}
.TagClassName
{
border-color: #FDB0AC;
}
</style>