Shades of Sundown #FBA7A1
Tints of Sundown #FBA7A1
RGB
CMYK
RGB Variations
Color information
#FBA7A1 (or 0xFBA7A1) is known color: Sundown. HEX triplet: FB, A7 and A1. RGB value is (251,167,161). Sum of RGB (Red+Green+Blue) = 251+167+161=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 161 (63.28% from 255 or 27.81% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA7A1 is #04585E. Grayscale: #BFBFBF. Windows color (decimal): -284767 or 10594299. OLE color: 10594299.
HSL color Cylindrical-coordinate representation of color #FBA7A1: hue angle of 4º 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 #FBA7A1 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 161 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.02 |
| HSL | 4º | 0.92% | 0.81% | - |
| HSV(B) | 4º | 0.36% | 0.98% | - |
| XYZ | 60.04 | 50.72 | 40.34 | - |
| YUV | 191.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 161 | 0 | 0.33 | 0.36 | 0.02 | 4 | 0.92 | 0.81 |
| Hex | FB | A7 | A1 | 0 | 21 | 24 | 2 | 4 | 5C | 51 |
| Octal | 373 | 247 | 241 | 0 | 41 | 44 | 2 | 4 | 134 | 121 |
| Binary | 11111011 | 10100111 | 10100001 | 0 | 100001 | 100100 | 10 | 100 | 1011100 | 1010001 |
Color Harmonies of #FBA7A1
Complementary color
Monochromatic Colors of #FBA7A1
Black with #FBA7A1
Text Example
Text Example
White with #FBA7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA7A1; }
p { color: rgb(251,167,161); }
H1.HeaderClassName
{
color: #FBA7A1;
}
.AnyTagClassName
{
color: #FBA7A1;
}
</style>
background-color css
<style>
a { background-color: #FBA7A1; }
a { background-color: rgb(251,167,161); }
div.DivClassName
{
background-color: #FBA7A1;
}
.BgClassName
{
background-color: #FBA7A1;
}
</style>
border-color css
<style>
span { border-color: #FBA7A1; }
span { border-color: rgb(251,167,161); }
td.TdClassName
{
border-color: #FBA7A1;
}
.TagClassName
{
border-color: #FBA7A1;
}
</style>