Html Css Color HEX #F0D1AB Tequila

📋 copy color: '#F0D1AB'

red 240 ◦ green 209 ◦ blue 171

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

Shades of Tequila #F0D1AB

Tints of Tequila #F0D1AB

RGB

 RED value IS 240 (94.14% from 255) = 38.71%

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

 BLUE value IS 171 (67.19% from 255) = 27.58%

R = 38.71%
G = 33.71%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0D1AB (or 0xF0D1AB) is known color: Tequila. HEX triplet: F0, D1 and AB. RGB value is (240,209,171). Sum of RGB (Red+Green+Blue) = 240+209+171=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D1AB is #0F2E54. Grayscale: #D6D6D6. Windows color (decimal): -994901 or 11260400. OLE color: 11260400.

HSL color Cylindrical-coordinate representation of color #F0D1AB: hue angle of 33.04º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0D1AB is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 209 171 -
CMYK 0 0.13 0.29 0.06
HSL 33.04º 0.7% 0.81% -
HSV(B) 33.04º 0.29% 0.94% -
XYZ 66.09 67.07 47.99 -
YUV 213.94 103.77 146.59 -
System Red Green Blue C M Y K H S L
Decimal 240 209 171 0 0.13 0.29 0.06 33.04 0.7 0.81
Hex F0 D1 AB 0 D 1D 6 21 46 51
Octal 360 321 253 0 15 35 6 41 106 121
Binary 11110000 11010001 10101011 0 1101 11101 110 100001 1000110 1010001

Color Harmonies of #F0D1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D1AB

Black with #F0D1AB

Text Example


Text Example

White with #F0D1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D1AB; }

 p { color: rgb(240,209,171); }

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

background-color css

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

 a { background-color: rgb(240,209,171); }

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

border-color css

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

 span { border-color: rgb(240,209,171); }

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