Html Css Color HEX #F1D1A7 Tequila

📋 copy color: '#F1D1A7'

red 241 ◦ green 209 ◦ blue 167

#F1D1A7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tequila #F1D1A7

Tints of Tequila #F1D1A7

RGB

 RED value IS 241 (94.53% from 255) = 39.06%

 GREEN value IS 209 (82.03% from 255) = 33.87%

 BLUE value IS 167 (65.63% from 255) = 27.07%

R = 39.06%
G = 33.87%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F1D1A7 (or 0xF1D1A7) is known color: Tequila. HEX triplet: F1, D1 and A7. RGB value is (241,209,167). Sum of RGB (Red+Green+Blue) = 241+209+167=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 167 (65.62% from 255 or 27.07% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D1A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D1A7 is #0E2E58. Grayscale: #D5D5D5. Windows color (decimal): -929369 or 10998257. OLE color: 10998257.

HSL color Cylindrical-coordinate representation of color #F1D1A7: hue angle of 34.05º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1D1A7 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 209 167 -
CMYK 0 0.13 0.31 0.05
HSL 34.05º 0.73% 0.8% -
HSV(B) 34.05º 0.31% 0.95% -
XYZ 66.05 67.09 46.03 -
YUV 213.78 101.6 147.42 -
System Red Green Blue C M Y K H S L
Decimal 241 209 167 0 0.13 0.31 0.05 34.05 0.73 0.8
Hex F1 D1 A7 0 D 1F 5 22 49 50
Octal 361 321 247 0 15 37 5 42 111 120
Binary 11110001 11010001 10100111 0 1101 11111 101 100010 1001001 1010000

Color Harmonies of #F1D1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D1A7

Black with #F1D1A7

Text Example


Text Example

White with #F1D1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D1A7; }

 p { color: rgb(241,209,167); }

 H1.HeaderClassName
 {
   color: #F1D1A7;
 }
 .AnyTagClassName
 {
   color: #F1D1A7;
 }
</style>

background-color css

<style>
 a { background-color: #F1D1A7; }

 a { background-color: rgb(241,209,167); }

 div.DivClassName
 {
   background-color: #F1D1A7;
 }
 .BgClassName
 {
   background-color: #F1D1A7;
 }
</style>

border-color css

<style>
 span { border-color: #F1D1A7; }

 span { border-color: rgb(241,209,167); }

 td.TdClassName
 {
   border-color: #F1D1A7;
 }
 .TagClassName
 {
   border-color: #F1D1A7;
 }
</style>