Shades of Sundown #FBA9A3
Tints of Sundown #FBA9A3
RGB
CMYK
RGB Variations
Color information
#FBA9A3 (or 0xFBA9A3) is known color: Sundown. HEX triplet: FB, A9 and A3. RGB value is (251,169,163). Sum of RGB (Red+Green+Blue) = 251+169+163=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 163 (64.06% from 255 or 27.96% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA9A3 is #04565C. Grayscale: #C0C0C0. Windows color (decimal): -284253 or 10725883. OLE color: 10725883.
HSL color Cylindrical-coordinate representation of color #FBA9A3: hue angle of 4.09º 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 #FBA9A3 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 163 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.02 |
| HSL | 4.09º | 0.92% | 0.81% | - |
| HSV(B) | 4.09º | 0.35% | 0.98% | - |
| XYZ | 60.58 | 51.53 | 41.4 | - |
| YUV | 192.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 163 | 0 | 0.33 | 0.35 | 0.02 | 4.09 | 0.92 | 0.81 |
| Hex | FB | A9 | A3 | 0 | 21 | 23 | 2 | 4 | 5C | 51 |
| Octal | 373 | 251 | 243 | 0 | 41 | 43 | 2 | 4 | 134 | 121 |
| Binary | 11111011 | 10101001 | 10100011 | 0 | 100001 | 100011 | 10 | 100 | 1011100 | 1010001 |
Color Harmonies of #FBA9A3
Complementary color
Monochromatic Colors of #FBA9A3
Black with #FBA9A3
Text Example
Text Example
White with #FBA9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA9A3; }
p { color: rgb(251,169,163); }
H1.HeaderClassName
{
color: #FBA9A3;
}
.AnyTagClassName
{
color: #FBA9A3;
}
</style>
background-color css
<style>
a { background-color: #FBA9A3; }
a { background-color: rgb(251,169,163); }
div.DivClassName
{
background-color: #FBA9A3;
}
.BgClassName
{
background-color: #FBA9A3;
}
</style>
border-color css
<style>
span { border-color: #FBA9A3; }
span { border-color: rgb(251,169,163); }
td.TdClassName
{
border-color: #FBA9A3;
}
.TagClassName
{
border-color: #FBA9A3;
}
</style>