Shades of Tacao #FBAD84
Tints of Tacao #FBAD84
RGB
CMYK
RGB Variations
Color information
#FBAD84 (or 0xFBAD84) is known color: Tacao. HEX triplet: FB, AD and 84. RGB value is (251,173,132). Sum of RGB (Red+Green+Blue) = 251+173+132=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 132 (51.95% from 255 or 23.74% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAD84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAD84 is #04527B. Grayscale: #BFBFBF. Windows color (decimal): -283260 or 8695291. OLE color: 8695291.
HSL color Cylindrical-coordinate representation of color #FBAD84: hue angle of 20.67º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBAD84 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 132 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.02 |
| HSL | 20.67º | 0.94% | 0.75% | - |
| HSV(B) | 20.67º | 0.47% | 0.98% | - |
| XYZ | 58.89 | 52.06 | 28.77 | - |
| YUV | 191.65 | 94.34 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 132 | 0 | 0.31 | 0.47 | 0.02 | 20.67 | 0.94 | 0.75 |
| Hex | FB | AD | 84 | 0 | 1F | 2F | 2 | 15 | 5E | 4B |
| Octal | 373 | 255 | 204 | 0 | 37 | 57 | 2 | 25 | 136 | 113 |
| Binary | 11111011 | 10101101 | 10000100 | 0 | 11111 | 101111 | 10 | 10101 | 1011110 | 1001011 |
Color Harmonies of #FBAD84
Complementary color
Monochromatic Colors of #FBAD84
Black with #FBAD84
Text Example
Text Example
White with #FBAD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAD84; }
p { color: rgb(251,173,132); }
H1.HeaderClassName
{
color: #FBAD84;
}
.AnyTagClassName
{
color: #FBAD84;
}
</style>
background-color css
<style>
a { background-color: #FBAD84; }
a { background-color: rgb(251,173,132); }
div.DivClassName
{
background-color: #FBAD84;
}
.BgClassName
{
background-color: #FBAD84;
}
</style>
border-color css
<style>
span { border-color: #FBAD84; }
span { border-color: rgb(251,173,132); }
td.TdClassName
{
border-color: #FBAD84;
}
.TagClassName
{
border-color: #FBAD84;
}
</style>