Shades of Sundown #FDB2AD
Tints of Sundown #FDB2AD
RGB
CMYK
RGB Variations
Color information
#FDB2AD (or 0xFDB2AD) is known color: Sundown. HEX triplet: FD, B2 and AD. RGB value is (253,178,173). Sum of RGB (Red+Green+Blue) = 253+178+173=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB2AD is #024D52. Grayscale: #C7C7C7. Windows color (decimal): -150867 or 11383549. OLE color: 11383549.
HSL color Cylindrical-coordinate representation of color #FDB2AD: hue angle of 3.75º 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 #FDB2AD is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 178 | 173 | - |
CMYK | 0 | 0.30 | 0.32 | 0.01 |
HSL | 3.75º | 0.95% | 0.84% | - |
HSV(B) | 3.75º | 0.32% | 0.99% | - |
XYZ | 63.97 | 55.74 | 46.92 | - |
YUV | 199.86 | 112.85 | 165.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 178 | 173 | 0 | 0.30 | 0.32 | 0.01 | 3.75 | 0.95 | 0.84 |
Hex | FD | B2 | AD | 0 | 1E | 20 | 1 | 4 | 5F | 54 |
Octal | 375 | 262 | 255 | 0 | 36 | 40 | 1 | 4 | 137 | 124 |
Binary | 11111101 | 10110010 | 10101101 | 0 | 11110 | 100000 | 1 | 100 | 1011111 | 1010100 |
Color Harmonies of #FDB2AD
Complementary color
Monochromatic Colors of #FDB2AD
Black with #FDB2AD
Text Example
Text Example
White with #FDB2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2AD; }
p { color: rgb(253,178,173); }
H1.HeaderClassName
{
color: #FDB2AD;
}
.AnyTagClassName
{
color: #FDB2AD;
}
</style>
background-color css
<style>
a { background-color: #FDB2AD; }
a { background-color: rgb(253,178,173); }
div.DivClassName
{
background-color: #FDB2AD;
}
.BgClassName
{
background-color: #FDB2AD;
}
</style>
border-color css
<style>
span { border-color: #FDB2AD; }
span { border-color: rgb(253,178,173); }
td.TdClassName
{
border-color: #FDB2AD;
}
.TagClassName
{
border-color: #FDB2AD;
}
</style>