Shades of Tequila #FBD0A6
Tints of Tequila #FBD0A6
RGB
CMYK
RGB Variations
Color information
#FBD0A6 (or 0xFBD0A6) is known color: Tequila. HEX triplet: FB, D0 and A6. RGB value is (251,208,166). Sum of RGB (Red+Green+Blue) = 251+208+166=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 166 (65.23% from 255 or 26.56% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD0A6 is #042F59. Grayscale: #D8D8D8. Windows color (decimal): -274266 or 10932475. OLE color: 10932475.
HSL color Cylindrical-coordinate representation of color #FBD0A6: hue angle of 29.65º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBD0A6 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 208 | 166 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.02 |
| HSL | 29.65º | 0.91% | 0.82% | - |
| HSV(B) | 29.65º | 0.34% | 0.98% | - |
| XYZ | 69.22 | 68.37 | 45.63 | - |
| YUV | 216.07 | 99.75 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 208 | 166 | 0 | 0.17 | 0.34 | 0.02 | 29.65 | 0.91 | 0.82 |
| Hex | FB | D0 | A6 | 0 | 11 | 22 | 2 | 1E | 5B | 52 |
| Octal | 373 | 320 | 246 | 0 | 21 | 42 | 2 | 36 | 133 | 122 |
| Binary | 11111011 | 11010000 | 10100110 | 0 | 10001 | 100010 | 10 | 11110 | 1011011 | 1010010 |
Color Harmonies of #FBD0A6
Complementary color
Monochromatic Colors of #FBD0A6
Black with #FBD0A6
Text Example
Text Example
White with #FBD0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD0A6; }
p { color: rgb(251,208,166); }
H1.HeaderClassName
{
color: #FBD0A6;
}
.AnyTagClassName
{
color: #FBD0A6;
}
</style>
background-color css
<style>
a { background-color: #FBD0A6; }
a { background-color: rgb(251,208,166); }
div.DivClassName
{
background-color: #FBD0A6;
}
.BgClassName
{
background-color: #FBD0A6;
}
</style>
border-color css
<style>
span { border-color: #FBD0A6; }
span { border-color: rgb(251,208,166); }
td.TdClassName
{
border-color: #FBD0A6;
}
.TagClassName
{
border-color: #FBD0A6;
}
</style>