Color Hex Logo

#fce5ff Color Hex

#FCE5FF
(252,229,255)
0 Favorites   0 Comments

Color spaces of #fce5ff

RGB 252229255
HSL0.811.000.95
HSV293°10°100°
CMYK 0.010.100.00   0.00
XYZ86.214283.9541106.2685
Yxy83.95410.31190.3037
Hunter Lab91.62657.6099-4.6261
CIE-Lab93.430612.3219-9.7128

#fce5ff color RGB value is (252,229,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100101 11111111
Octal 374 345 377
Decimal 252 229 255
Hex FC E5 FF

RGB Percentages of Color #fce5ff

%34.24
%31.11
%34.65

CMYK Percentages of Color #fce5ff

%1
%10
%0
%0

Triadic Colors of #fce5ff

#fce5ff #fffce5 #e5fffc

Analogous Colors of #fce5ff

#fce5ff #ffe5f5 #efe5ff

Monochromatic Colors of #fce5ff

#fce5ff

Complementary Color

#fce5ff #e8ffe5

#fce5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce5ff Color CSS Codes

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

#fce5ff Text Font Color

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

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


#fce5ff Background Color

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

This div background color is #fce5ff


#fce5ff Border Color

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

This div border color is #fce5ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce5ff

Related Colors

#fce5ff Color Palettes


Comments

No comments written yet.

Please login to write comment.