Shades of Tequila #FBD2A6
Tints of Tequila #FBD2A6
RGB
CMYK
RGB Variations
Color information
#FBD2A6 (or 0xFBD2A6) is known color: Tequila. HEX triplet: FB, D2 and A6. RGB value is (251,210,166). Sum of RGB (Red+Green+Blue) = 251+210+166=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 166 (65.23% from 255 or 26.48% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD2A6 is #042D59. Grayscale: #D9D9D9. Windows color (decimal): -273754 or 10932987. OLE color: 10932987.
HSL color Cylindrical-coordinate representation of color #FBD2A6: hue angle of 31.06º 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 #FBD2A6 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 210 | 166 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.02 |
| HSL | 31.06º | 0.91% | 0.82% | - |
| HSV(B) | 31.06º | 0.34% | 0.98% | - |
| XYZ | 69.71 | 69.36 | 45.79 | - |
| YUV | 217.24 | 99.08 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 210 | 166 | 0 | 0.16 | 0.34 | 0.02 | 31.06 | 0.91 | 0.82 |
| Hex | FB | D2 | A6 | 0 | 10 | 22 | 2 | 1F | 5B | 52 |
| Octal | 373 | 322 | 246 | 0 | 20 | 42 | 2 | 37 | 133 | 122 |
| Binary | 11111011 | 11010010 | 10100110 | 0 | 10000 | 100010 | 10 | 11111 | 1011011 | 1010010 |
Color Harmonies of #FBD2A6
Complementary color
Monochromatic Colors of #FBD2A6
Black with #FBD2A6
Text Example
Text Example
White with #FBD2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD2A6; }
p { color: rgb(251,210,166); }
H1.HeaderClassName
{
color: #FBD2A6;
}
.AnyTagClassName
{
color: #FBD2A6;
}
</style>
background-color css
<style>
a { background-color: #FBD2A6; }
a { background-color: rgb(251,210,166); }
div.DivClassName
{
background-color: #FBD2A6;
}
.BgClassName
{
background-color: #FBD2A6;
}
</style>
border-color css
<style>
span { border-color: #FBD2A6; }
span { border-color: rgb(251,210,166); }
td.TdClassName
{
border-color: #FBD2A6;
}
.TagClassName
{
border-color: #FBD2A6;
}
</style>