Shades of Sundown #FFB1A5
Tints of Sundown #FFB1A5
RGB
CMYK
RGB Variations
Color information
#FFB1A5 (or 0xFFB1A5) is known color: Sundown. HEX triplet: FF, B1 and A5. RGB value is (255,177,165). Sum of RGB (Red+Green+Blue) = 255+177+165=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 177 (69.53% from 255 or 29.65% from 597); Blue value is 165 (64.84% from 255 or 27.64% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB1A5 is #004E5A. Grayscale: #C7C7C7. Windows color (decimal): -20059 or 10859007. OLE color: 10859007.
HSL color Cylindrical-coordinate representation of color #FFB1A5: hue angle of 8º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFB1A5 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 165 | - |
| CMYK | 0 | 0.31 | 0.35 | 0 |
| HSL | 8º | 1% | 0.82% | - |
| HSV(B) | 8º | 0.35% | 1% | - |
| XYZ | 63.75 | 55.42 | 42.93 | - |
| YUV | 198.95 | 108.84 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 165 | 0 | 0.31 | 0.35 | 0 | 8 | 1 | 0.82 |
| Hex | FF | B1 | A5 | 0 | 1F | 23 | 0 | 8 | 64 | 52 |
| Octal | 377 | 261 | 245 | 0 | 37 | 43 | 0 | 10 | 144 | 122 |
| Binary | 11111111 | 10110001 | 10100101 | 0 | 11111 | 100011 | 0 | 1000 | 1100100 | 1010010 |
Color Harmonies of #FFB1A5
Complementary color
Monochromatic Colors of #FFB1A5
Black with #FFB1A5
Text Example
Text Example
White with #FFB1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1A5; }
p { color: rgb(255,177,165); }
H1.HeaderClassName
{
color: #FFB1A5;
}
.AnyTagClassName
{
color: #FFB1A5;
}
</style>
background-color css
<style>
a { background-color: #FFB1A5; }
a { background-color: rgb(255,177,165); }
div.DivClassName
{
background-color: #FFB1A5;
}
.BgClassName
{
background-color: #FFB1A5;
}
</style>
border-color css
<style>
span { border-color: #FFB1A5; }
span { border-color: rgb(255,177,165); }
td.TdClassName
{
border-color: #FFB1A5;
}
.TagClassName
{
border-color: #FFB1A5;
}
</style>