Shades of Sundown #FBAAA6
Tints of Sundown #FBAAA6
RGB
CMYK
RGB Variations
Color information
#FBAAA6 (or 0xFBAAA6) is known color: Sundown. HEX triplet: FB, AA and A6. RGB value is (251,170,166). Sum of RGB (Red+Green+Blue) = 251+170+166=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 166 (65.23% from 255 or 28.28% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAAA6 is #045559. Grayscale: #C1C1C1. Windows color (decimal): -283994 or 10922747. OLE color: 10922747.
HSL color Cylindrical-coordinate representation of color #FBAAA6: hue angle of 2.82º 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 #FBAAA6 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 166 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.02 |
| HSL | 2.82º | 0.91% | 0.82% | - |
| HSV(B) | 2.82º | 0.34% | 0.98% | - |
| XYZ | 61.04 | 52.01 | 42.9 | - |
| YUV | 193.76 | 112.34 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 166 | 0 | 0.32 | 0.34 | 0.02 | 2.82 | 0.91 | 0.82 |
| Hex | FB | AA | A6 | 0 | 20 | 22 | 2 | 3 | 5B | 52 |
| Octal | 373 | 252 | 246 | 0 | 40 | 42 | 2 | 3 | 133 | 122 |
| Binary | 11111011 | 10101010 | 10100110 | 0 | 100000 | 100010 | 10 | 11 | 1011011 | 1010010 |
Color Harmonies of #FBAAA6
Complementary color
Monochromatic Colors of #FBAAA6
Black with #FBAAA6
Text Example
Text Example
White with #FBAAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAA6; }
p { color: rgb(251,170,166); }
H1.HeaderClassName
{
color: #FBAAA6;
}
.AnyTagClassName
{
color: #FBAAA6;
}
</style>
background-color css
<style>
a { background-color: #FBAAA6; }
a { background-color: rgb(251,170,166); }
div.DivClassName
{
background-color: #FBAAA6;
}
.BgClassName
{
background-color: #FBAAA6;
}
</style>
border-color css
<style>
span { border-color: #FBAAA6; }
span { border-color: rgb(251,170,166); }
td.TdClassName
{
border-color: #FBAAA6;
}
.TagClassName
{
border-color: #FBAAA6;
}
</style>