Color Hex Logo

#fae1fe Color Hex

#FAE1FE
(250,225,254)
0 Favorites   0 Comments

Color spaces of #fae1fe

RGB 250225254
HSL0.810.940.94
HSV292°11°100°
CMYK 0.020.110.00   0.00
XYZ84.238981.3302105.0244
Yxy81.33020.31130.3006
Hunter Lab90.18338.9136-5.9189
CIE-Lab92.278413.5629-10.9221

#fae1fe color RGB value is (250,225,254).

#fae1fe hex color red value is 250, green value is 225 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fae1fe hue: 0.81 , saturation: 0.94 and the lightness value of fae1fe is 0.94.

The process color (four color CMYK) of #fae1fe color hex is 0.02, 0.11, 0.00, 0.00. Web safe color of #fae1fe is #ffccff. Color #fae1fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 11111110
Octal 372 341 376
Decimal 250 225 254
Hex FA E1 FE

RGB Percentages of Color #fae1fe

%34.29
%30.86
%34.84

CMYK Percentages of Color #fae1fe

%2
%11
%0
%0

Triadic Colors of #fae1fe

#fae1fe #fefae1 #e1fefa

Analogous Colors of #fae1fe

#fae1fe #fee1f4 #ece1fe

Monochromatic Colors of #fae1fe

#fae1fe

Complementary Color

#fae1fe #e5fee1

#fae1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae1fe Color CSS Codes

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

#fae1fe Text Font Color

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

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


#fae1fe Background Color

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

This div background color is #fae1fe


#fae1fe Border Color

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

This div border color is #fae1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.