Shades of Sundown #FDB4B4
Tints of Sundown #FDB4B4
RGB
CMYK
RGB Variations
Color information
#FDB4B4 (or 0xFDB4B4) is known color: Sundown. HEX triplet: FD, B4 and B4. RGB value is (253,180,180). Sum of RGB (Red+Green+Blue) = 253+180+180=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 180 (70.70% from 255 or 29.36% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB4B4 is #024B4B. Grayscale: #C9C9C9. Windows color (decimal): -150348 or 11842813. OLE color: 11842813.
HSL color Cylindrical-coordinate representation of color #FDB4B4: hue angle of 0º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB4B4 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 180 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.01 |
| HSL | 0º | 0.95% | 0.85% | - |
| HSV(B) | 0º | 0.29% | 0.99% | - |
| XYZ | 65.07 | 56.82 | 50.72 | - |
| YUV | 201.83 | 115.68 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 180 | 0 | 0.29 | 0.29 | 0.01 | 0 | 0.95 | 0.85 |
| Hex | FD | B4 | B4 | 0 | 1D | 1D | 1 | 0 | 5F | 55 |
| Octal | 375 | 264 | 264 | 0 | 35 | 35 | 1 | 0 | 137 | 125 |
| Binary | 11111101 | 10110100 | 10110100 | 0 | 11101 | 11101 | 1 | 0 | 1011111 | 1010101 |
Color Harmonies of #FDB4B4
Complementary color
Monochromatic Colors of #FDB4B4
Black with #FDB4B4
Text Example
Text Example
White with #FDB4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4B4; }
p { color: rgb(253,180,180); }
H1.HeaderClassName
{
color: #FDB4B4;
}
.AnyTagClassName
{
color: #FDB4B4;
}
</style>
background-color css
<style>
a { background-color: #FDB4B4; }
a { background-color: rgb(253,180,180); }
div.DivClassName
{
background-color: #FDB4B4;
}
.BgClassName
{
background-color: #FDB4B4;
}
</style>
border-color css
<style>
span { border-color: #FDB4B4; }
span { border-color: rgb(253,180,180); }
td.TdClassName
{
border-color: #FDB4B4;
}
.TagClassName
{
border-color: #FDB4B4;
}
</style>