Shades of Sundown #FBADAB
Tints of Sundown #FBADAB
RGB
CMYK
RGB Variations
Color information
#FBADAB (or 0xFBADAB) is known color: Sundown. HEX triplet: FB, AD and AB. RGB value is (251,173,171). Sum of RGB (Red+Green+Blue) = 251+173+171=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBADAB is #045254. Grayscale: #C4C4C4. Windows color (decimal): -283221 or 11251195. OLE color: 11251195.
HSL color Cylindrical-coordinate representation of color #FBADAB: hue angle of 1.5º 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 #FBADAB is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 171 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.02 |
| HSL | 1.5º | 0.91% | 0.83% | - |
| HSV(B) | 1.5º | 0.32% | 0.98% | - |
| XYZ | 62.08 | 53.34 | 45.55 | - |
| YUV | 196.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 171 | 0 | 0.31 | 0.32 | 0.02 | 1.5 | 0.91 | 0.83 |
| Hex | FB | AD | AB | 0 | 1F | 20 | 2 | 2 | 5B | 53 |
| Octal | 373 | 255 | 253 | 0 | 37 | 40 | 2 | 2 | 133 | 123 |
| Binary | 11111011 | 10101101 | 10101011 | 0 | 11111 | 100000 | 10 | 10 | 1011011 | 1010011 |
Color Harmonies of #FBADAB
Complementary color
Monochromatic Colors of #FBADAB
Black with #FBADAB
Text Example
Text Example
White with #FBADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADAB; }
p { color: rgb(251,173,171); }
H1.HeaderClassName
{
color: #FBADAB;
}
.AnyTagClassName
{
color: #FBADAB;
}
</style>
background-color css
<style>
a { background-color: #FBADAB; }
a { background-color: rgb(251,173,171); }
div.DivClassName
{
background-color: #FBADAB;
}
.BgClassName
{
background-color: #FBADAB;
}
</style>
border-color css
<style>
span { border-color: #FBADAB; }
span { border-color: rgb(251,173,171); }
td.TdClassName
{
border-color: #FBADAB;
}
.TagClassName
{
border-color: #FBADAB;
}
</style>