Color Hex Logo

#fae2aa Color Hex

#FAE2AA
(250,226,170)
0 Favorites   0 Comments

Color spaces of #fae2aa

RGB 250226170
HSL0.120.890.82
HSV42°32°98°
CMYK 0.000.100.32   0.02
XYZ73.876477.619049.1185
Yxy77.61900.36830.3869
Hunter Lab88.1016-4.499228.6157
CIE-Lab90.60580.211430.4149

#fae2aa color RGB value is (250,226,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 10101010
Octal 372 342 252
Decimal 250 226 170
Hex FA E2 AA

RGB Percentages of Color #fae2aa

%38.70
%34.98
%26.32

CMYK Percentages of Color #fae2aa

%0
%10
%32
%2

Triadic Colors of #fae2aa

#fae2aa #aafae2 #e2aafa

Analogous Colors of #fae2aa

#fae2aa #eafaaa #fabaaa

Monochromatic Colors of #fae2aa

#fae2aa

Complementary Color

#fae2aa #aac2fa

#fae2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae2aa Color CSS Codes

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

#fae2aa Text Font Color

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

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


#fae2aa Background Color

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

This div background color is #fae2aa


#fae2aa Border Color

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

This div border color is #fae2aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,226,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 #fae2aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae2aa


Comments

No comments written yet.

Please login to write comment.