Color Hex Logo

#fce5fe Color Hex

#FCE5FE
(252,229,254)
0 Favorites   0 Comments

Color spaces of #fce5fe

RGB 252229254
HSL0.820.930.95
HSV295°10°100°
CMYK 0.010.100.00   0.00
XYZ86.053683.8898105.4228
Yxy83.88980.31250.3046
Hunter Lab91.59147.4227-4.1296
CIE-Lab93.402612.1416-9.2333

#fce5fe color RGB value is (252,229,254).

#fce5fe hex color red value is 252, green value is 229 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fce5fe hue: 0.82 , saturation: 0.93 and the lightness value of fce5fe is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100101 11111110
Octal 374 345 376
Decimal 252 229 254
Hex FC E5 FE

RGB Percentages of Color #fce5fe

%34.29
%31.16
%34.56

CMYK Percentages of Color #fce5fe

%1
%10
%0
%0

Triadic Colors of #fce5fe

#fce5fe #fefce5 #e5fefc

Analogous Colors of #fce5fe

#fce5fe #fee5f4 #f0e5fe

Monochromatic Colors of #fce5fe

#fce5fe

Complementary Color

#fce5fe #e7fee5

#fce5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce5fe Color CSS Codes

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

#fce5fe Text Font Color

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

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


#fce5fe Background Color

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

This div background color is #fce5fe


#fce5fe Border Color

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

This div border color is #fce5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce5fe


Comments

No comments written yet.

Please login to write comment.