Color Hex Logo

#fce4ea Color Hex

#FCE4EA
(252,228,234)
1 Favorites   0 Comments

Color spaces of #fce4ea

RGB 252228234
HSL0.960.800.94
HSV345°10°99°
CMYK 0.000.100.07   0.01
XYZ82.739682.122889.3323
Yxy82.12280.32550.3231
Hunter Lab90.62164.38674.9887
CIE-Lab92.62909.18530.0597

#fce4ea color RGB value is (252,228,234).

#fce4ea hex color red value is 252, green value is 228 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fce4ea hue: 0.96 , saturation: 0.80 and the lightness value of fce4ea is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100100 11101010
Octal 374 344 352
Decimal 252 228 234
Hex FC E4 EA

RGB Percentages of Color #fce4ea

%35.29
%31.93
%32.77

CMYK Percentages of Color #fce4ea

%0
%10
%7
%1

Triadic Colors of #fce4ea

#fce4ea #eafce4 #e4eafc

Analogous Colors of #fce4ea

#fce4ea #fceae4 #fce4f6

Monochromatic Colors of #fce4ea

#fce4ea

Complementary Color

#fce4ea #e4fcf6

#fce4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce4ea Color CSS Codes

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

#fce4ea Text Font Color

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

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


#fce4ea Background Color

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

This div background color is #fce4ea


#fce4ea Border Color

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

This div border color is #fce4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce4ea

#fce4ea Color Palettes


Comments

No comments written yet.

Please login to write comment.