Color Hex Logo

#fce6fe Color Hex

#FCE6FE
(252,230,254)
0 Favorites   0 Comments

Color spaces of #fce6fe

RGB 252230254
HSL0.820.920.95
HSV295°100°
CMYK 0.010.090.00   0.00
XYZ86.331184.4448105.5153
Yxy84.44480.31250.3056
Hunter Lab91.89396.8803-3.7529
CIE-Lab93.643311.6233-8.8761

#fce6fe color RGB value is (252,230,254).

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

The process color (four color CMYK) of #fce6fe color hex is 0.01, 0.09, 0.00, 0.00. Web safe color of #fce6fe is #ffffff. Color #fce6fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100110 11111110
Octal 374 346 376
Decimal 252 230 254
Hex FC E6 FE

RGB Percentages of Color #fce6fe

%34.24
%31.25
%34.51

CMYK Percentages of Color #fce6fe

%1
%9
%0
%0

Triadic Colors of #fce6fe

#fce6fe #fefce6 #e6fefc

Analogous Colors of #fce6fe

#fce6fe #fee6f4 #f0e6fe

Monochromatic Colors of #fce6fe

#fce6fe

Complementary Color

#fce6fe #e8fee6

#fce6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce6fe Color CSS Codes

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

#fce6fe Text Font Color

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

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


#fce6fe Background Color

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

This div background color is #fce6fe


#fce6fe Border Color

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

This div border color is #fce6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce6fe

Related Colors


Comments

No comments written yet.

Please login to write comment.