#FACFA0

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

Shades of Tequila #FACFA0

Tints of Tequila #FACFA0

Color information

#FACFA0 (or 0xFACFA0) is unknown color: approx Tequila. HEX triplet: FA, CF and A0. RGB value is (250,207,160). Sum of RGB (Red+Green+Blue) = 250+207+160=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 160 (62.89% from 255 or 25.93% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACFA0 is #05305F. Grayscale: #D6D6D6. Windows color (decimal): -340064 or 10539002. OLE color: 10539002.

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

Color convert

RGB250207160-
CMYK00.170.360.02
HSL31.33º90%80.39%-
HSV(B)31.33º36%98.04%-
XYZ68.0867.4942.7-
YUV214.597.25153.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 207 (81.25% from 255) = 33.55%
BLUE value IS 160 (62.89% from 255) = 25.93%
R=40.52%
G=33.55%
B=25.93%

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
Decimal25020716000.170.360.0231.339080.39
HexFACFA00112421f5a50
Octal37231724002144237132120
Binary111110101100111110100000010001100100101111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFA0; }

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

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

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

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

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

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

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

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