Shades of Sundown #FFB2AE
Tints of Sundown #FFB2AE
RGB
CMYK
RGB Variations
Color information
#FFB2AE (or 0xFFB2AE) is known color: Sundown. HEX triplet: FF, B2 and AE. RGB value is (255,178,174). Sum of RGB (Red+Green+Blue) = 255+178+174=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB2AE is #004D51. Grayscale: #C8C8C8. Windows color (decimal): -19794 or 11449087. OLE color: 11449087.
HSL color Cylindrical-coordinate representation of color #FFB2AE: hue angle of 2.96º 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 #FFB2AE is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 174 | - |
| CMYK | 0 | 0.30 | 0.32 | 0 |
| HSL | 2.96º | 1% | 0.84% | - |
| HSV(B) | 2.96º | 0.32% | 1% | - |
| XYZ | 64.8 | 56.16 | 47.47 | - |
| YUV | 200.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 174 | 0 | 0.30 | 0.32 | 0 | 2.96 | 1 | 0.84 |
| Hex | FF | B2 | AE | 0 | 1E | 20 | 0 | 3 | 64 | 54 |
| Octal | 377 | 262 | 256 | 0 | 36 | 40 | 0 | 3 | 144 | 124 |
| Binary | 11111111 | 10110010 | 10101110 | 0 | 11110 | 100000 | 0 | 11 | 1100100 | 1010100 |
Color Harmonies of #FFB2AE
Complementary color
Monochromatic Colors of #FFB2AE
Black with #FFB2AE
Text Example
Text Example
White with #FFB2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2AE; }
p { color: rgb(255,178,174); }
H1.HeaderClassName
{
color: #FFB2AE;
}
.AnyTagClassName
{
color: #FFB2AE;
}
</style>
background-color css
<style>
a { background-color: #FFB2AE; }
a { background-color: rgb(255,178,174); }
div.DivClassName
{
background-color: #FFB2AE;
}
.BgClassName
{
background-color: #FFB2AE;
}
</style>
border-color css
<style>
span { border-color: #FFB2AE; }
span { border-color: rgb(255,178,174); }
td.TdClassName
{
border-color: #FFB2AE;
}
.TagClassName
{
border-color: #FFB2AE;
}
</style>