Shades of Sundown #FFB1AE
Tints of Sundown #FFB1AE
RGB
CMYK
RGB Variations
Color information
#FFB1AE (or 0xFFB1AE) is known color: Sundown. HEX triplet: FF, B1 and AE. RGB value is (255,177,174). Sum of RGB (Red+Green+Blue) = 255+177+174=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 177 (69.53% from 255 or 29.21% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB1AE is #004E51. Grayscale: #C8C8C8. Windows color (decimal): -20050 or 11448831. OLE color: 11448831.
HSL color Cylindrical-coordinate representation of color #FFB1AE: hue angle of 2.22º 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 #FFB1AE is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 174 | - |
| CMYK | 0 | 0.31 | 0.32 | 0 |
| HSL | 2.22º | 1% | 0.84% | - |
| HSV(B) | 2.22º | 0.32% | 1% | - |
| XYZ | 64.6 | 55.76 | 47.4 | - |
| YUV | 199.98 | 113.34 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 174 | 0 | 0.31 | 0.32 | 0 | 2.22 | 1 | 0.84 |
| Hex | FF | B1 | AE | 0 | 1F | 20 | 0 | 2 | 64 | 54 |
| Octal | 377 | 261 | 256 | 0 | 37 | 40 | 0 | 2 | 144 | 124 |
| Binary | 11111111 | 10110001 | 10101110 | 0 | 11111 | 100000 | 0 | 10 | 1100100 | 1010100 |
Color Harmonies of #FFB1AE
Complementary color
Monochromatic Colors of #FFB1AE
Black with #FFB1AE
Text Example
Text Example
White with #FFB1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1AE; }
p { color: rgb(255,177,174); }
H1.HeaderClassName
{
color: #FFB1AE;
}
.AnyTagClassName
{
color: #FFB1AE;
}
</style>
background-color css
<style>
a { background-color: #FFB1AE; }
a { background-color: rgb(255,177,174); }
div.DivClassName
{
background-color: #FFB1AE;
}
.BgClassName
{
background-color: #FFB1AE;
}
</style>
border-color css
<style>
span { border-color: #FFB1AE; }
span { border-color: rgb(255,177,174); }
td.TdClassName
{
border-color: #FFB1AE;
}
.TagClassName
{
border-color: #FFB1AE;
}
</style>