Color Hex Logo

#fce2e4 Color Hex

#FCE2E4
(252,226,228)
0 Favorites   0 Comments

Color spaces of #fce2e4

RGB 252226228
HSL0.990.810.94
HSV355°10°99°
CMYK 0.000.100.10   0.01
XYZ81.344880.689684.6861
Yxy80.68960.32970.3270
Hunter Lab89.82744.44596.9826
CIE-Lab91.99349.22722.2677

#fce2e4 color RGB value is (252,226,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100010 11100100
Octal 374 342 344
Decimal 252 226 228
Hex FC E2 E4

RGB Percentages of Color #fce2e4

%35.69
%32.01
%32.29

CMYK Percentages of Color #fce2e4

%0
%10
%10
%1

Triadic Colors of #fce2e4

#fce2e4 #e4fce2 #e2e4fc

Analogous Colors of #fce2e4

#fce2e4 #fcede2 #fce2f1

Monochromatic Colors of #fce2e4

#fce2e4

Complementary Color

#fce2e4 #e2fcfa

#fce2e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce2e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce2e4 Color CSS Codes

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

#fce2e4 Text Font Color

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

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


#fce2e4 Background Color

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

This div background color is #fce2e4


#fce2e4 Border Color

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

This div border color is #fce2e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce2e4


Comments

No comments written yet.

Please login to write comment.