#FACFA1

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

Shades of Tequila #FACFA1

Tints of Tequila #FACFA1

Color information

#FACFA1 (or 0xFACFA1) is unknown color: approx Tequila. HEX triplet: FA, CF and A1. RGB value is (250,207,161). Sum of RGB (Red+Green+Blue) = 250+207+161=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACFA1 is #05305E. Grayscale: #D6D6D6. Windows color (decimal): -340063 or 10604538. OLE color: 10604538.

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

Color convert

RGB250207161-
CMYK00.170.360.02
HSL31.01º89.9%80.59%-
HSV(B)31.01º35.6%98.04%-
XYZ68.1767.5243.16-
YUV214.6197.75153.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.45%
GREEN value IS 207 (81.25% from 255) = 33.50%
BLUE value IS 161 (63.28% from 255) = 26.05%
R=40.45%
G=33.50%
B=26.05%

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
Decimal25020716100.170.360.0231.0189.980.59
HexFACFA10112421f5a51
Octal37231724102144237132121
Binary111110101100111110100001010001100100101111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFA1; }

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

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

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

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

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

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

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

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