Color Hex Logo

#fce1ff Color Hex

#FCE1FF
(252,225,255)
0 Favorites   0 Comments

Color spaces of #fce1ff

RGB 252225255
HSL0.821.000.94
HSV294°12°100°
CMYK 0.010.120.00   0.00
XYZ85.120181.7659105.9038
Yxy81.76590.31200.2997
Hunter Lab90.42459.7861-6.1424
CIE-Lab92.471414.3999-11.1393

#fce1ff color RGB value is (252,225,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 11111111
Octal 374 341 377
Decimal 252 225 255
Hex FC E1 FF

RGB Percentages of Color #fce1ff

%34.43
%30.74
%34.84

CMYK Percentages of Color #fce1ff

%1
%12
%0
%0

Triadic Colors of #fce1ff

#fce1ff #fffce1 #e1fffc

Analogous Colors of #fce1ff

#fce1ff #ffe1f3 #ede1ff

Monochromatic Colors of #fce1ff

#fce1ff

Complementary Color

#fce1ff #e4ffe1

#fce1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce1ff Color CSS Codes

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

#fce1ff Text Font Color

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

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


#fce1ff Background Color

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

This div background color is #fce1ff


#fce1ff Border Color

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

This div border color is #fce1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce1ff

Related Colors


Comments

No comments written yet.

Please login to write comment.