#FBD3A5

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

Shades of Tequila #FBD3A5

Tints of Tequila #FBD3A5

Color information

#FBD3A5 (or 0xFBD3A5) is unknown color: approx Tequila. HEX triplet: FB, D3 and A5. RGB value is (251,211,165). Sum of RGB (Red+Green+Blue) = 251+211+165=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 165 (64.84% from 255 or 26.32% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD3A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD3A5 is #042C5A. Grayscale: #D9D9D9. Windows color (decimal): -273499 or 10867707. OLE color: 10867707.

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

Color convert

RGB251211165-
CMYK00.160.340.02
HSL32.09º91.49%81.57%-
HSV(B)32.09º34.26%98.43%-
XYZ69.8769.8145.39-
YUV217.7298.25151.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.03%
GREEN value IS 211 (82.81% from 255) = 33.65%
BLUE value IS 165 (64.84% from 255) = 26.32%
R=40.03%
G=33.65%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121116500.160.340.0232.0991.4981.57
HexFBD3A5010222205b52
Octal37332324502042240133122
Binary1111101111010011101001010100001000101010000010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD3A5; }

 p { color: rgb(251,211,165); }

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

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

 a { background-color: rgb(251,211,165); }

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

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

 span { border-color: rgb(251,211,165); }

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