Color Hex Logo

#fac993 Color Hex

#FAC993
(250,201,147)
0 Favorites   0 Comments

Color spaces of #fac993

RGB 250201147
HSL0.090.910.78
HSV31°41°98°
CMYK 0.000.200.41   0.02
XYZ65.577464.203936.5400
Yxy64.20390.39430.3860
Hunter Lab80.12735.864229.0515
CIE-Lab84.071810.472533.5532

#fac993 color RGB value is (250,201,147).

#fac993 hex color red value is 250, green value is 201 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #fac993 hue: 0.09 , saturation: 0.91 and the lightness value of fac993 is 0.78.

The process color (four color CMYK) of #fac993 color hex is 0.00, 0.20, 0.41, 0.02. Web safe color of #fac993 is #ffcc99. Color #fac993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001001 10010011
Octal 372 311 223
Decimal 250 201 147
Hex FA C9 93

RGB Percentages of Color #fac993

%41.81
%33.61
%24.58

CMYK Percentages of Color #fac993

%0
%20
%41
%2

Triadic Colors of #fac993

#fac993 #93fac9 #c993fa

Analogous Colors of #fac993

#fac993 #f8fa93 #fa9693

Monochromatic Colors of #fac993

#fac993

Complementary Color

#fac993 #93c4fa

#fac993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac993 Color CSS Codes

.mybgcolor {background-color:#fac993; } 
.myforecolor {color:#fac993; }
.mybordercolor {border:3px solid #fac993; }

#fac993 Text Font Color

<p style="color:#fac993">Text here</p>

This sample text font color is #fac993
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fac993 Background Color

<div style="background-color:#fac993">
Div content here</div>

This div background color is #fac993


#fac993 Border Color

<div style="border:3px solid #fac993">
Div here</div>

This div border color is #fac993


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,201,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fac993; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fac993;
  -webkit-box-shadow: 1px 1px 3px 2px #fac993;
  box-shadow:         1px 1px 3px 2px #fac993; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,201,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fac993">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fac993;
  -webkit-box-shadow: 1px 1px 3px 2px #fac993;
  box-shadow:         1px 1px 3px 2px #fac993;">
Div content here</div>

This div box has shadow with color #fac993


Comments

No comments written yet.

Please login to write comment.