#FBD4AA

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

Shades of Tequila #FBD4AA

Tints of Tequila #FBD4AA

Color information

#FBD4AA (or 0xFBD4AA) is unknown color: approx Tequila. HEX triplet: FB, D4 and AA. RGB value is (251,212,170). Sum of RGB (Red+Green+Blue) = 251+212+170=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 170 (66.80% from 255 or 26.86% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD4AA is #042B55. Grayscale: #DBDBDB. Windows color (decimal): -273238 or 11195643. OLE color: 11195643.

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

Color convert

RGB251212170-
CMYK00.160.320.02
HSL31.11º91.01%82.55%-
HSV(B)31.11º32.27%98.43%-
XYZ70.5870.547.92-
YUV218.87100.42150.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 212 (83.20% from 255) = 33.49%
BLUE value IS 170 (66.80% from 255) = 26.86%
R=39.65%
G=33.49%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121217000.160.320.0231.1191.0182.55
HexFBD4AA0102021f5b53
Octal37332425202040237133123
Binary111110111101010010101010010000100000101111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD4AA; }

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

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

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

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

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

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

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

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