Shades of Sundown #FFB2A6
Tints of Sundown #FFB2A6
RGB
CMYK
RGB Variations
Color information
#FFB2A6 (or 0xFFB2A6) is known color: Sundown. HEX triplet: FF, B2 and A6. RGB value is (255,178,166). Sum of RGB (Red+Green+Blue) = 255+178+166=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 166 (65.23% from 255 or 27.71% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB2A6 is #004D59. Grayscale: #C7C7C7. Windows color (decimal): -19802 or 10924799. OLE color: 10924799.
HSL color Cylindrical-coordinate representation of color #FFB2A6: hue angle of 8.09º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFB2A6 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 166 | - |
| CMYK | 0 | 0.30 | 0.35 | 0 |
| HSL | 8.09º | 1% | 0.83% | - |
| HSV(B) | 8.09º | 0.35% | 1% | - |
| XYZ | 64.04 | 55.85 | 43.48 | - |
| YUV | 199.66 | 109.01 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 166 | 0 | 0.30 | 0.35 | 0 | 8.09 | 1 | 0.83 |
| Hex | FF | B2 | A6 | 0 | 1E | 23 | 0 | 8 | 64 | 53 |
| Octal | 377 | 262 | 246 | 0 | 36 | 43 | 0 | 10 | 144 | 123 |
| Binary | 11111111 | 10110010 | 10100110 | 0 | 11110 | 100011 | 0 | 1000 | 1100100 | 1010011 |
Color Harmonies of #FFB2A6
Complementary color
Monochromatic Colors of #FFB2A6
Black with #FFB2A6
Text Example
Text Example
White with #FFB2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2A6; }
p { color: rgb(255,178,166); }
H1.HeaderClassName
{
color: #FFB2A6;
}
.AnyTagClassName
{
color: #FFB2A6;
}
</style>
background-color css
<style>
a { background-color: #FFB2A6; }
a { background-color: rgb(255,178,166); }
div.DivClassName
{
background-color: #FFB2A6;
}
.BgClassName
{
background-color: #FFB2A6;
}
</style>
border-color css
<style>
span { border-color: #FFB2A6; }
span { border-color: rgb(255,178,166); }
td.TdClassName
{
border-color: #FFB2A6;
}
.TagClassName
{
border-color: #FFB2A6;
}
</style>