Shades of Sundown #FBA7A6
Tints of Sundown #FBA7A6
RGB
CMYK
RGB Variations
Color information
#FBA7A6 (or 0xFBA7A6) is known color: Sundown. HEX triplet: FB, A7 and A6. RGB value is (251,167,166). Sum of RGB (Red+Green+Blue) = 251+167+166=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 167 (65.62% from 255 or 28.60% from 584); Blue value is 166 (65.23% from 255 or 28.42% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA7A6 is #045859. Grayscale: #C0C0C0. Windows color (decimal): -284762 or 10921979. OLE color: 10921979.
HSL color Cylindrical-coordinate representation of color #FBA7A6: hue angle of 0.71º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA7A6 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 166 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.02 |
| HSL | 0.71º | 0.91% | 0.82% | - |
| HSV(B) | 0.71º | 0.34% | 0.98% | - |
| XYZ | 60.49 | 50.9 | 42.71 | - |
| YUV | 192 | 113.33 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 166 | 0 | 0.33 | 0.34 | 0.02 | 0.71 | 0.91 | 0.82 |
| Hex | FB | A7 | A6 | 0 | 21 | 22 | 2 | 1 | 5B | 52 |
| Octal | 373 | 247 | 246 | 0 | 41 | 42 | 2 | 1 | 133 | 122 |
| Binary | 11111011 | 10100111 | 10100110 | 0 | 100001 | 100010 | 10 | 1 | 1011011 | 1010010 |
Color Harmonies of #FBA7A6
Complementary color
Monochromatic Colors of #FBA7A6
Black with #FBA7A6
Text Example
Text Example
White with #FBA7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA7A6; }
p { color: rgb(251,167,166); }
H1.HeaderClassName
{
color: #FBA7A6;
}
.AnyTagClassName
{
color: #FBA7A6;
}
</style>
background-color css
<style>
a { background-color: #FBA7A6; }
a { background-color: rgb(251,167,166); }
div.DivClassName
{
background-color: #FBA7A6;
}
.BgClassName
{
background-color: #FBA7A6;
}
</style>
border-color css
<style>
span { border-color: #FBA7A6; }
span { border-color: rgb(251,167,166); }
td.TdClassName
{
border-color: #FBA7A6;
}
.TagClassName
{
border-color: #FBA7A6;
}
</style>