Color Hex Logo

#fce3ff Color Hex

#FCE3FF
(252,227,255)
0 Favorites   0 Comments

Color spaces of #fce3ff

RGB 252227255
HSL0.821.000.95
HSV294°11°100°
CMYK 0.010.110.00   0.00
XYZ85.664082.8536106.0851
Yxy82.85360.31200.3017
Hunter Lab91.02408.6971-5.3836
CIE-Lab92.950313.3601-10.4267

#fce3ff color RGB value is (252,227,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100011 11111111
Octal 374 343 377
Decimal 252 227 255
Hex FC E3 FF

RGB Percentages of Color #fce3ff

%34.33
%30.93
%34.74

CMYK Percentages of Color #fce3ff

%1
%11
%0
%0

Triadic Colors of #fce3ff

#fce3ff #fffce3 #e3fffc

Analogous Colors of #fce3ff

#fce3ff #ffe3f4 #eee3ff

Monochromatic Colors of #fce3ff

#fce3ff

Complementary Color

#fce3ff #e6ffe3

#fce3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce3ff Color CSS Codes

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

#fce3ff Text Font Color

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

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


#fce3ff Background Color

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

This div background color is #fce3ff


#fce3ff Border Color

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

This div border color is #fce3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce3ff

Related Colors

#fce3ff Color Palettes


Comments

No comments written yet.

Please login to write comment.