Color Hex Logo

#faead5 Color Hex

#FAEAD5
(250,234,213)
0 Favorites   0 Comments

Color spaces of #faead5

RGB 250234213
HSL0.090.790.91
HSV34°15°98°
CMYK 0.000.060.15   0.02
XYZ80.857483.973774.8977
Yxy83.97370.33730.3503
Hunter Lab91.6372-2.862915.6866
CIE-Lab93.43912.045712.1387

#faead5 color RGB value is (250,234,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 11010101
Octal 372 352 325
Decimal 250 234 213
Hex FA EA D5

RGB Percentages of Color #faead5

%35.87
%33.57
%30.56

CMYK Percentages of Color #faead5

%0
%6
%15
%2

Triadic Colors of #faead5

#faead5 #d5faea #ead5fa

Analogous Colors of #faead5

#faead5 #f8fad5 #fad8d5

Monochromatic Colors of #faead5

#faead5

Complementary Color

#faead5 #d5e5fa

#faead5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faead5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faead5 Color CSS Codes

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

#faead5 Text Font Color

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

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


#faead5 Background Color

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

This div background color is #faead5


#faead5 Border Color

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

This div border color is #faead5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faead5


Comments

No comments written yet.

Please login to write comment.