Shades of Sundown #FBA6A6
Tints of Sundown #FBA6A6
RGB
CMYK
RGB Variations
Color information
#FBA6A6 (or 0xFBA6A6) is known color: Sundown. HEX triplet: FB, A6 and A6. RGB value is (251,166,166). Sum of RGB (Red+Green+Blue) = 251+166+166=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 166 (65.23% from 255 or 28.47% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA6A6 is #045959. Grayscale: #BFBFBF. Windows color (decimal): -285018 or 10921723. OLE color: 10921723.
HSL color Cylindrical-coordinate representation of color #FBA6A6: hue angle of 0º 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 #FBA6A6 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 166 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.02 |
| HSL | 0º | 0.91% | 0.82% | - |
| HSV(B) | 0º | 0.34% | 0.98% | - |
| XYZ | 60.3 | 50.53 | 42.65 | - |
| YUV | 191.42 | 113.66 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 166 | 0 | 0.34 | 0.34 | 0.02 | 0 | 0.91 | 0.82 |
| Hex | FB | A6 | A6 | 0 | 22 | 22 | 2 | 0 | 5B | 52 |
| Octal | 373 | 246 | 246 | 0 | 42 | 42 | 2 | 0 | 133 | 122 |
| Binary | 11111011 | 10100110 | 10100110 | 0 | 100010 | 100010 | 10 | 0 | 1011011 | 1010010 |
Color Harmonies of #FBA6A6
Complementary color
Monochromatic Colors of #FBA6A6
Black with #FBA6A6
Text Example
Text Example
White with #FBA6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6A6; }
p { color: rgb(251,166,166); }
H1.HeaderClassName
{
color: #FBA6A6;
}
.AnyTagClassName
{
color: #FBA6A6;
}
</style>
background-color css
<style>
a { background-color: #FBA6A6; }
a { background-color: rgb(251,166,166); }
div.DivClassName
{
background-color: #FBA6A6;
}
.BgClassName
{
background-color: #FBA6A6;
}
</style>
border-color css
<style>
span { border-color: #FBA6A6; }
span { border-color: rgb(251,166,166); }
td.TdClassName
{
border-color: #FBA6A6;
}
.TagClassName
{
border-color: #FBA6A6;
}
</style>