#FBD5AB

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

Shades of Tequila #FBD5AB

Tints of Tequila #FBD5AB

Color information

#FBD5AB (or 0xFBD5AB) is unknown color: approx Tequila. HEX triplet: FB, D5 and AB. RGB value is (251,213,171). Sum of RGB (Red+Green+Blue) = 251+213+171=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 171 (67.19% from 255 or 26.93% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD5AB is #042A54. Grayscale: #DBDBDB. Windows color (decimal): -272981 or 11261435. OLE color: 11261435.

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

Color convert

RGB251213171-
CMYK00.150.320.02
HSL31.5º90.91%82.75%-
HSV(B)31.5º31.87%98.43%-
XYZ70.9371.0448.5-
YUV219.57100.59150.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.53%
GREEN value IS 213 (83.59% from 255) = 33.54%
BLUE value IS 171 (67.19% from 255) = 26.93%
R=39.53%
G=33.54%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121317100.150.320.0231.590.9182.75
HexFBD5AB0F202205b53
Octal37332525301740240133123
Binary111110111101010110101011011111000001010000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD5AB; }

 p { color: rgb(251,213,171); }

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

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

 a { background-color: rgb(251,213,171); }

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

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

 span { border-color: rgb(251,213,171); }

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