Color Hex Logo

#fae2ee Color Hex

#FAE2EE
(250,226,238)
0 Favorites   0 Comments

Color spaces of #fae2ee

RGB 250226238
HSL0.920.710.93
HSV330°10°98°
CMYK 0.000.100.05   0.02
XYZ82.053380.889892.1775
Yxy80.88980.32160.3171
Hunter Lab89.93885.45702.1913
CIE-Lab92.082610.2168-2.8494

#fae2ee color RGB value is (250,226,238).

#fae2ee hex color red value is 250, green value is 226 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fae2ee hue: 0.92 , saturation: 0.71 and the lightness value of fae2ee is 0.93.

The process color (four color CMYK) of #fae2ee color hex is 0.00, 0.10, 0.05, 0.02. Web safe color of #fae2ee is #ffccff. Color #fae2ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 11101110
Octal 372 342 356
Decimal 250 226 238
Hex FA E2 EE

RGB Percentages of Color #fae2ee

%35.01
%31.65
%33.33

CMYK Percentages of Color #fae2ee

%0
%10
%5
%2

Triadic Colors of #fae2ee

#fae2ee #eefae2 #e2eefa

Analogous Colors of #fae2ee

#fae2ee #fae2e2 #fae2fa

Monochromatic Colors of #fae2ee

#fae2ee

Complementary Color

#fae2ee #e2faee

#fae2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae2ee Color CSS Codes

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

#fae2ee Text Font Color

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

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


#fae2ee Background Color

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

This div background color is #fae2ee


#fae2ee Border Color

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

This div border color is #fae2ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae2ee


Comments

No comments written yet.

Please login to write comment.