Shades of Sundown #FFB1AD
Tints of Sundown #FFB1AD
RGB
CMYK
RGB Variations
Color information
#FFB1AD (or 0xFFB1AD) is known color: Sundown. HEX triplet: FF, B1 and AD. RGB value is (255,177,173). Sum of RGB (Red+Green+Blue) = 255+177+173=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB1AD is #004E52. Grayscale: #C7C7C7. Windows color (decimal): -20051 or 11383295. OLE color: 11383295.
HSL color Cylindrical-coordinate representation of color #FFB1AD: hue angle of 2.93º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFB1AD is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 173 | - |
| CMYK | 0 | 0.31 | 0.32 | 0 |
| HSL | 2.93º | 1% | 0.84% | - |
| HSV(B) | 2.93º | 0.32% | 1% | - |
| XYZ | 64.5 | 55.72 | 46.89 | - |
| YUV | 199.87 | 112.84 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 173 | 0 | 0.31 | 0.32 | 0 | 2.93 | 1 | 0.84 |
| Hex | FF | B1 | AD | 0 | 1F | 20 | 0 | 3 | 64 | 54 |
| Octal | 377 | 261 | 255 | 0 | 37 | 40 | 0 | 3 | 144 | 124 |
| Binary | 11111111 | 10110001 | 10101101 | 0 | 11111 | 100000 | 0 | 11 | 1100100 | 1010100 |
Color Harmonies of #FFB1AD
Complementary color
Monochromatic Colors of #FFB1AD
Black with #FFB1AD
Text Example
Text Example
White with #FFB1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1AD; }
p { color: rgb(255,177,173); }
H1.HeaderClassName
{
color: #FFB1AD;
}
.AnyTagClassName
{
color: #FFB1AD;
}
</style>
background-color css
<style>
a { background-color: #FFB1AD; }
a { background-color: rgb(255,177,173); }
div.DivClassName
{
background-color: #FFB1AD;
}
.BgClassName
{
background-color: #FFB1AD;
}
</style>
border-color css
<style>
span { border-color: #FFB1AD; }
span { border-color: rgb(255,177,173); }
td.TdClassName
{
border-color: #FFB1AD;
}
.TagClassName
{
border-color: #FFB1AD;
}
</style>