Color Hex Logo

#fcfaec Color Hex

#FCFAEC
(252,250,236)
0 Favorites   0 Comments

Color spaces of #fcfaec

RGB 252250236
HSL0.150.730.96
HSV53°99°
CMYK 0.000.010.06   0.01
XYZ89.470895.122893.0018
Yxy95.12280.32230.3427
Hunter Lab97.5309-6.930611.7349
CIE-Lab98.0826-1.71126.9331

#fcfaec color RGB value is (252,250,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 11101100
Octal 374 372 354
Decimal 252 250 236
Hex FC FA EC

RGB Percentages of Color #fcfaec

%34.15
%33.88
%31.98

CMYK Percentages of Color #fcfaec

%0
%1
%6
%1

Triadic Colors of #fcfaec

#fcfaec #ecfcfa #faecfc

Analogous Colors of #fcfaec

#fcfaec #f6fcec #fcf2ec

Monochromatic Colors of #fcfaec

#fcfaec

Complementary Color

#fcfaec #eceefc

#fcfaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfaec Color CSS Codes

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

#fcfaec Text Font Color

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

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


#fcfaec Background Color

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

This div background color is #fcfaec


#fcfaec Border Color

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

This div border color is #fcfaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfaec

Related Colors

#fcfaec Color Palettes


Comments

No comments written yet.

Please login to write comment.