Shades of Sundown #FBABA7
Tints of Sundown #FBABA7
RGB
CMYK
RGB Variations
Color information
#FBABA7 (or 0xFBABA7) is known color: Sundown. HEX triplet: FB, AB and A7. RGB value is (251,171,167). Sum of RGB (Red+Green+Blue) = 251+171+167=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 167 (65.62% from 255 or 28.35% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBABA7 is #045458. Grayscale: #C2C2C2. Windows color (decimal): -283737 or 10988539. OLE color: 10988539.
HSL color Cylindrical-coordinate representation of color #FBABA7: hue angle of 2.86º 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 #FBABA7 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 167 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.02 |
| HSL | 2.86º | 0.91% | 0.82% | - |
| HSV(B) | 2.86º | 0.33% | 0.98% | - |
| XYZ | 61.32 | 52.43 | 43.45 | - |
| YUV | 194.46 | 112.5 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 167 | 0 | 0.32 | 0.33 | 0.02 | 2.86 | 0.91 | 0.82 |
| Hex | FB | AB | A7 | 0 | 20 | 21 | 2 | 3 | 5B | 52 |
| Octal | 373 | 253 | 247 | 0 | 40 | 41 | 2 | 3 | 133 | 122 |
| Binary | 11111011 | 10101011 | 10100111 | 0 | 100000 | 100001 | 10 | 11 | 1011011 | 1010010 |
Color Harmonies of #FBABA7
Complementary color
Monochromatic Colors of #FBABA7
Black with #FBABA7
Text Example
Text Example
White with #FBABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABA7; }
p { color: rgb(251,171,167); }
H1.HeaderClassName
{
color: #FBABA7;
}
.AnyTagClassName
{
color: #FBABA7;
}
</style>
background-color css
<style>
a { background-color: #FBABA7; }
a { background-color: rgb(251,171,167); }
div.DivClassName
{
background-color: #FBABA7;
}
.BgClassName
{
background-color: #FBABA7;
}
</style>
border-color css
<style>
span { border-color: #FBABA7; }
span { border-color: rgb(251,171,167); }
td.TdClassName
{
border-color: #FBABA7;
}
.TagClassName
{
border-color: #FBABA7;
}
</style>