Shades of Sundown #FDB4B1
Tints of Sundown #FDB4B1
RGB
CMYK
RGB Variations
Color information
#FDB4B1 (or 0xFDB4B1) is known color: Sundown. HEX triplet: FD, B4 and B1. RGB value is (253,180,177). Sum of RGB (Red+Green+Blue) = 253+180+177=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 177 (69.53% from 255 or 29.02% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB4B1 is #024B4E. Grayscale: #C9C9C9. Windows color (decimal): -150351 or 11646205. OLE color: 11646205.
HSL color Cylindrical-coordinate representation of color #FDB4B1: hue angle of 2.37º 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 #FDB4B1 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 177 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.01 |
| HSL | 2.37º | 0.95% | 0.84% | - |
| HSV(B) | 2.37º | 0.3% | 0.99% | - |
| XYZ | 64.77 | 56.7 | 49.13 | - |
| YUV | 201.49 | 114.18 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 177 | 0 | 0.29 | 0.30 | 0.01 | 2.37 | 0.95 | 0.84 |
| Hex | FD | B4 | B1 | 0 | 1D | 1E | 1 | 2 | 5F | 54 |
| Octal | 375 | 264 | 261 | 0 | 35 | 36 | 1 | 2 | 137 | 124 |
| Binary | 11111101 | 10110100 | 10110001 | 0 | 11101 | 11110 | 1 | 10 | 1011111 | 1010100 |
Color Harmonies of #FDB4B1
Complementary color
Monochromatic Colors of #FDB4B1
Black with #FDB4B1
Text Example
Text Example
White with #FDB4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4B1; }
p { color: rgb(253,180,177); }
H1.HeaderClassName
{
color: #FDB4B1;
}
.AnyTagClassName
{
color: #FDB4B1;
}
</style>
background-color css
<style>
a { background-color: #FDB4B1; }
a { background-color: rgb(253,180,177); }
div.DivClassName
{
background-color: #FDB4B1;
}
.BgClassName
{
background-color: #FDB4B1;
}
</style>
border-color css
<style>
span { border-color: #FDB4B1; }
span { border-color: rgb(253,180,177); }
td.TdClassName
{
border-color: #FDB4B1;
}
.TagClassName
{
border-color: #FDB4B1;
}
</style>