Html Css Color HEX #F1D3A9 Tequila

📋 copy color: '#F1D3A9'

red 241 ◦ green 211 ◦ blue 169

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

Shades of Tequila #F1D3A9

Tints of Tequila #F1D3A9

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.98%

 BLUE value IS 169 (66.41% from 255) = 27.21%

R = 38.81%
G = 33.98%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F1D3A9 (or 0xF1D3A9) is known color: Tequila. HEX triplet: F1, D3 and A9. RGB value is (241,211,169). Sum of RGB (Red+Green+Blue) = 241+211+169=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 169 (66.41% from 255 or 27.21% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D3A9 is #0E2C56. Grayscale: #D7D7D7. Windows color (decimal): -928855 or 11129841. OLE color: 11129841.

HSL color Cylindrical-coordinate representation of color #F1D3A9: hue angle of 35º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1D3A9 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 211 169 -
CMYK 0 0.12 0.30 0.05
HSL 35º 0.72% 0.8% -
HSV(B) 35º 0.3% 0.95% -
XYZ 66.73 68.15 47.17 -
YUV 215.18 101.94 146.42 -
System Red Green Blue C M Y K H S L
Decimal 241 211 169 0 0.12 0.30 0.05 35 0.72 0.8
Hex F1 D3 A9 0 C 1E 5 23 48 50
Octal 361 323 251 0 14 36 5 43 110 120
Binary 11110001 11010011 10101001 0 1100 11110 101 100011 1001000 1010000

Color Harmonies of #F1D3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D3A9

Black with #F1D3A9

Text Example


Text Example

White with #F1D3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D3A9; }

 p { color: rgb(241,211,169); }

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

background-color css

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

 a { background-color: rgb(241,211,169); }

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

border-color css

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

 span { border-color: rgb(241,211,169); }

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