Color Hex Logo

#faeaee Color Hex

#FAEAEE
(250,234,238)
0 Favorites   0 Comments

Color spaces of #faeaee

RGB 250234238
HSL0.960.620.95
HSV345°98°
CMYK 0.000.060.05   0.02
XYZ84.279885.342792.9197
Yxy85.34270.32100.3251
Hunter Lab92.38111.17965.0311
CIE-Lab94.03066.08820.0027

#faeaee color RGB value is (250,234,238).

#faeaee hex color red value is 250, green value is 234 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #faeaee hue: 0.96 , saturation: 0.62 and the lightness value of faeaee is 0.95.

The process color (four color CMYK) of #faeaee color hex is 0.00, 0.06, 0.05, 0.02. Web safe color of #faeaee is #ffffff. Color #faeaee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 11101110
Octal 372 352 356
Decimal 250 234 238
Hex FA EA EE

RGB Percentages of Color #faeaee

%34.63
%32.41
%32.96

CMYK Percentages of Color #faeaee

%0
%6
%5
%2

Triadic Colors of #faeaee

#faeaee #eefaea #eaeefa

Analogous Colors of #faeaee

#faeaee #faeeea #faeaf6

Monochromatic Colors of #faeaee

#faeaee

Complementary Color

#faeaee #eafaf6

#faeaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeaee Color CSS Codes

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

#faeaee Text Font Color

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

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


#faeaee Background Color

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

This div background color is #faeaee


#faeaee Border Color

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

This div border color is #faeaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeaee


Comments

No comments written yet.

Please login to write comment.