#FBD5AA

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

Shades of Tequila #FBD5AA

Tints of Tequila #FBD5AA

Color information

#FBD5AA (or 0xFBD5AA) is unknown color: approx Tequila. HEX triplet: FB, D5 and AA. RGB value is (251,213,170). Sum of RGB (Red+Green+Blue) = 251+213+170=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 170 (66.80% from 255 or 26.81% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD5AA is #042A55. Grayscale: #DBDBDB. Windows color (decimal): -272982 or 11195899. OLE color: 11195899.

HSL color Cylindrical-coordinate representation of color #FBD5AA: hue angle of 31.85º 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 #FBD5AA is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB251213170-
CMYK00.150.320.02
HSL31.85º91.01%82.55%-
HSV(B)31.85º32.27%98.43%-
XYZ70.837148-
YUV219.46100.09150.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.59%
GREEN value IS 213 (83.59% from 255) = 33.60%
BLUE value IS 170 (66.80% from 255) = 26.81%
R=39.59%
G=33.60%
B=26.81%

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
Decimal25121317000.150.320.0231.8591.0182.55
HexFBD5AA0F202205b53
Octal37332525201740240133123
Binary111110111101010110101010011111000001010000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD5AA; }

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

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

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

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

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

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

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

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