Color Hex Logo

#fcfaed Color Hex

#FCFAED
(252,250,237)
0 Favorites   0 Comments

Color spaces of #fcfaed

RGB 252250237
HSL0.140.710.96
HSV52°99°
CMYK 0.000.010.06   0.01
XYZ89.616695.181193.7693
Yxy95.18110.32170.3417
Hunter Lab97.5608-6.766311.3067
CIE-Lab98.1059-1.54566.4527

#fcfaed color RGB value is (252,250,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 11101101
Octal 374 372 355
Decimal 252 250 237
Hex FC FA ED

RGB Percentages of Color #fcfaed

%34.10
%33.83
%32.07

CMYK Percentages of Color #fcfaed

%0
%1
%6
%1

Triadic Colors of #fcfaed

#fcfaed #edfcfa #faedfc

Analogous Colors of #fcfaed

#fcfaed #f7fced #fcf3ed

Monochromatic Colors of #fcfaed

#fcfaed

Complementary Color

#fcfaed #edeffc

#fcfaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfaed Color CSS Codes

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

#fcfaed Text Font Color

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

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


#fcfaed Background Color

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

This div background color is #fcfaed


#fcfaed Border Color

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

This div border color is #fcfaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfaed

Related Colors


Comments

No comments written yet.

Please login to write comment.