Color Hex Logo

#fcfed2 Color Hex

#FCFED2
(252,254,210)
0 Favorites   0 Comments

Color spaces of #fcfed2

RGB 252254210
HSL0.170.960.91
HSV63°17°100°
CMYK 0.010.000.17   0.00
XYZ87.219696.232274.9505
Yxy96.23220.33750.3724
Hunter Lab98.0980-12.966023.3689
CIE-Lab98.5244-7.760320.8651

#fcfed2 color RGB value is (252,254,210).

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

The process color (four color CMYK) of #fcfed2 color hex is 0.01, 0.00, 0.17, 0.00. Web safe color of #fcfed2 is #ffffcc. Color #fcfed2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 11010010
Octal 374 376 322
Decimal 252 254 210
Hex FC FE D2

RGB Percentages of Color #fcfed2

%35.20
%35.47
%29.33

CMYK Percentages of Color #fcfed2

%1
%0
%17
%0

Triadic Colors of #fcfed2

#fcfed2 #d2fcfe #fed2fc

Analogous Colors of #fcfed2

#fcfed2 #e6fed2 #feead2

Monochromatic Colors of #fcfed2

#fcfed2

Complementary Color

#fcfed2 #d4d2fe

#fcfed2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfed2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfed2 Color CSS Codes

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

#fcfed2 Text Font Color

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

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


#fcfed2 Background Color

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

This div background color is #fcfed2


#fcfed2 Border Color

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

This div border color is #fcfed2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfed2

Related Colors


Comments

No comments written yet.

Please login to write comment.