Shades of Tequila #F0CFAB
Tints of Tequila #F0CFAB
RGB
CMYK
RGB Variations
Color information
#F0CFAB (or 0xF0CFAB) is known color: Tequila. HEX triplet: F0, CF and AB. RGB value is (240,207,171). Sum of RGB (Red+Green+Blue) = 240+207+171=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CFAB is #0F3054. Grayscale: #D4D4D4. Windows color (decimal): -995413 or 11259888. OLE color: 11259888.
HSL color Cylindrical-coordinate representation of color #F0CFAB: hue angle of 31.3º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0CFAB is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 171 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.06 |
| HSL | 31.3º | 0.7% | 0.81% | - |
| HSV(B) | 31.3º | 0.29% | 0.94% | - |
| XYZ | 65.6 | 66.09 | 47.83 | - |
| YUV | 212.76 | 104.43 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 171 | 0 | 0.14 | 0.29 | 0.06 | 31.3 | 0.7 | 0.81 |
| Hex | F0 | CF | AB | 0 | E | 1D | 6 | 1F | 46 | 51 |
| Octal | 360 | 317 | 253 | 0 | 16 | 35 | 6 | 37 | 106 | 121 |
| Binary | 11110000 | 11001111 | 10101011 | 0 | 1110 | 11101 | 110 | 11111 | 1000110 | 1010001 |
Color Harmonies of #F0CFAB
Complementary color
Monochromatic Colors of #F0CFAB
Black with #F0CFAB
Text Example
Text Example
White with #F0CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CFAB; }
p { color: rgb(240,207,171); }
H1.HeaderClassName
{
color: #F0CFAB;
}
.AnyTagClassName
{
color: #F0CFAB;
}
</style>
background-color css
<style>
a { background-color: #F0CFAB; }
a { background-color: rgb(240,207,171); }
div.DivClassName
{
background-color: #F0CFAB;
}
.BgClassName
{
background-color: #F0CFAB;
}
</style>
border-color css
<style>
span { border-color: #F0CFAB; }
span { border-color: rgb(240,207,171); }
td.TdClassName
{
border-color: #F0CFAB;
}
.TagClassName
{
border-color: #F0CFAB;
}
</style>