Color Hex Logo

#fae3fe Color Hex

#FAE3FE
(250,227,254)
0 Favorites   0 Comments

Color spaces of #fae3fe

RGB 250227254
HSL0.810.930.94
HSV291°11°100°
CMYK 0.020.110.00   0.00
XYZ84.782882.4179105.2056
Yxy82.41790.31120.3026
Hunter Lab90.78437.8273-5.1593
CIE-Lab92.759012.5230-10.2071

#fae3fe color RGB value is (250,227,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 11111110
Octal 372 343 376
Decimal 250 227 254
Hex FA E3 FE

RGB Percentages of Color #fae3fe

%34.20
%31.05
%34.75

CMYK Percentages of Color #fae3fe

%2
%11
%0
%0

Triadic Colors of #fae3fe

#fae3fe #fefae3 #e3fefa

Analogous Colors of #fae3fe

#fae3fe #fee3f5 #ede3fe

Monochromatic Colors of #fae3fe

#fae3fe

Complementary Color

#fae3fe #e7fee3

#fae3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae3fe Color CSS Codes

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

#fae3fe Text Font Color

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

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


#fae3fe Background Color

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

This div background color is #fae3fe


#fae3fe Border Color

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

This div border color is #fae3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae3fe

Related Colors


Comments

No comments written yet.

Please login to write comment.