#FBD4AC

Color #FBD4AC Tequila (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tequila #FBD4AC

Tints of Tequila #FBD4AC

Color information

#FBD4AC (or 0xFBD4AC) is unknown color: approx Tequila. HEX triplet: FB, D4 and AC. RGB value is (251,212,172). Sum of RGB (Red+Green+Blue) = 251+212+172=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD4AC is #042B53. Grayscale: #DBDBDB. Windows color (decimal): -273236 or 11326715. OLE color: 11326715.

HSL color Cylindrical-coordinate representation of color #FBD4AC: hue angle of 30.38º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBD4AC is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251212172-
CMYK00.160.310.02
HSL30.38º90.8%82.94%-
HSV(B)30.38º31.47%98.43%-
XYZ70.7770.5748.92-
YUV219.1101.42150.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.53%
GREEN value IS 212 (83.20% from 255) = 33.39%
BLUE value IS 172 (67.58% from 255) = 27.09%
R=39.53%
G=33.39%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121217200.160.310.0230.3890.882.94
HexFBD4AC0101F21e5b53
Octal37332425402037236133123
Binary11111011110101001010110001000011111101111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD4AC; }

 p { color: rgb(251,212,172); }

 H1.HeaderClassName
 {
   color: #FBD4AC;
 }
 .AnyTagClassName
 {
   color: #FBD4AC;
 }
</style>
background-color css

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

 a { background-color: rgb(251,212,172); }

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

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

 span { border-color: rgb(251,212,172); }

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