Color Hex Logo

#fae1eb Color Hex

#FAE1EB
(250,225,235)
0 Favorites   0 Comments

Color spaces of #fae1eb

RGB 250225235
HSL0.930.710.93
HSV336°10°98°
CMYK 0.000.100.06   0.02
XYZ81.345080.172689.7848
Yxy80.17260.32370.3190
Hunter Lab89.53925.47113.2247
CIE-Lab91.762210.2239-1.7504

#fae1eb color RGB value is (250,225,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 11101011
Octal 372 341 353
Decimal 250 225 235
Hex FA E1 EB

RGB Percentages of Color #fae1eb

%35.21
%31.69
%33.10

CMYK Percentages of Color #fae1eb

%0
%10
%6
%2

Triadic Colors of #fae1eb

#fae1eb #ebfae1 #e1ebfa

Analogous Colors of #fae1eb

#fae1eb #fae4e1 #fae1f8

Monochromatic Colors of #fae1eb

#fae1eb

Complementary Color

#fae1eb #e1faf0

#fae1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae1eb Color CSS Codes

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

#fae1eb Text Font Color

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

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


#fae1eb Background Color

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

This div background color is #fae1eb


#fae1eb Border Color

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

This div border color is #fae1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae1eb

Related Colors


Comments

No comments written yet.

Please login to write comment.