Color Hex Logo

#fac89a Color Hex

#FAC89A
(250,200,154)
0 Favorites   0 Comments

Color spaces of #fac89a

RGB 250200154
HSL0.080.910.79
HSV29°38°98°
CMYK 0.000.200.38   0.02
XYZ65.911463.965639.4445
Yxy63.96560.38930.3778
Hunter Lab79.97857.142026.7438
CIE-Lab83.947911.755629.7504

#fac89a color RGB value is (250,200,154).

#fac89a hex color red value is 250, green value is 200 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fac89a hue: 0.08 , saturation: 0.91 and the lightness value of fac89a is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001000 10011010
Octal 372 310 232
Decimal 250 200 154
Hex FA C8 9A

RGB Percentages of Color #fac89a

%41.39
%33.11
%25.50

CMYK Percentages of Color #fac89a

%0
%20
%38
%2

Triadic Colors of #fac89a

#fac89a #9afac8 #c89afa

Analogous Colors of #fac89a

#fac89a #faf89a #fa9a9c

Monochromatic Colors of #fac89a

#fac89a

Complementary Color

#fac89a #9accfa

#fac89a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac89a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac89a Color CSS Codes

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

#fac89a Text Font Color

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

This sample text font color is #fac89a
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.


#fac89a Background Color

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

This div background color is #fac89a


#fac89a Border Color

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

This div border color is #fac89a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac89a


Comments

No comments written yet.

Please login to write comment.