Shades of Tequila #F1CDA4
Tints of Tequila #F1CDA4
RGB
CMYK
RGB Variations
Color information
#F1CDA4 (or 0xF1CDA4) is known color: Tequila. HEX triplet: F1, CD and A4. RGB value is (241,205,164). Sum of RGB (Red+Green+Blue) = 241+205+164=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 164 (64.45% from 255 or 26.89% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CDA4 is #0E325B. Grayscale: #D3D3D3. Windows color (decimal): -930396 or 10800625. OLE color: 10800625.
HSL color Cylindrical-coordinate representation of color #F1CDA4: hue angle of 31.95º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1CDA4 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 205 | 164 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.05 |
| HSL | 31.95º | 0.73% | 0.79% | - |
| HSV(B) | 31.95º | 0.32% | 0.95% | - |
| XYZ | 64.81 | 65.04 | 44.26 | - |
| YUV | 211.09 | 101.43 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 205 | 164 | 0 | 0.15 | 0.32 | 0.05 | 31.95 | 0.73 | 0.79 |
| Hex | F1 | CD | A4 | 0 | F | 20 | 5 | 20 | 49 | 4F |
| Octal | 361 | 315 | 244 | 0 | 17 | 40 | 5 | 40 | 111 | 117 |
| Binary | 11110001 | 11001101 | 10100100 | 0 | 1111 | 100000 | 101 | 100000 | 1001001 | 1001111 |
Color Harmonies of #F1CDA4
Complementary color
Monochromatic Colors of #F1CDA4
Black with #F1CDA4
Text Example
Text Example
White with #F1CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CDA4; }
p { color: rgb(241,205,164); }
H1.HeaderClassName
{
color: #F1CDA4;
}
.AnyTagClassName
{
color: #F1CDA4;
}
</style>
background-color css
<style>
a { background-color: #F1CDA4; }
a { background-color: rgb(241,205,164); }
div.DivClassName
{
background-color: #F1CDA4;
}
.BgClassName
{
background-color: #F1CDA4;
}
</style>
border-color css
<style>
span { border-color: #F1CDA4; }
span { border-color: rgb(241,205,164); }
td.TdClassName
{
border-color: #F1CDA4;
}
.TagClassName
{
border-color: #F1CDA4;
}
</style>