Shades of Sundown #FBABAA
Tints of Sundown #FBABAA
RGB
CMYK
RGB Variations
Color information
#FBABAA (or 0xFBABAA) is known color: Sundown. HEX triplet: FB, AB and AA. RGB value is (251,171,170). Sum of RGB (Red+Green+Blue) = 251+171+170=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBABAA is #045455. Grayscale: #C2C2C2. Windows color (decimal): -283734 or 11185147. OLE color: 11185147.
HSL color Cylindrical-coordinate representation of color #FBABAA: hue angle of 0.74º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBABAA is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 170 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.02 |
| HSL | 0.74º | 0.91% | 0.83% | - |
| HSV(B) | 0.74º | 0.32% | 0.98% | - |
| XYZ | 61.6 | 52.54 | 44.92 | - |
| YUV | 194.81 | 114 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 170 | 0 | 0.32 | 0.32 | 0.02 | 0.74 | 0.91 | 0.83 |
| Hex | FB | AB | AA | 0 | 20 | 20 | 2 | 1 | 5B | 53 |
| Octal | 373 | 253 | 252 | 0 | 40 | 40 | 2 | 1 | 133 | 123 |
| Binary | 11111011 | 10101011 | 10101010 | 0 | 100000 | 100000 | 10 | 1 | 1011011 | 1010011 |
Color Harmonies of #FBABAA
Complementary color
Monochromatic Colors of #FBABAA
Black with #FBABAA
Text Example
Text Example
White with #FBABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABAA; }
p { color: rgb(251,171,170); }
H1.HeaderClassName
{
color: #FBABAA;
}
.AnyTagClassName
{
color: #FBABAA;
}
</style>
background-color css
<style>
a { background-color: #FBABAA; }
a { background-color: rgb(251,171,170); }
div.DivClassName
{
background-color: #FBABAA;
}
.BgClassName
{
background-color: #FBABAA;
}
</style>
border-color css
<style>
span { border-color: #FBABAA; }
span { border-color: rgb(251,171,170); }
td.TdClassName
{
border-color: #FBABAA;
}
.TagClassName
{
border-color: #FBABAA;
}
</style>