Color Hex Logo

#fcfeee Color Hex

#FCFEEE
(252,254,238)
0 Favorites   0 Comments

Color spaces of #fcfeee

RGB 252254238
HSL0.190.890.96
HSV68°100°
CMYK 0.010.000.06   0.00
XYZ91.019397.752194.9597
Yxy97.75210.32080.3445
Hunter Lab98.8697-8.695012.2635
CIE-Lab99.1242-3.38997.4066

#fcfeee color RGB value is (252,254,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 11101110
Octal 374 376 356
Decimal 252 254 238
Hex FC FE EE

RGB Percentages of Color #fcfeee

%33.87
%34.14
%31.99

CMYK Percentages of Color #fcfeee

%1
%0
%6
%0

Triadic Colors of #fcfeee

#fcfeee #eefcfe #feeefc

Analogous Colors of #fcfeee

#fcfeee #f4feee #fef8ee

Monochromatic Colors of #fcfeee

#fcfeee

Complementary Color

#fcfeee #f0eefe

#fcfeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfeee Color CSS Codes

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

#fcfeee Text Font Color

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

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


#fcfeee Background Color

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

This div background color is #fcfeee


#fcfeee Border Color

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

This div border color is #fcfeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfeee

Related Colors

#fcfeee Color Palettes


Comments

No comments written yet.

Please login to write comment.