Color Hex Logo

#fae4fc Color Hex

#FAE4FC
(250,228,252)
0 Favorites   0 Comments

Color spaces of #fae4fc

RGB 250228252
HSL0.820.800.94
HSV295°10°99°
CMYK 0.010.100.00   0.01
XYZ84.738482.8391103.6188
Yxy82.83910.31250.3055
Hunter Lab91.01606.9105-3.7886
CIE-Lab92.943911.6417-8.8891

#fae4fc color RGB value is (250,228,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 11111100
Octal 372 344 374
Decimal 250 228 252
Hex FA E4 FC

RGB Percentages of Color #fae4fc

%34.25
%31.23
%34.52

CMYK Percentages of Color #fae4fc

%1
%10
%0
%1

Triadic Colors of #fae4fc

#fae4fc #fcfae4 #e4fcfa

Analogous Colors of #fae4fc

#fae4fc #fce4f2 #eee4fc

Monochromatic Colors of #fae4fc

#fae4fc

Complementary Color

#fae4fc #e6fce4

#fae4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae4fc Color CSS Codes

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

#fae4fc Text Font Color

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

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


#fae4fc Background Color

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

This div background color is #fae4fc


#fae4fc Border Color

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

This div border color is #fae4fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae4fc

Related Colors


Comments

No comments written yet.

Please login to write comment.