Shades of Sundown #FFB0AD
Tints of Sundown #FFB0AD
RGB
CMYK
RGB Variations
Color information
#FFB0AD (or 0xFFB0AD) is known color: Sundown. HEX triplet: FF, B0 and AD. RGB value is (255,176,173). Sum of RGB (Red+Green+Blue) = 255+176+173=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB0AD is #004F52. Grayscale: #C7C7C7. Windows color (decimal): -20307 or 11383039. OLE color: 11383039.
HSL color Cylindrical-coordinate representation of color #FFB0AD: hue angle of 2.2º 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 #FFB0AD is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 173 | - |
| CMYK | 0 | 0.31 | 0.32 | 0 |
| HSL | 2.2º | 1% | 0.84% | - |
| HSV(B) | 2.2º | 0.32% | 1% | - |
| XYZ | 64.31 | 55.33 | 46.83 | - |
| YUV | 199.28 | 113.17 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 173 | 0 | 0.31 | 0.32 | 0 | 2.2 | 1 | 0.84 |
| Hex | FF | B0 | AD | 0 | 1F | 20 | 0 | 2 | 64 | 54 |
| Octal | 377 | 260 | 255 | 0 | 37 | 40 | 0 | 2 | 144 | 124 |
| Binary | 11111111 | 10110000 | 10101101 | 0 | 11111 | 100000 | 0 | 10 | 1100100 | 1010100 |
Color Harmonies of #FFB0AD
Complementary color
Monochromatic Colors of #FFB0AD
Black with #FFB0AD
Text Example
Text Example
White with #FFB0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0AD; }
p { color: rgb(255,176,173); }
H1.HeaderClassName
{
color: #FFB0AD;
}
.AnyTagClassName
{
color: #FFB0AD;
}
</style>
background-color css
<style>
a { background-color: #FFB0AD; }
a { background-color: rgb(255,176,173); }
div.DivClassName
{
background-color: #FFB0AD;
}
.BgClassName
{
background-color: #FFB0AD;
}
</style>
border-color css
<style>
span { border-color: #FFB0AD; }
span { border-color: rgb(255,176,173); }
td.TdClassName
{
border-color: #FFB0AD;
}
.TagClassName
{
border-color: #FFB0AD;
}
</style>