Color Hex Logo

#fce5fa Color Hex

#FCE5FA
(252,229,250)
0 Favorites   0 Comments

Color spaces of #fce5fa

RGB 252229250
HSL0.850.790.94
HSV305°99°
CMYK 0.000.090.01   0.01
XYZ85.419583.6362102.0838
Yxy83.63620.31500.3085
Hunter Lab91.45286.6815-2.1652
CIE-Lab93.292311.4262-7.3123

#fce5fa color RGB value is (252,229,250).

#fce5fa hex color red value is 252, green value is 229 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fce5fa hue: 0.85 , saturation: 0.79 and the lightness value of fce5fa is 0.94.

The process color (four color CMYK) of #fce5fa color hex is 0.00, 0.09, 0.01, 0.01. Web safe color of #fce5fa is #ffccff. Color #fce5fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100101 11111010
Octal 374 345 372
Decimal 252 229 250
Hex FC E5 FA

RGB Percentages of Color #fce5fa

%34.47
%31.33
%34.20

CMYK Percentages of Color #fce5fa

%0
%9
%1
%1

Triadic Colors of #fce5fa

#fce5fa #fafce5 #e5fafc

Analogous Colors of #fce5fa

#fce5fa #fce5ef #f3e5fc

Monochromatic Colors of #fce5fa

#fce5fa

Complementary Color

#fce5fa #e5fce7

#fce5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce5fa Color CSS Codes

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

#fce5fa Text Font Color

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

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


#fce5fa Background Color

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

This div background color is #fce5fa


#fce5fa Border Color

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

This div border color is #fce5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce5fa

Related Colors

#fce5fa Color Palettes


Comments

No comments written yet.

Please login to write comment.