Shades of Sundown #FFB4B0
Tints of Sundown #FFB4B0
RGB
CMYK
RGB Variations
Color information
#FFB4B0 (or 0xFFB4B0) is known color: Sundown. HEX triplet: FF, B4 and B0. RGB value is (255,180,176). Sum of RGB (Red+Green+Blue) = 255+180+176=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 180 (70.70% from 255 or 29.46% from 611); Blue value is 176 (69.14% from 255 or 28.81% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB4B0 is #004B4F. Grayscale: #CACACA. Windows color (decimal): -19280 or 11580671. OLE color: 11580671.
HSL color Cylindrical-coordinate representation of color #FFB4B0: hue angle of 3.04º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB4B0 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 176 | - |
| CMYK | 0 | 0.29 | 0.31 | 0 |
| HSL | 3.04º | 1% | 0.85% | - |
| HSV(B) | 3.04º | 0.31% | 1% | - |
| XYZ | 65.4 | 57.04 | 48.64 | - |
| YUV | 201.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 176 | 0 | 0.29 | 0.31 | 0 | 3.04 | 1 | 0.85 |
| Hex | FF | B4 | B0 | 0 | 1D | 1F | 0 | 3 | 64 | 55 |
| Octal | 377 | 264 | 260 | 0 | 35 | 37 | 0 | 3 | 144 | 125 |
| Binary | 11111111 | 10110100 | 10110000 | 0 | 11101 | 11111 | 0 | 11 | 1100100 | 1010101 |
Color Harmonies of #FFB4B0
Complementary color
Monochromatic Colors of #FFB4B0
Black with #FFB4B0
Text Example
Text Example
White with #FFB4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4B0; }
p { color: rgb(255,180,176); }
H1.HeaderClassName
{
color: #FFB4B0;
}
.AnyTagClassName
{
color: #FFB4B0;
}
</style>
background-color css
<style>
a { background-color: #FFB4B0; }
a { background-color: rgb(255,180,176); }
div.DivClassName
{
background-color: #FFB4B0;
}
.BgClassName
{
background-color: #FFB4B0;
}
</style>
border-color css
<style>
span { border-color: #FFB4B0; }
span { border-color: rgb(255,180,176); }
td.TdClassName
{
border-color: #FFB4B0;
}
.TagClassName
{
border-color: #FFB4B0;
}
</style>