Shades of Sundown #FBADAA
Tints of Sundown #FBADAA
RGB
CMYK
RGB Variations
Color information
#FBADAA (or 0xFBADAA) is known color: Sundown. HEX triplet: FB, AD and AA. RGB value is (251,173,170). Sum of RGB (Red+Green+Blue) = 251+173+170=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBADAA is #045255. Grayscale: #C4C4C4. Windows color (decimal): -283222 or 11185659. OLE color: 11185659.
HSL color Cylindrical-coordinate representation of color #FBADAA: hue angle of 2.22º 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 #FBADAA is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 170 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.02 |
| HSL | 2.22º | 0.91% | 0.83% | - |
| HSV(B) | 2.22º | 0.32% | 0.98% | - |
| XYZ | 61.98 | 53.3 | 45.05 | - |
| YUV | 195.98 | 113.34 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 170 | 0 | 0.31 | 0.32 | 0.02 | 2.22 | 0.91 | 0.83 |
| Hex | FB | AD | AA | 0 | 1F | 20 | 2 | 2 | 5B | 53 |
| Octal | 373 | 255 | 252 | 0 | 37 | 40 | 2 | 2 | 133 | 123 |
| Binary | 11111011 | 10101101 | 10101010 | 0 | 11111 | 100000 | 10 | 10 | 1011011 | 1010011 |
Color Harmonies of #FBADAA
Complementary color
Monochromatic Colors of #FBADAA
Black with #FBADAA
Text Example
Text Example
White with #FBADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADAA; }
p { color: rgb(251,173,170); }
H1.HeaderClassName
{
color: #FBADAA;
}
.AnyTagClassName
{
color: #FBADAA;
}
</style>
background-color css
<style>
a { background-color: #FBADAA; }
a { background-color: rgb(251,173,170); }
div.DivClassName
{
background-color: #FBADAA;
}
.BgClassName
{
background-color: #FBADAA;
}
</style>
border-color css
<style>
span { border-color: #FBADAA; }
span { border-color: rgb(251,173,170); }
td.TdClassName
{
border-color: #FBADAA;
}
.TagClassName
{
border-color: #FBADAA;
}
</style>