Color Hex Logo

#fae1fd Color Hex

#FAE1FD
(250,225,253)
0 Favorites   0 Comments

Color spaces of #fae1fd

RGB 250225253
HSL0.820.880.94
HSV294°11°99°
CMYK 0.010.110.00   0.01
XYZ84.079281.2663104.1830
Yxy81.26630.31190.3015
Hunter Lab90.14788.7249-5.4174
CIE-Lab92.250113.3815-10.4418

#fae1fd color RGB value is (250,225,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 11111101
Octal 372 341 375
Decimal 250 225 253
Hex FA E1 FD

RGB Percentages of Color #fae1fd

%34.34
%30.91
%34.75

CMYK Percentages of Color #fae1fd

%1
%11
%0
%1

Triadic Colors of #fae1fd

#fae1fd #fdfae1 #e1fdfa

Analogous Colors of #fae1fd

#fae1fd #fde1f2 #ece1fd

Monochromatic Colors of #fae1fd

#fae1fd

Complementary Color

#fae1fd #e4fde1

#fae1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae1fd Color CSS Codes

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

#fae1fd Text Font Color

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

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


#fae1fd Background Color

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

This div background color is #fae1fd


#fae1fd Border Color

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

This div border color is #fae1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae1fd


Comments

No comments written yet.

Please login to write comment.