Shades of Sundown #FBA7A4
Tints of Sundown #FBA7A4
RGB
CMYK
RGB Variations
Color information
#FBA7A4 (or 0xFBA7A4) is known color: Sundown. HEX triplet: FB, A7 and A4. RGB value is (251,167,164). Sum of RGB (Red+Green+Blue) = 251+167+164=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 167 (65.62% from 255 or 28.69% from 582); Blue value is 164 (64.45% from 255 or 28.18% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA7A4 is #04585B. Grayscale: #BFBFBF. Windows color (decimal): -284764 or 10790907. OLE color: 10790907.
HSL color Cylindrical-coordinate representation of color #FBA7A4: hue angle of 2.07º 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 #FBA7A4 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 164 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.02 |
| HSL | 2.07º | 0.92% | 0.81% | - |
| HSV(B) | 2.07º | 0.35% | 0.98% | - |
| XYZ | 60.3 | 50.83 | 41.75 | - |
| YUV | 191.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 164 | 0 | 0.33 | 0.35 | 0.02 | 2.07 | 0.92 | 0.81 |
| Hex | FB | A7 | A4 | 0 | 21 | 23 | 2 | 2 | 5C | 51 |
| Octal | 373 | 247 | 244 | 0 | 41 | 43 | 2 | 2 | 134 | 121 |
| Binary | 11111011 | 10100111 | 10100100 | 0 | 100001 | 100011 | 10 | 10 | 1011100 | 1010001 |
Color Harmonies of #FBA7A4
Complementary color
Monochromatic Colors of #FBA7A4
Black with #FBA7A4
Text Example
Text Example
White with #FBA7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA7A4; }
p { color: rgb(251,167,164); }
H1.HeaderClassName
{
color: #FBA7A4;
}
.AnyTagClassName
{
color: #FBA7A4;
}
</style>
background-color css
<style>
a { background-color: #FBA7A4; }
a { background-color: rgb(251,167,164); }
div.DivClassName
{
background-color: #FBA7A4;
}
.BgClassName
{
background-color: #FBA7A4;
}
</style>
border-color css
<style>
span { border-color: #FBA7A4; }
span { border-color: rgb(251,167,164); }
td.TdClassName
{
border-color: #FBA7A4;
}
.TagClassName
{
border-color: #FBA7A4;
}
</style>