#FACF9F

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

Shades of Tequila #FACF9F

Tints of Tequila #FACF9F

Color information

#FACF9F (or 0xFACF9F) is unknown color: approx Tequila. HEX triplet: FA, CF and 9F. RGB value is (250,207,159). Sum of RGB (Red+Green+Blue) = 250+207+159=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 159 (62.5% from 255 or 25.81% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACF9F is #053060. Grayscale: #D6D6D6. Windows color (decimal): -340065 or 10473466. OLE color: 10473466.

HSL color Cylindrical-coordinate representation of color #FACF9F: hue angle of 31.65º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FACF9F is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250207159-
CMYK00.170.360.02
HSL31.65º90.1%80.2%-
HSV(B)31.65º36.4%98.04%-
XYZ6867.4542.24-
YUV214.3896.75153.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.58%
GREEN value IS 207 (81.25% from 255) = 33.60%
BLUE value IS 159 (62.5% from 255) = 25.81%
R=40.58%
G=33.60%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020715900.170.360.0231.6590.180.2
HexFACF9F011242205a50
Octal37231723702144240132120
Binary1111101011001111100111110100011001001010000010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACF9F; }

 p { color: rgb(250,207,159); }

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

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

 a { background-color: rgb(250,207,159); }

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

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

 span { border-color: rgb(250,207,159); }

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