Shades of Sundown #FFB0AC
Tints of Sundown #FFB0AC
RGB
CMYK
RGB Variations
Color information
#FFB0AC (or 0xFFB0AC) is known color: Sundown. HEX triplet: FF, B0 and AC. RGB value is (255,176,172). Sum of RGB (Red+Green+Blue) = 255+176+172=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB0AC is #004F53. Grayscale: #C7C7C7. Windows color (decimal): -20308 or 11317503. OLE color: 11317503.
HSL color Cylindrical-coordinate representation of color #FFB0AC: hue angle of 2.89º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFB0AC is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 172 | - |
| CMYK | 0 | 0.31 | 0.33 | 0 |
| HSL | 2.89º | 1% | 0.84% | - |
| HSV(B) | 2.89º | 0.33% | 1% | - |
| XYZ | 64.21 | 55.29 | 46.32 | - |
| YUV | 199.17 | 112.67 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 172 | 0 | 0.31 | 0.33 | 0 | 2.89 | 1 | 0.84 |
| Hex | FF | B0 | AC | 0 | 1F | 21 | 0 | 3 | 64 | 54 |
| Octal | 377 | 260 | 254 | 0 | 37 | 41 | 0 | 3 | 144 | 124 |
| Binary | 11111111 | 10110000 | 10101100 | 0 | 11111 | 100001 | 0 | 11 | 1100100 | 1010100 |
Color Harmonies of #FFB0AC
Complementary color
Monochromatic Colors of #FFB0AC
Black with #FFB0AC
Text Example
Text Example
White with #FFB0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0AC; }
p { color: rgb(255,176,172); }
H1.HeaderClassName
{
color: #FFB0AC;
}
.AnyTagClassName
{
color: #FFB0AC;
}
</style>
background-color css
<style>
a { background-color: #FFB0AC; }
a { background-color: rgb(255,176,172); }
div.DivClassName
{
background-color: #FFB0AC;
}
.BgClassName
{
background-color: #FFB0AC;
}
</style>
border-color css
<style>
span { border-color: #FFB0AC; }
span { border-color: rgb(255,176,172); }
td.TdClassName
{
border-color: #FFB0AC;
}
.TagClassName
{
border-color: #FFB0AC;
}
</style>