Shades of Sundown #FBAAA9
Tints of Sundown #FBAAA9
RGB
CMYK
RGB Variations
Color information
#FBAAA9 (or 0xFBAAA9) is known color: Sundown. HEX triplet: FB, AA and A9. RGB value is (251,170,169). Sum of RGB (Red+Green+Blue) = 251+170+169=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 169 (66.41% from 255 or 28.64% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAAA9 is #045556. Grayscale: #C2C2C2. Windows color (decimal): -283991 or 11119355. OLE color: 11119355.
HSL color Cylindrical-coordinate representation of color #FBAAA9: hue angle of 0.73º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBAAA9 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 169 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.02 |
| HSL | 0.73º | 0.91% | 0.82% | - |
| HSV(B) | 0.73º | 0.33% | 0.98% | - |
| XYZ | 61.32 | 52.12 | 44.37 | - |
| YUV | 194.11 | 113.84 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 169 | 0 | 0.32 | 0.33 | 0.02 | 0.73 | 0.91 | 0.82 |
| Hex | FB | AA | A9 | 0 | 20 | 21 | 2 | 1 | 5B | 52 |
| Octal | 373 | 252 | 251 | 0 | 40 | 41 | 2 | 1 | 133 | 122 |
| Binary | 11111011 | 10101010 | 10101001 | 0 | 100000 | 100001 | 10 | 1 | 1011011 | 1010010 |
Color Harmonies of #FBAAA9
Complementary color
Monochromatic Colors of #FBAAA9
Black with #FBAAA9
Text Example
Text Example
White with #FBAAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAA9; }
p { color: rgb(251,170,169); }
H1.HeaderClassName
{
color: #FBAAA9;
}
.AnyTagClassName
{
color: #FBAAA9;
}
</style>
background-color css
<style>
a { background-color: #FBAAA9; }
a { background-color: rgb(251,170,169); }
div.DivClassName
{
background-color: #FBAAA9;
}
.BgClassName
{
background-color: #FBAAA9;
}
</style>
border-color css
<style>
span { border-color: #FBAAA9; }
span { border-color: rgb(251,170,169); }
td.TdClassName
{
border-color: #FBAAA9;
}
.TagClassName
{
border-color: #FBAAA9;
}
</style>