Shades of Sundown #FBA2A1
Tints of Sundown #FBA2A1
RGB
CMYK
RGB Variations
Color information
#FBA2A1 (or 0xFBA2A1) is known color: Sundown. HEX triplet: FB, A2 and A1. RGB value is (251,162,161). Sum of RGB (Red+Green+Blue) = 251+162+161=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 161 (63.28% from 255 or 28.05% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA2A1 is #045D5E. Grayscale: #BCBCBC. Windows color (decimal): -286047 or 10593019. OLE color: 10593019.
HSL color Cylindrical-coordinate representation of color #FBA2A1: hue angle of 0.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA2A1 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 161 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.02 |
| HSL | 0.67º | 0.92% | 0.81% | - |
| HSV(B) | 0.67º | 0.36% | 0.98% | - |
| XYZ | 59.14 | 48.92 | 40.04 | - |
| YUV | 188.5 | 112.49 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 161 | 0 | 0.35 | 0.36 | 0.02 | 0.67 | 0.92 | 0.81 |
| Hex | FB | A2 | A1 | 0 | 23 | 24 | 2 | 1 | 5C | 51 |
| Octal | 373 | 242 | 241 | 0 | 43 | 44 | 2 | 1 | 134 | 121 |
| Binary | 11111011 | 10100010 | 10100001 | 0 | 100011 | 100100 | 10 | 1 | 1011100 | 1010001 |
Color Harmonies of #FBA2A1
Complementary color
Monochromatic Colors of #FBA2A1
Black with #FBA2A1
Text Example
Text Example
White with #FBA2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2A1; }
p { color: rgb(251,162,161); }
H1.HeaderClassName
{
color: #FBA2A1;
}
.AnyTagClassName
{
color: #FBA2A1;
}
</style>
background-color css
<style>
a { background-color: #FBA2A1; }
a { background-color: rgb(251,162,161); }
div.DivClassName
{
background-color: #FBA2A1;
}
.BgClassName
{
background-color: #FBA2A1;
}
</style>
border-color css
<style>
span { border-color: #FBA2A1; }
span { border-color: rgb(251,162,161); }
td.TdClassName
{
border-color: #FBA2A1;
}
.TagClassName
{
border-color: #FBA2A1;
}
</style>