Shades of Sundown #FBA5A1
Tints of Sundown #FBA5A1
RGB
CMYK
RGB Variations
Color information
#FBA5A1 (or 0xFBA5A1) is known color: Sundown. HEX triplet: FB, A5 and A1. RGB value is (251,165,161). Sum of RGB (Red+Green+Blue) = 251+165+161=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 165 (64.84% from 255 or 28.60% from 577); Blue value is 161 (63.28% from 255 or 27.90% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA5A1 is #045A5E. Grayscale: #BEBEBE. Windows color (decimal): -285279 or 10593787. OLE color: 10593787.
HSL color Cylindrical-coordinate representation of color #FBA5A1: hue angle of 2.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 #FBA5A1 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 161 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.02 |
| HSL | 2.67º | 0.92% | 0.81% | - |
| HSV(B) | 2.67º | 0.36% | 0.98% | - |
| XYZ | 59.67 | 49.99 | 40.22 | - |
| YUV | 190.26 | 111.49 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 161 | 0 | 0.34 | 0.36 | 0.02 | 2.67 | 0.92 | 0.81 |
| Hex | FB | A5 | A1 | 0 | 22 | 24 | 2 | 3 | 5C | 51 |
| Octal | 373 | 245 | 241 | 0 | 42 | 44 | 2 | 3 | 134 | 121 |
| Binary | 11111011 | 10100101 | 10100001 | 0 | 100010 | 100100 | 10 | 11 | 1011100 | 1010001 |
Color Harmonies of #FBA5A1
Complementary color
Monochromatic Colors of #FBA5A1
Black with #FBA5A1
Text Example
Text Example
White with #FBA5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5A1; }
p { color: rgb(251,165,161); }
H1.HeaderClassName
{
color: #FBA5A1;
}
.AnyTagClassName
{
color: #FBA5A1;
}
</style>
background-color css
<style>
a { background-color: #FBA5A1; }
a { background-color: rgb(251,165,161); }
div.DivClassName
{
background-color: #FBA5A1;
}
.BgClassName
{
background-color: #FBA5A1;
}
</style>
border-color css
<style>
span { border-color: #FBA5A1; }
span { border-color: rgb(251,165,161); }
td.TdClassName
{
border-color: #FBA5A1;
}
.TagClassName
{
border-color: #FBA5A1;
}
</style>