Shades of Tequila #F9CDA3
Tints of Tequila #F9CDA3
RGB
CMYK
RGB Variations
Color information
#F9CDA3 (or 0xF9CDA3) is known color: Tequila. HEX triplet: F9, CD and A3. RGB value is (249,205,163). Sum of RGB (Red+Green+Blue) = 249+205+163=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 163 (64.06% from 255 or 26.42% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CDA3 is #06325C. Grayscale: #D5D5D5. Windows color (decimal): -406109 or 10735097. OLE color: 10735097.
HSL color Cylindrical-coordinate representation of color #F9CDA3: hue angle of 29.3º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9CDA3 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 205 | 163 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.02 |
| HSL | 29.3º | 0.88% | 0.81% | - |
| HSV(B) | 29.3º | 0.35% | 0.98% | - |
| XYZ | 67.51 | 66.45 | 43.92 | - |
| YUV | 213.37 | 99.58 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 205 | 163 | 0 | 0.18 | 0.35 | 0.02 | 29.3 | 0.88 | 0.81 |
| Hex | F9 | CD | A3 | 0 | 12 | 23 | 2 | 1D | 58 | 51 |
| Octal | 371 | 315 | 243 | 0 | 22 | 43 | 2 | 35 | 130 | 121 |
| Binary | 11111001 | 11001101 | 10100011 | 0 | 10010 | 100011 | 10 | 11101 | 1011000 | 1010001 |
Color Harmonies of #F9CDA3
Complementary color
Monochromatic Colors of #F9CDA3
Black with #F9CDA3
Text Example
Text Example
White with #F9CDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CDA3; }
p { color: rgb(249,205,163); }
H1.HeaderClassName
{
color: #F9CDA3;
}
.AnyTagClassName
{
color: #F9CDA3;
}
</style>
background-color css
<style>
a { background-color: #F9CDA3; }
a { background-color: rgb(249,205,163); }
div.DivClassName
{
background-color: #F9CDA3;
}
.BgClassName
{
background-color: #F9CDA3;
}
</style>
border-color css
<style>
span { border-color: #F9CDA3; }
span { border-color: rgb(249,205,163); }
td.TdClassName
{
border-color: #F9CDA3;
}
.TagClassName
{
border-color: #F9CDA3;
}
</style>