Color Hex Logo

#fac8aa Color Hex

#FAC8AA
(250,200,170)
0 Favorites   0 Comments

Color spaces of #fac8aa

RGB 250200170
HSL0.060.890.82
HSV23°32°98°
CMYK 0.000.200.32   0.02
XYZ67.334364.534846.9378
Yxy64.53480.37660.3609
Hunter Lab80.33369.032121.5912
CIE-Lab84.243413.643621.7498

#fac8aa color RGB value is (250,200,170).

#fac8aa hex color red value is 250, green value is 200 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fac8aa hue: 0.06 , saturation: 0.89 and the lightness value of fac8aa is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001000 10101010
Octal 372 310 252
Decimal 250 200 170
Hex FA C8 AA

RGB Percentages of Color #fac8aa

%40.32
%32.26
%27.42

CMYK Percentages of Color #fac8aa

%0
%20
%32
%2

Triadic Colors of #fac8aa

#fac8aa #aafac8 #c8aafa

Analogous Colors of #fac8aa

#fac8aa #faf0aa #faaab4

Monochromatic Colors of #fac8aa

#fac8aa

Complementary Color

#fac8aa #aadcfa

#fac8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac8aa Color CSS Codes

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

#fac8aa Text Font Color

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

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


#fac8aa Background Color

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

This div background color is #fac8aa


#fac8aa Border Color

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

This div border color is #fac8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac8aa


Comments

No comments written yet.

Please login to write comment.