Shades of Sundown #FFB1AA
Tints of Sundown #FFB1AA
RGB
CMYK
RGB Variations
Color information
#FFB1AA (or 0xFFB1AA) is known color: Sundown. HEX triplet: FF, B1 and AA. RGB value is (255,177,170). Sum of RGB (Red+Green+Blue) = 255+177+170=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB1AA is #004E55. Grayscale: #C7C7C7. Windows color (decimal): -20054 or 11186687. OLE color: 11186687.
HSL color Cylindrical-coordinate representation of color #FFB1AA: hue angle of 4.94º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFB1AA is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 170 | - |
| CMYK | 0 | 0.31 | 0.33 | 0 |
| HSL | 4.94º | 1% | 0.83% | - |
| HSV(B) | 4.94º | 0.33% | 1% | - |
| XYZ | 64.22 | 55.61 | 45.38 | - |
| YUV | 199.52 | 111.34 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 170 | 0 | 0.31 | 0.33 | 0 | 4.94 | 1 | 0.83 |
| Hex | FF | B1 | AA | 0 | 1F | 21 | 0 | 5 | 64 | 53 |
| Octal | 377 | 261 | 252 | 0 | 37 | 41 | 0 | 5 | 144 | 123 |
| Binary | 11111111 | 10110001 | 10101010 | 0 | 11111 | 100001 | 0 | 101 | 1100100 | 1010011 |
Color Harmonies of #FFB1AA
Complementary color
Monochromatic Colors of #FFB1AA
Black with #FFB1AA
Text Example
Text Example
White with #FFB1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1AA; }
p { color: rgb(255,177,170); }
H1.HeaderClassName
{
color: #FFB1AA;
}
.AnyTagClassName
{
color: #FFB1AA;
}
</style>
background-color css
<style>
a { background-color: #FFB1AA; }
a { background-color: rgb(255,177,170); }
div.DivClassName
{
background-color: #FFB1AA;
}
.BgClassName
{
background-color: #FFB1AA;
}
</style>
border-color css
<style>
span { border-color: #FFB1AA; }
span { border-color: rgb(255,177,170); }
td.TdClassName
{
border-color: #FFB1AA;
}
.TagClassName
{
border-color: #FFB1AA;
}
</style>