#FBD4A8

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

Shades of Tequila #FBD4A8

Tints of Tequila #FBD4A8

Color information

#FBD4A8 (or 0xFBD4A8) is unknown color: approx Tequila. HEX triplet: FB, D4 and A8. RGB value is (251,212,168). Sum of RGB (Red+Green+Blue) = 251+212+168=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 168 (66.02% from 255 or 26.62% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD4A8 is #042B57. Grayscale: #DADADA. Windows color (decimal): -273240 or 11064571. OLE color: 11064571.

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

Color convert

RGB251212168-
CMYK00.160.330.02
HSL31.81º91.21%82.16%-
HSV(B)31.81º33.07%98.43%-
XYZ70.470.4246.93-
YUV218.6499.42151.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.78%
GREEN value IS 212 (83.20% from 255) = 33.60%
BLUE value IS 168 (66.02% from 255) = 26.62%
R=39.78%
G=33.60%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121216800.160.330.0231.8191.2182.16
HexFBD4A8010212205b52
Octal37332425002041240133122
Binary1111101111010100101010000100001000011010000010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD4A8; }

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

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

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

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

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

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

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

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