Color Hex Logo

#fce1fd Color Hex

#FCE1FD
(252,225,253)
0 Favorites   0 Comments

Color spaces of #fce1fd

RGB 252225253
HSL0.830.880.94
HSV298°11°99°
CMYK 0.000.110.00   0.01
XYZ84.799781.6377104.2167
Yxy81.63770.31330.3016
Hunter Lab90.35369.4091-5.1395
CIE-Lab92.414714.0389-10.1792

#fce1fd color RGB value is (252,225,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 11111101
Octal 374 341 375
Decimal 252 225 253
Hex FC E1 FD

RGB Percentages of Color #fce1fd

%34.52
%30.82
%34.66

CMYK Percentages of Color #fce1fd

%0
%11
%0
%1

Triadic Colors of #fce1fd

#fce1fd #fdfce1 #e1fdfc

Analogous Colors of #fce1fd

#fce1fd #fde1f0 #eee1fd

Monochromatic Colors of #fce1fd

#fce1fd

Complementary Color

#fce1fd #e2fde1

#fce1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce1fd Color CSS Codes

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

#fce1fd Text Font Color

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

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


#fce1fd Background Color

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

This div background color is #fce1fd


#fce1fd Border Color

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

This div border color is #fce1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce1fd

Related Colors


Comments

No comments written yet.

Please login to write comment.