Color Hex Logo

#fce8ea Color Hex

#FCE8EA
(252,232,234)
0 Favorites   0 Comments

Color spaces of #fce8ea

RGB 252232234
HSL0.980.770.95
HSV354°99°
CMYK 0.000.080.07   0.01
XYZ83.852884.349289.7034
Yxy84.34920.32510.3271
Hunter Lab91.84182.24976.3798
CIE-Lab93.60207.12321.4782

#fce8ea color RGB value is (252,232,234).

#fce8ea hex color red value is 252, green value is 232 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fce8ea hue: 0.98 , saturation: 0.77 and the lightness value of fce8ea is 0.95.

The process color (four color CMYK) of #fce8ea color hex is 0.00, 0.08, 0.07, 0.01. Web safe color of #fce8ea is #ffffff. Color #fce8ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101000 11101010
Octal 374 350 352
Decimal 252 232 234
Hex FC E8 EA

RGB Percentages of Color #fce8ea

%35.10
%32.31
%32.59

CMYK Percentages of Color #fce8ea

%0
%8
%7
%1

Triadic Colors of #fce8ea

#fce8ea #eafce8 #e8eafc

Analogous Colors of #fce8ea

#fce8ea #fcf0e8 #fce8f4

Monochromatic Colors of #fce8ea

#fce8ea

Complementary Color

#fce8ea #e8fcfa

#fce8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce8ea Color CSS Codes

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

#fce8ea Text Font Color

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

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


#fce8ea Background Color

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

This div background color is #fce8ea


#fce8ea Border Color

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

This div border color is #fce8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce8ea


Comments

No comments written yet.

Please login to write comment.