Color Hex Logo

#faeac9 Color Hex

#FAEAC9
(250,234,201)
0 Favorites   0 Comments

Color spaces of #faeac9

RGB 250234201
HSL0.110.830.88
HSV40°20°98°
CMYK 0.000.060.20   0.02
XYZ79.389883.386767.1693
Yxy83.38670.34530.3626
Hunter Lab91.3163-4.616820.3096
CIE-Lab93.18350.263617.9922

#faeac9 color RGB value is (250,234,201).

#faeac9 hex color red value is 250, green value is 234 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #faeac9 hue: 0.11 , saturation: 0.83 and the lightness value of faeac9 is 0.88.

The process color (four color CMYK) of #faeac9 color hex is 0.00, 0.06, 0.20, 0.02. Web safe color of #faeac9 is #ffffcc. Color #faeac9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 11001001
Octal 372 352 311
Decimal 250 234 201
Hex FA EA C9

RGB Percentages of Color #faeac9

%36.50
%34.16
%29.34

CMYK Percentages of Color #faeac9

%0
%6
%20
%2

Triadic Colors of #faeac9

#faeac9 #c9faea #eac9fa

Analogous Colors of #faeac9

#faeac9 #f2fac9 #fad2c9

Monochromatic Colors of #faeac9

#faeac9

Complementary Color

#faeac9 #c9d9fa

#faeac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeac9 Color CSS Codes

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

#faeac9 Text Font Color

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

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


#faeac9 Background Color

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

This div background color is #faeac9


#faeac9 Border Color

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

This div border color is #faeac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeac9


Comments

No comments written yet.

Please login to write comment.