Color Hex Logo

#fae3fd Color Hex

#FAE3FD
(250,227,253)
0 Favorites   0 Comments

Color spaces of #fae3fd

RGB 250227253
HSL0.810.870.94
HSV293°10°99°
CMYK 0.010.100.00   0.01
XYZ84.623082.3540104.3643
Yxy82.35400.31190.3035
Hunter Lab90.74917.6393-4.6610
CIE-Lab92.730912.3416-9.7271

#fae3fd color RGB value is (250,227,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 11111101
Octal 372 343 375
Decimal 250 227 253
Hex FA E3 FD

RGB Percentages of Color #fae3fd

%34.25
%31.10
%34.66

CMYK Percentages of Color #fae3fd

%1
%10
%0
%1

Triadic Colors of #fae3fd

#fae3fd #fdfae3 #e3fdfa

Analogous Colors of #fae3fd

#fae3fd #fde3f3 #ede3fd

Monochromatic Colors of #fae3fd

#fae3fd

Complementary Color

#fae3fd #e6fde3

#fae3fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae3fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae3fd Color CSS Codes

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

#fae3fd Text Font Color

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

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


#fae3fd Background Color

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

This div background color is #fae3fd


#fae3fd Border Color

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

This div border color is #fae3fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae3fd


Comments

No comments written yet.

Please login to write comment.