Shades of Tequila #F0CEAB
Tints of Tequila #F0CEAB
RGB
CMYK
RGB Variations
Color information
#F0CEAB (or 0xF0CEAB) is known color: Tequila. HEX triplet: F0, CE and AB. RGB value is (240,206,171). Sum of RGB (Red+Green+Blue) = 240+206+171=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CEAB is #0F3154. Grayscale: #D4D4D4. Windows color (decimal): -995669 or 11259632. OLE color: 11259632.
HSL color Cylindrical-coordinate representation of color #F0CEAB: hue angle of 30.43º 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 #F0CEAB is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 171 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.06 |
| HSL | 30.43º | 0.7% | 0.81% | - |
| HSV(B) | 30.43º | 0.29% | 0.94% | - |
| XYZ | 65.36 | 65.61 | 47.75 | - |
| YUV | 212.18 | 104.76 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 171 | 0 | 0.14 | 0.29 | 0.06 | 30.43 | 0.7 | 0.81 |
| Hex | F0 | CE | AB | 0 | E | 1D | 6 | 1E | 46 | 51 |
| Octal | 360 | 316 | 253 | 0 | 16 | 35 | 6 | 36 | 106 | 121 |
| Binary | 11110000 | 11001110 | 10101011 | 0 | 1110 | 11101 | 110 | 11110 | 1000110 | 1010001 |
Color Harmonies of #F0CEAB
Complementary color
Monochromatic Colors of #F0CEAB
Black with #F0CEAB
Text Example
Text Example
White with #F0CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CEAB; }
p { color: rgb(240,206,171); }
H1.HeaderClassName
{
color: #F0CEAB;
}
.AnyTagClassName
{
color: #F0CEAB;
}
</style>
background-color css
<style>
a { background-color: #F0CEAB; }
a { background-color: rgb(240,206,171); }
div.DivClassName
{
background-color: #F0CEAB;
}
.BgClassName
{
background-color: #F0CEAB;
}
</style>
border-color css
<style>
span { border-color: #F0CEAB; }
span { border-color: rgb(240,206,171); }
td.TdClassName
{
border-color: #F0CEAB;
}
.TagClassName
{
border-color: #F0CEAB;
}
</style>