Color Hex Logo

#fcfcec Color Hex

#FCFCEC
(252,252,236)
0 Favorites   0 Comments

Color spaces of #fcfcec

RGB 252252236
HSL0.170.730.96
HSV60°99°
CMYK 0.000.000.06   0.01
XYZ90.095696.372493.2101
Yxy96.37240.32210.3446
Hunter Lab98.1694-7.977112.4238
CIE-Lab98.5800-2.71707.6491

#fcfcec color RGB value is (252,252,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 11101100
Octal 374 374 354
Decimal 252 252 236
Hex FC FC EC

RGB Percentages of Color #fcfcec

%34.05
%34.05
%31.89

CMYK Percentages of Color #fcfcec

%0
%0
%6
%1

Triadic Colors of #fcfcec

#fcfcec #ecfcfc #fcecfc

Analogous Colors of #fcfcec

#fcfcec #f4fcec #fcf4ec

Monochromatic Colors of #fcfcec

#fcfcec

Complementary Color

#fcfcec #ececfc

#fcfcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfcec Color CSS Codes

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

#fcfcec Text Font Color

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

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


#fcfcec Background Color

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

This div background color is #fcfcec


#fcfcec Border Color

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

This div border color is #fcfcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfcec

Related Colors


Comments

No comments written yet.

Please login to write comment.