Color Hex Logo

#fcecf7 Color Hex

#FCECF7
(252,236,247)
0 Favorites   0 Comments

Color spaces of #fcecf7

RGB 252236247
HSL0.890.730.96
HSV319°99°
CMYK 0.000.060.02   0.01
XYZ86.928887.4018100.2843
Yxy87.40180.31650.3183
Hunter Lab93.48892.36901.8427
CIE-Lab94.90857.2851-3.3687

#fcecf7 color RGB value is (252,236,247).

#fcecf7 hex color red value is 252, green value is 236 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #fcecf7 hue: 0.89 , saturation: 0.73 and the lightness value of fcecf7 is 0.96.

The process color (four color CMYK) of #fcecf7 color hex is 0.00, 0.06, 0.02, 0.01. Web safe color of #fcecf7 is #ffffff. Color #fcecf7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101100 11110111
Octal 374 354 367
Decimal 252 236 247
Hex FC EC F7

RGB Percentages of Color #fcecf7

%34.29
%32.11
%33.61

CMYK Percentages of Color #fcecf7

%0
%6
%2
%1

Triadic Colors of #fcecf7

#fcecf7 #f7fcec #ecf7fc

Analogous Colors of #fcecf7

#fcecf7 #fcecef #f9ecfc

Monochromatic Colors of #fcecf7

#fcecf7

Complementary Color

#fcecf7 #ecfcf1

#fcecf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcecf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcecf7 Color CSS Codes

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

#fcecf7 Text Font Color

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

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


#fcecf7 Background Color

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

This div background color is #fcecf7


#fcecf7 Border Color

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

This div border color is #fcecf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcecf7

#fcecf7 Color Palettes


Comments

No comments written yet.

Please login to write comment.