Color Hex Logo

#fcfaea Color Hex

#FCFAEA
(252,250,234)
0 Favorites   0 Comments

Color spaces of #fcfaea

RGB 252250234
HSL0.150.750.95
HSV53°99°
CMYK 0.000.010.07   0.01
XYZ89.181895.007291.4797
Yxy95.00720.32350.3446
Hunter Lab97.4716-7.256612.5849
CIE-Lab98.0364-2.04017.8944

#fcfaea color RGB value is (252,250,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 11101010
Octal 374 372 352
Decimal 252 250 234
Hex FC FA EA

RGB Percentages of Color #fcfaea

%34.24
%33.97
%31.79

CMYK Percentages of Color #fcfaea

%0
%1
%7
%1

Triadic Colors of #fcfaea

#fcfaea #eafcfa #faeafc

Analogous Colors of #fcfaea

#fcfaea #f5fcea #fcf1ea

Monochromatic Colors of #fcfaea

#fcfaea

Complementary Color

#fcfaea #eaecfc

#fcfaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfaea Color CSS Codes

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

#fcfaea Text Font Color

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

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


#fcfaea Background Color

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

This div background color is #fcfaea


#fcfaea Border Color

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

This div border color is #fcfaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfaea

Related Colors

#fcfaea Color Palettes


Comments

No comments written yet.

Please login to write comment.