Shades of Tequila #F1CE9D
Tints of Tequila #F1CE9D
RGB
CMYK
RGB Variations
Color information
#F1CE9D (or 0xF1CE9D) is known color: Tequila. HEX triplet: F1, CE and 9D. RGB value is (241,206,157). Sum of RGB (Red+Green+Blue) = 241+206+157=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 157 (61.72% from 255 or 25.99% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CE9D is #0E3162. Grayscale: #D3D3D3. Windows color (decimal): -930147 or 10342129. OLE color: 10342129.
HSL color Cylindrical-coordinate representation of color #F1CE9D: hue angle of 35º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1CE9D is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 157 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.05 |
| HSL | 35º | 0.75% | 0.78% | - |
| HSV(B) | 35º | 0.35% | 0.95% | - |
| XYZ | 64.43 | 65.28 | 41.1 | - |
| YUV | 210.88 | 97.6 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 157 | 0 | 0.15 | 0.35 | 0.05 | 35 | 0.75 | 0.78 |
| Hex | F1 | CE | 9D | 0 | F | 23 | 5 | 23 | 4B | 4E |
| Octal | 361 | 316 | 235 | 0 | 17 | 43 | 5 | 43 | 113 | 116 |
| Binary | 11110001 | 11001110 | 10011101 | 0 | 1111 | 100011 | 101 | 100011 | 1001011 | 1001110 |
Color Harmonies of #F1CE9D
Complementary color
Monochromatic Colors of #F1CE9D
Black with #F1CE9D
Text Example
Text Example
White with #F1CE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CE9D; }
p { color: rgb(241,206,157); }
H1.HeaderClassName
{
color: #F1CE9D;
}
.AnyTagClassName
{
color: #F1CE9D;
}
</style>
background-color css
<style>
a { background-color: #F1CE9D; }
a { background-color: rgb(241,206,157); }
div.DivClassName
{
background-color: #F1CE9D;
}
.BgClassName
{
background-color: #F1CE9D;
}
</style>
border-color css
<style>
span { border-color: #F1CE9D; }
span { border-color: rgb(241,206,157); }
td.TdClassName
{
border-color: #F1CE9D;
}
.TagClassName
{
border-color: #F1CE9D;
}
</style>