Color Hex Logo

#facea9 Color Hex

#FACEA9
(250,206,169)
0 Favorites   0 Comments

Color spaces of #facea9

RGB 250206169
HSL0.080.890.82
HSV27°32°98°
CMYK 0.000.180.32   0.02
XYZ68.657167.331246.9137
Yxy67.33120.37540.3681
Hunter Lab82.05565.756223.5410
CIE-Lab85.670910.390524.2369

#facea9 color RGB value is (250,206,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 10101001
Octal 372 316 251
Decimal 250 206 169
Hex FA CE A9

RGB Percentages of Color #facea9

%40.00
%32.96
%27.04

CMYK Percentages of Color #facea9

%0
%18
%32
%2

Triadic Colors of #facea9

#facea9 #a9face #cea9fa

Analogous Colors of #facea9

#facea9 #faf7a9 #faa9ad

Monochromatic Colors of #facea9

#facea9

Complementary Color

#facea9 #a9d5fa

#facea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facea9 Color CSS Codes

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

#facea9 Text Font Color

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

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


#facea9 Background Color

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

This div background color is #facea9


#facea9 Border Color

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

This div border color is #facea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facea9


Comments

No comments written yet.

Please login to write comment.