Shades of Sundown #FDB2B0
Tints of Sundown #FDB2B0
RGB
CMYK
RGB Variations
Color information
#FDB2B0 (or 0xFDB2B0) is known color: Sundown. HEX triplet: FD, B2 and B0. RGB value is (253,178,176). Sum of RGB (Red+Green+Blue) = 253+178+176=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB2B0 is #024D4F. Grayscale: #C8C8C8. Windows color (decimal): -150864 or 11580157. OLE color: 11580157.
HSL color Cylindrical-coordinate representation of color #FDB2B0: hue angle of 1.56º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2B0 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 176 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.01 |
| HSL | 1.56º | 0.95% | 0.84% | - |
| HSV(B) | 1.56º | 0.3% | 0.99% | - |
| XYZ | 64.26 | 55.86 | 48.47 | - |
| YUV | 200.2 | 114.35 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 176 | 0 | 0.30 | 0.30 | 0.01 | 1.56 | 0.95 | 0.84 |
| Hex | FD | B2 | B0 | 0 | 1E | 1E | 1 | 2 | 5F | 54 |
| Octal | 375 | 262 | 260 | 0 | 36 | 36 | 1 | 2 | 137 | 124 |
| Binary | 11111101 | 10110010 | 10110000 | 0 | 11110 | 11110 | 1 | 10 | 1011111 | 1010100 |
Color Harmonies of #FDB2B0
Complementary color
Monochromatic Colors of #FDB2B0
Black with #FDB2B0
Text Example
Text Example
White with #FDB2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2B0; }
p { color: rgb(253,178,176); }
H1.HeaderClassName
{
color: #FDB2B0;
}
.AnyTagClassName
{
color: #FDB2B0;
}
</style>
background-color css
<style>
a { background-color: #FDB2B0; }
a { background-color: rgb(253,178,176); }
div.DivClassName
{
background-color: #FDB2B0;
}
.BgClassName
{
background-color: #FDB2B0;
}
</style>
border-color css
<style>
span { border-color: #FDB2B0; }
span { border-color: rgb(253,178,176); }
td.TdClassName
{
border-color: #FDB2B0;
}
.TagClassName
{
border-color: #FDB2B0;
}
</style>