Shades of Sundown #FFB2AD
Tints of Sundown #FFB2AD
RGB
CMYK
RGB Variations
Color information
#FFB2AD (or 0xFFB2AD) is known color: Sundown. HEX triplet: FF, B2 and AD. RGB value is (255,178,173). Sum of RGB (Red+Green+Blue) = 255+178+173=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB2AD is #004D52. Grayscale: #C8C8C8. Windows color (decimal): -19795 or 11383551. OLE color: 11383551.
HSL color Cylindrical-coordinate representation of color #FFB2AD: hue angle of 3.66º 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 #FFB2AD is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 173 | - |
| CMYK | 0 | 0.30 | 0.32 | 0 |
| HSL | 3.66º | 1% | 0.84% | - |
| HSV(B) | 3.66º | 0.32% | 1% | - |
| XYZ | 64.7 | 56.12 | 46.96 | - |
| YUV | 200.45 | 112.51 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 173 | 0 | 0.30 | 0.32 | 0 | 3.66 | 1 | 0.84 |
| Hex | FF | B2 | AD | 0 | 1E | 20 | 0 | 4 | 64 | 54 |
| Octal | 377 | 262 | 255 | 0 | 36 | 40 | 0 | 4 | 144 | 124 |
| Binary | 11111111 | 10110010 | 10101101 | 0 | 11110 | 100000 | 0 | 100 | 1100100 | 1010100 |
Color Harmonies of #FFB2AD
Complementary color
Monochromatic Colors of #FFB2AD
Black with #FFB2AD
Text Example
Text Example
White with #FFB2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2AD; }
p { color: rgb(255,178,173); }
H1.HeaderClassName
{
color: #FFB2AD;
}
.AnyTagClassName
{
color: #FFB2AD;
}
</style>
background-color css
<style>
a { background-color: #FFB2AD; }
a { background-color: rgb(255,178,173); }
div.DivClassName
{
background-color: #FFB2AD;
}
.BgClassName
{
background-color: #FFB2AD;
}
</style>
border-color css
<style>
span { border-color: #FFB2AD; }
span { border-color: rgb(255,178,173); }
td.TdClassName
{
border-color: #FFB2AD;
}
.TagClassName
{
border-color: #FFB2AD;
}
</style>