Color Hex Logo

#fae2ed Color Hex

#FAE2ED
(250,226,237)
0 Favorites   0 Comments

Color spaces of #fae2ed

RGB 250226237
HSL0.920.710.93
HSV333°10°98°
CMYK 0.000.100.05   0.02
XYZ81.906880.831191.4058
Yxy80.83110.32230.3181
Hunter Lab89.90615.28242.6553
CIE-Lab92.056510.0460-2.3650

#fae2ed color RGB value is (250,226,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 11101101
Octal 372 342 355
Decimal 250 226 237
Hex FA E2 ED

RGB Percentages of Color #fae2ed

%35.06
%31.70
%33.24

CMYK Percentages of Color #fae2ed

%0
%10
%5
%2

Triadic Colors of #fae2ed

#fae2ed #edfae2 #e2edfa

Analogous Colors of #fae2ed

#fae2ed #fae3e2 #fae2f9

Monochromatic Colors of #fae2ed

#fae2ed

Complementary Color

#fae2ed #e2faef

#fae2ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae2ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae2ed Color CSS Codes

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

#fae2ed Text Font Color

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

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


#fae2ed Background Color

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

This div background color is #fae2ed


#fae2ed Border Color

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

This div border color is #fae2ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae2ed

#fae2ed Color Palettes


Comments

No comments written yet.

Please login to write comment.