Shades of Sundown #FFB0A9
Tints of Sundown #FFB0A9
RGB
CMYK
RGB Variations
Color information
#FFB0A9 (or 0xFFB0A9) is known color: Sundown. HEX triplet: FF, B0 and A9. RGB value is (255,176,169). Sum of RGB (Red+Green+Blue) = 255+176+169=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 169 (66.41% from 255 or 28.17% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB0A9 is #004F56. Grayscale: #C6C6C6. Windows color (decimal): -20311 or 11120895. OLE color: 11120895.
HSL color Cylindrical-coordinate representation of color #FFB0A9: hue angle of 4.88º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFB0A9 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 169 | - |
| CMYK | 0 | 0.31 | 0.34 | 0 |
| HSL | 4.88º | 1% | 0.83% | - |
| HSV(B) | 4.88º | 0.34% | 1% | - |
| XYZ | 63.93 | 55.18 | 44.82 | - |
| YUV | 198.82 | 111.17 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 169 | 0 | 0.31 | 0.34 | 0 | 4.88 | 1 | 0.83 |
| Hex | FF | B0 | A9 | 0 | 1F | 22 | 0 | 5 | 64 | 53 |
| Octal | 377 | 260 | 251 | 0 | 37 | 42 | 0 | 5 | 144 | 123 |
| Binary | 11111111 | 10110000 | 10101001 | 0 | 11111 | 100010 | 0 | 101 | 1100100 | 1010011 |
Color Harmonies of #FFB0A9
Complementary color
Monochromatic Colors of #FFB0A9
Black with #FFB0A9
Text Example
Text Example
White with #FFB0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0A9; }
p { color: rgb(255,176,169); }
H1.HeaderClassName
{
color: #FFB0A9;
}
.AnyTagClassName
{
color: #FFB0A9;
}
</style>
background-color css
<style>
a { background-color: #FFB0A9; }
a { background-color: rgb(255,176,169); }
div.DivClassName
{
background-color: #FFB0A9;
}
.BgClassName
{
background-color: #FFB0A9;
}
</style>
border-color css
<style>
span { border-color: #FFB0A9; }
span { border-color: rgb(255,176,169); }
td.TdClassName
{
border-color: #FFB0A9;
}
.TagClassName
{
border-color: #FFB0A9;
}
</style>