Shades of Sundown #FBA7A3
Tints of Sundown #FBA7A3
RGB
CMYK
RGB Variations
Color information
#FBA7A3 (or 0xFBA7A3) is known color: Sundown. HEX triplet: FB, A7 and A3. RGB value is (251,167,163). Sum of RGB (Red+Green+Blue) = 251+167+163=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 167 (65.62% from 255 or 28.74% from 581); Blue value is 163 (64.06% from 255 or 28.06% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA7A3 is #04585C. Grayscale: #BFBFBF. Windows color (decimal): -284765 or 10725371. OLE color: 10725371.
HSL color Cylindrical-coordinate representation of color #FBA7A3: hue angle of 2.73º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA7A3 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 163 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.02 |
| HSL | 2.73º | 0.92% | 0.81% | - |
| HSV(B) | 2.73º | 0.35% | 0.98% | - |
| XYZ | 60.21 | 50.79 | 41.28 | - |
| YUV | 191.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 163 | 0 | 0.33 | 0.35 | 0.02 | 2.73 | 0.92 | 0.81 |
| Hex | FB | A7 | A3 | 0 | 21 | 23 | 2 | 3 | 5C | 51 |
| Octal | 373 | 247 | 243 | 0 | 41 | 43 | 2 | 3 | 134 | 121 |
| Binary | 11111011 | 10100111 | 10100011 | 0 | 100001 | 100011 | 10 | 11 | 1011100 | 1010001 |
Color Harmonies of #FBA7A3
Complementary color
Monochromatic Colors of #FBA7A3
Black with #FBA7A3
Text Example
Text Example
White with #FBA7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA7A3; }
p { color: rgb(251,167,163); }
H1.HeaderClassName
{
color: #FBA7A3;
}
.AnyTagClassName
{
color: #FBA7A3;
}
</style>
background-color css
<style>
a { background-color: #FBA7A3; }
a { background-color: rgb(251,167,163); }
div.DivClassName
{
background-color: #FBA7A3;
}
.BgClassName
{
background-color: #FBA7A3;
}
</style>
border-color css
<style>
span { border-color: #FBA7A3; }
span { border-color: rgb(251,167,163); }
td.TdClassName
{
border-color: #FBA7A3;
}
.TagClassName
{
border-color: #FBA7A3;
}
</style>