Shades of Sundown #FBA1A0
Tints of Sundown #FBA1A0
RGB
CMYK
RGB Variations
Color information
#FBA1A0 (or 0xFBA1A0) is known color: Sundown. HEX triplet: FB, A1 and A0. RGB value is (251,161,160). Sum of RGB (Red+Green+Blue) = 251+161+160=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA1A0 is #045E5F. Grayscale: #BBBBBB. Windows color (decimal): -286304 or 10527227. OLE color: 10527227.
HSL color Cylindrical-coordinate representation of color #FBA1A0: hue angle of 0.66º 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 #FBA1A0 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 160 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.02 |
| HSL | 0.66º | 0.92% | 0.81% | - |
| HSV(B) | 0.66º | 0.36% | 0.98% | - |
| XYZ | 58.87 | 48.54 | 39.52 | - |
| YUV | 187.8 | 112.32 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 160 | 0 | 0.36 | 0.36 | 0.02 | 0.66 | 0.92 | 0.81 |
| Hex | FB | A1 | A0 | 0 | 24 | 24 | 2 | 1 | 5C | 51 |
| Octal | 373 | 241 | 240 | 0 | 44 | 44 | 2 | 1 | 134 | 121 |
| Binary | 11111011 | 10100001 | 10100000 | 0 | 100100 | 100100 | 10 | 1 | 1011100 | 1010001 |
Color Harmonies of #FBA1A0
Complementary color
Monochromatic Colors of #FBA1A0
Black with #FBA1A0
Text Example
Text Example
White with #FBA1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1A0; }
p { color: rgb(251,161,160); }
H1.HeaderClassName
{
color: #FBA1A0;
}
.AnyTagClassName
{
color: #FBA1A0;
}
</style>
background-color css
<style>
a { background-color: #FBA1A0; }
a { background-color: rgb(251,161,160); }
div.DivClassName
{
background-color: #FBA1A0;
}
.BgClassName
{
background-color: #FBA1A0;
}
</style>
border-color css
<style>
span { border-color: #FBA1A0; }
span { border-color: rgb(251,161,160); }
td.TdClassName
{
border-color: #FBA1A0;
}
.TagClassName
{
border-color: #FBA1A0;
}
</style>