Shades of Sundown #FDB1AB
Tints of Sundown #FDB1AB
RGB
CMYK
RGB Variations
Color information
#FDB1AB (or 0xFDB1AB) is known color: Sundown. HEX triplet: FD, B1 and AB. RGB value is (253,177,171). Sum of RGB (Red+Green+Blue) = 253+177+171=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB1AB is #024E54. Grayscale: #C7C7C7. Windows color (decimal): -151125 or 11252221. OLE color: 11252221.
HSL color Cylindrical-coordinate representation of color #FDB1AB: hue angle of 4.39º 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 #FDB1AB is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 171 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.01 |
| HSL | 4.39º | 0.95% | 0.83% | - |
| HSV(B) | 4.39º | 0.32% | 0.99% | - |
| XYZ | 63.58 | 55.27 | 45.84 | - |
| YUV | 199.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 171 | 0 | 0.30 | 0.32 | 0.01 | 4.39 | 0.95 | 0.83 |
| Hex | FD | B1 | AB | 0 | 1E | 20 | 1 | 4 | 5F | 53 |
| Octal | 375 | 261 | 253 | 0 | 36 | 40 | 1 | 4 | 137 | 123 |
| Binary | 11111101 | 10110001 | 10101011 | 0 | 11110 | 100000 | 1 | 100 | 1011111 | 1010011 |
Color Harmonies of #FDB1AB
Complementary color
Monochromatic Colors of #FDB1AB
Black with #FDB1AB
Text Example
Text Example
White with #FDB1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1AB; }
p { color: rgb(253,177,171); }
H1.HeaderClassName
{
color: #FDB1AB;
}
.AnyTagClassName
{
color: #FDB1AB;
}
</style>
background-color css
<style>
a { background-color: #FDB1AB; }
a { background-color: rgb(253,177,171); }
div.DivClassName
{
background-color: #FDB1AB;
}
.BgClassName
{
background-color: #FDB1AB;
}
</style>
border-color css
<style>
span { border-color: #FDB1AB; }
span { border-color: rgb(253,177,171); }
td.TdClassName
{
border-color: #FDB1AB;
}
.TagClassName
{
border-color: #FDB1AB;
}
</style>