Shades of Sundown #FBABA8
Tints of Sundown #FBABA8
RGB
CMYK
RGB Variations
Color information
#FBABA8 (or 0xFBABA8) is known color: Sundown. HEX triplet: FB, AB and A8. RGB value is (251,171,168). Sum of RGB (Red+Green+Blue) = 251+171+168=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 168 (66.02% from 255 or 28.47% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBABA8 is #045457. Grayscale: #C2C2C2. Windows color (decimal): -283736 or 11054075. OLE color: 11054075.
HSL color Cylindrical-coordinate representation of color #FBABA8: hue angle of 2.17º 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 #FBABA8 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 168 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.02 |
| HSL | 2.17º | 0.91% | 0.82% | - |
| HSV(B) | 2.17º | 0.33% | 0.98% | - |
| XYZ | 61.41 | 52.46 | 43.94 | - |
| YUV | 194.58 | 113 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 168 | 0 | 0.32 | 0.33 | 0.02 | 2.17 | 0.91 | 0.82 |
| Hex | FB | AB | A8 | 0 | 20 | 21 | 2 | 2 | 5B | 52 |
| Octal | 373 | 253 | 250 | 0 | 40 | 41 | 2 | 2 | 133 | 122 |
| Binary | 11111011 | 10101011 | 10101000 | 0 | 100000 | 100001 | 10 | 10 | 1011011 | 1010010 |
Color Harmonies of #FBABA8
Complementary color
Monochromatic Colors of #FBABA8
Black with #FBABA8
Text Example
Text Example
White with #FBABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABA8; }
p { color: rgb(251,171,168); }
H1.HeaderClassName
{
color: #FBABA8;
}
.AnyTagClassName
{
color: #FBABA8;
}
</style>
background-color css
<style>
a { background-color: #FBABA8; }
a { background-color: rgb(251,171,168); }
div.DivClassName
{
background-color: #FBABA8;
}
.BgClassName
{
background-color: #FBABA8;
}
</style>
border-color css
<style>
span { border-color: #FBABA8; }
span { border-color: rgb(251,171,168); }
td.TdClassName
{
border-color: #FBABA8;
}
.TagClassName
{
border-color: #FBABA8;
}
</style>