Shades of Sundown #FDB2AB
Tints of Sundown #FDB2AB
RGB
CMYK
RGB Variations
Color information
#FDB2AB (or 0xFDB2AB) is known color: Sundown. HEX triplet: FD, B2 and AB. RGB value is (253,178,171). Sum of RGB (Red+Green+Blue) = 253+178+171=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB2AB is #024D54. Grayscale: #C7C7C7. Windows color (decimal): -150869 or 11252477. OLE color: 11252477.
HSL color Cylindrical-coordinate representation of color #FDB2AB: hue angle of 5.12º 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 #FDB2AB is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 171 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.01 |
| HSL | 5.12º | 0.95% | 0.83% | - |
| HSV(B) | 5.12º | 0.32% | 0.99% | - |
| XYZ | 63.78 | 55.66 | 45.91 | - |
| YUV | 199.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 171 | 0 | 0.30 | 0.32 | 0.01 | 5.12 | 0.95 | 0.83 |
| Hex | FD | B2 | AB | 0 | 1E | 20 | 1 | 5 | 5F | 53 |
| Octal | 375 | 262 | 253 | 0 | 36 | 40 | 1 | 5 | 137 | 123 |
| Binary | 11111101 | 10110010 | 10101011 | 0 | 11110 | 100000 | 1 | 101 | 1011111 | 1010011 |
Color Harmonies of #FDB2AB
Complementary color
Monochromatic Colors of #FDB2AB
Black with #FDB2AB
Text Example
Text Example
White with #FDB2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2AB; }
p { color: rgb(253,178,171); }
H1.HeaderClassName
{
color: #FDB2AB;
}
.AnyTagClassName
{
color: #FDB2AB;
}
</style>
background-color css
<style>
a { background-color: #FDB2AB; }
a { background-color: rgb(253,178,171); }
div.DivClassName
{
background-color: #FDB2AB;
}
.BgClassName
{
background-color: #FDB2AB;
}
</style>
border-color css
<style>
span { border-color: #FDB2AB; }
span { border-color: rgb(253,178,171); }
td.TdClassName
{
border-color: #FDB2AB;
}
.TagClassName
{
border-color: #FDB2AB;
}
</style>