Html Css Color HEX #F5D6AB Tequila

📋 copy color: '#F5D6AB'

red 245 ◦ green 214 ◦ blue 171

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

Shades of Tequila #F5D6AB

Tints of Tequila #F5D6AB

RGB

 RED value IS 245 (96.09% from 255) = 38.89%

 GREEN value IS 214 (83.98% from 255) = 33.97%

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

R = 38.89%
G = 33.97%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F5D6AB (or 0xF5D6AB) is known color: Tequila. HEX triplet: F5, D6 and AB. RGB value is (245,214,171). Sum of RGB (Red+Green+Blue) = 245+214+171=630 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.89% from 630); Green value is 214 (83.98% from 255 or 33.97% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D6AB is #0A2954. Grayscale: #DADADA. Windows color (decimal): -665941 or 11261685. OLE color: 11261685.

HSL color Cylindrical-coordinate representation of color #F5D6AB: hue angle of 34.86º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5D6AB is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 214 171 -
CMYK 0 0.13 0.30 0.04
HSL 34.86º 0.79% 0.82% -
HSV(B) 34.86º 0.3% 0.96% -
XYZ 69.05 70.45 48.49 -
YUV 218.37 101.27 147 -
System Red Green Blue C M Y K H S L
Decimal 245 214 171 0 0.13 0.30 0.04 34.86 0.79 0.82
Hex F5 D6 AB 0 D 1E 4 23 4F 52
Octal 365 326 253 0 15 36 4 43 117 122
Binary 11110101 11010110 10101011 0 1101 11110 100 100011 1001111 1010010

Color Harmonies of #F5D6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D6AB

Black with #F5D6AB

Text Example


Text Example

White with #F5D6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D6AB; }

 p { color: rgb(245,214,171); }

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

background-color css

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

 a { background-color: rgb(245,214,171); }

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

border-color css

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

 span { border-color: rgb(245,214,171); }

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