Shades of Sundown #FFB1AF
Tints of Sundown #FFB1AF
RGB
CMYK
RGB Variations
Color information
#FFB1AF (or 0xFFB1AF) is known color: Sundown. HEX triplet: FF, B1 and AF. RGB value is (255,177,175). Sum of RGB (Red+Green+Blue) = 255+177+175=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 177 (69.53% from 255 or 29.16% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB1AF is #004E50. Grayscale: #C8C8C8. Windows color (decimal): -20049 or 11514367. OLE color: 11514367.
HSL color Cylindrical-coordinate representation of color #FFB1AF: hue angle of 1.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB1AF is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 175 | - |
| CMYK | 0 | 0.31 | 0.31 | 0 |
| HSL | 1.5º | 1% | 0.84% | - |
| HSV(B) | 1.5º | 0.31% | 1% | - |
| XYZ | 64.7 | 55.8 | 47.92 | - |
| YUV | 200.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 175 | 0 | 0.31 | 0.31 | 0 | 1.5 | 1 | 0.84 |
| Hex | FF | B1 | AF | 0 | 1F | 1F | 0 | 2 | 64 | 54 |
| Octal | 377 | 261 | 257 | 0 | 37 | 37 | 0 | 2 | 144 | 124 |
| Binary | 11111111 | 10110001 | 10101111 | 0 | 11111 | 11111 | 0 | 10 | 1100100 | 1010100 |
Color Harmonies of #FFB1AF
Complementary color
Monochromatic Colors of #FFB1AF
Black with #FFB1AF
Text Example
Text Example
White with #FFB1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1AF; }
p { color: rgb(255,177,175); }
H1.HeaderClassName
{
color: #FFB1AF;
}
.AnyTagClassName
{
color: #FFB1AF;
}
</style>
background-color css
<style>
a { background-color: #FFB1AF; }
a { background-color: rgb(255,177,175); }
div.DivClassName
{
background-color: #FFB1AF;
}
.BgClassName
{
background-color: #FFB1AF;
}
</style>
border-color css
<style>
span { border-color: #FFB1AF; }
span { border-color: rgb(255,177,175); }
td.TdClassName
{
border-color: #FFB1AF;
}
.TagClassName
{
border-color: #FFB1AF;
}
</style>