Shades of Sundown #FFB2AB
Tints of Sundown #FFB2AB
RGB
CMYK
RGB Variations
Color information
#FFB2AB (or 0xFFB2AB) is known color: Sundown. HEX triplet: FF, B2 and AB. RGB value is (255,178,171). Sum of RGB (Red+Green+Blue) = 255+178+171=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB2AB is #004D54. Grayscale: #C8C8C8. Windows color (decimal): -19797 or 11252479. OLE color: 11252479.
HSL color Cylindrical-coordinate representation of color #FFB2AB: hue angle of 5º 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 #FFB2AB is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 171 | - |
| CMYK | 0 | 0.30 | 0.33 | 0 |
| HSL | 5º | 1% | 0.84% | - |
| HSV(B) | 5º | 0.33% | 1% | - |
| XYZ | 64.51 | 56.04 | 45.94 | - |
| YUV | 200.23 | 111.51 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 171 | 0 | 0.30 | 0.33 | 0 | 5 | 1 | 0.84 |
| Hex | FF | B2 | AB | 0 | 1E | 21 | 0 | 5 | 64 | 54 |
| Octal | 377 | 262 | 253 | 0 | 36 | 41 | 0 | 5 | 144 | 124 |
| Binary | 11111111 | 10110010 | 10101011 | 0 | 11110 | 100001 | 0 | 101 | 1100100 | 1010100 |
Color Harmonies of #FFB2AB
Complementary color
Monochromatic Colors of #FFB2AB
Black with #FFB2AB
Text Example
Text Example
White with #FFB2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2AB; }
p { color: rgb(255,178,171); }
H1.HeaderClassName
{
color: #FFB2AB;
}
.AnyTagClassName
{
color: #FFB2AB;
}
</style>
background-color css
<style>
a { background-color: #FFB2AB; }
a { background-color: rgb(255,178,171); }
div.DivClassName
{
background-color: #FFB2AB;
}
.BgClassName
{
background-color: #FFB2AB;
}
</style>
border-color css
<style>
span { border-color: #FFB2AB; }
span { border-color: rgb(255,178,171); }
td.TdClassName
{
border-color: #FFB2AB;
}
.TagClassName
{
border-color: #FFB2AB;
}
</style>