Color Hex Logo

#fcfef1 Color Hex

#FCFEF1
(252,254,241)
0 Favorites   0 Comments

Color spaces of #fcfef1

RGB 252254241
HSL0.190.870.97
HSV69°100°
CMYK 0.010.000.05   0.00
XYZ91.463997.929997.3008
Yxy97.92990.31900.3416
Hunter Lab98.9595-8.199610.9755
CIE-Lab99.1940-2.88945.9693

#fcfef1 color RGB value is (252,254,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 11110001
Octal 374 376 361
Decimal 252 254 241
Hex FC FE F1

RGB Percentages of Color #fcfef1

%33.73
%34.00
%32.26

CMYK Percentages of Color #fcfef1

%1
%0
%5
%0

Triadic Colors of #fcfef1

#fcfef1 #f1fcfe #fef1fc

Analogous Colors of #fcfef1

#fcfef1 #f6fef1 #fefaf1

Monochromatic Colors of #fcfef1

#fcfef1

Complementary Color

#fcfef1 #f3f1fe

#fcfef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfef1 Color CSS Codes

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

#fcfef1 Text Font Color

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

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


#fcfef1 Background Color

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

This div background color is #fcfef1


#fcfef1 Border Color

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

This div border color is #fcfef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfef1

Related Colors


Comments

No comments written yet.

Please login to write comment.