Color Hex Logo

#fae7ea Color Hex

#FAE7EA
(250,231,234)
0 Favorites   0 Comments

Color spaces of #fae7ea

RGB 250231234
HSL0.970.660.94
HSV351°98°
CMYK 0.000.080.06   0.02
XYZ82.851583.416389.5761
Yxy83.41630.32380.3260
Hunter Lab91.33252.09285.7830
CIE-Lab93.19646.95490.8677

#fae7ea color RGB value is (250,231,234).

#fae7ea hex color red value is 250, green value is 231 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fae7ea hue: 0.97 , saturation: 0.66 and the lightness value of fae7ea is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 11101010
Octal 372 347 352
Decimal 250 231 234
Hex FA E7 EA

RGB Percentages of Color #fae7ea

%34.97
%32.31
%32.73

CMYK Percentages of Color #fae7ea

%0
%8
%6
%2

Triadic Colors of #fae7ea

#fae7ea #eafae7 #e7eafa

Analogous Colors of #fae7ea

#fae7ea #faeee7 #fae7f4

Monochromatic Colors of #fae7ea

#fae7ea

Complementary Color

#fae7ea #e7faf7

#fae7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae7ea Color CSS Codes

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

#fae7ea Text Font Color

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

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


#fae7ea Background Color

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

This div background color is #fae7ea


#fae7ea Border Color

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

This div border color is #fae7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae7ea

#fae7ea Color Palettes


Comments

No comments written yet.

Please login to write comment.