Shades of Tequila #F4CFA8
Tints of Tequila #F4CFA8
RGB
CMYK
RGB Variations
Color information
#F4CFA8 (or 0xF4CFA8) is known color: Tequila. HEX triplet: F4, CF and A8. RGB value is (244,207,168). Sum of RGB (Red+Green+Blue) = 244+207+168=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 168 (66.02% from 255 or 27.14% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CFA8 is #0B3057. Grayscale: #D5D5D5. Windows color (decimal): -733272 or 11063284. OLE color: 11063284.
HSL color Cylindrical-coordinate representation of color #F4CFA8: hue angle of 30.79º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F4CFA8 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 168 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.04 |
| HSL | 30.79º | 0.78% | 0.81% | - |
| HSV(B) | 30.79º | 0.31% | 0.96% | - |
| XYZ | 66.69 | 66.69 | 46.4 | - |
| YUV | 213.62 | 102.26 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 168 | 0 | 0.15 | 0.31 | 0.04 | 30.79 | 0.78 | 0.81 |
| Hex | F4 | CF | A8 | 0 | F | 1F | 4 | 1F | 4E | 51 |
| Octal | 364 | 317 | 250 | 0 | 17 | 37 | 4 | 37 | 116 | 121 |
| Binary | 11110100 | 11001111 | 10101000 | 0 | 1111 | 11111 | 100 | 11111 | 1001110 | 1010001 |
Color Harmonies of #F4CFA8
Complementary color
Monochromatic Colors of #F4CFA8
Black with #F4CFA8
Text Example
Text Example
White with #F4CFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFA8; }
p { color: rgb(244,207,168); }
H1.HeaderClassName
{
color: #F4CFA8;
}
.AnyTagClassName
{
color: #F4CFA8;
}
</style>
background-color css
<style>
a { background-color: #F4CFA8; }
a { background-color: rgb(244,207,168); }
div.DivClassName
{
background-color: #F4CFA8;
}
.BgClassName
{
background-color: #F4CFA8;
}
</style>
border-color css
<style>
span { border-color: #F4CFA8; }
span { border-color: rgb(244,207,168); }
td.TdClassName
{
border-color: #F4CFA8;
}
.TagClassName
{
border-color: #F4CFA8;
}
</style>