Color Hex Logo

#fcfaee Color Hex

#FCFAEE
(252,250,238)
0 Favorites   0 Comments

Color spaces of #fcfaee

RGB 252250238
HSL0.140.700.96
HSV51°99°
CMYK 0.000.010.06   0.01
XYZ89.763195.239794.5410
Yxy95.23970.32110.3407
Hunter Lab97.5908-6.601410.8765
CIE-Lab98.1293-1.37955.9725

#fcfaee color RGB value is (252,250,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 11101110
Octal 374 372 356
Decimal 252 250 238
Hex FC FA EE

RGB Percentages of Color #fcfaee

%34.05
%33.78
%32.16

CMYK Percentages of Color #fcfaee

%0
%1
%6
%1

Triadic Colors of #fcfaee

#fcfaee #eefcfa #faeefc

Analogous Colors of #fcfaee

#fcfaee #f7fcee #fcf3ee

Monochromatic Colors of #fcfaee

#fcfaee

Complementary Color

#fcfaee #eef0fc

#fcfaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfaee Color CSS Codes

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

#fcfaee Text Font Color

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

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


#fcfaee Background Color

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

This div background color is #fcfaee


#fcfaee Border Color

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

This div border color is #fcfaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfaee

Related Colors


Comments

No comments written yet.

Please login to write comment.