Color Hex Logo

#fcf2ec Color Hex

#FCF2EC
(252,242,236)
0 Favorites   0 Comments

Color spaces of #fcf2ec

RGB 252242236
HSL0.060.730.96
HSV23°99°
CMYK 0.000.040.06   0.01
XYZ87.037390.255892.1906
Yxy90.25580.32300.3349
Hunter Lab95.0031-2.72218.9673
CIE-Lab96.10282.33914.0729

#fcf2ec color RGB value is (252,242,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110010 11101100
Octal 374 362 354
Decimal 252 242 236
Hex FC F2 EC

RGB Percentages of Color #fcf2ec

%34.52
%33.15
%32.33

CMYK Percentages of Color #fcf2ec

%0
%4
%6
%1

Triadic Colors of #fcf2ec

#fcf2ec #ecfcf2 #f2ecfc

Analogous Colors of #fcf2ec

#fcf2ec #fcfaec #fcecee

Monochromatic Colors of #fcf2ec

#fcf2ec

Complementary Color

#fcf2ec #ecf6fc

#fcf2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf2ec Color CSS Codes

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

#fcf2ec Text Font Color

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

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


#fcf2ec Background Color

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

This div background color is #fcf2ec


#fcf2ec Border Color

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

This div border color is #fcf2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf2ec


Comments

No comments written yet.

Please login to write comment.