Color Hex Logo

#fcfdd9 Color Hex

#FCFDD9
(252,253,217)
0 Favorites   0 Comments

Color spaces of #fcfdd9

RGB 252253217
HSL0.170.900.92
HSV62°14°99°
CMYK 0.000.000.14   0.01
XYZ87.794595.955879.5397
Yxy95.95580.33350.3644
Hunter Lab97.9570-11.443220.4273
CIE-Lab98.4147-6.222017.1428

#fcfdd9 color RGB value is (252,253,217).

#fcfdd9 hex color red value is 252, green value is 253 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #fcfdd9 hue: 0.17 , saturation: 0.90 and the lightness value of fcfdd9 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111101 11011001
Octal 374 375 331
Decimal 252 253 217
Hex FC FD D9

RGB Percentages of Color #fcfdd9

%34.90
%35.04
%30.06

CMYK Percentages of Color #fcfdd9

%0
%0
%14
%1

Triadic Colors of #fcfdd9

#fcfdd9 #d9fcfd #fdd9fc

Analogous Colors of #fcfdd9

#fcfdd9 #eafdd9 #fdecd9

Monochromatic Colors of #fcfdd9

#fcfdd9

Complementary Color

#fcfdd9 #dad9fd

#fcfdd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfdd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfdd9 Color CSS Codes

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

#fcfdd9 Text Font Color

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

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


#fcfdd9 Background Color

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

This div background color is #fcfdd9


#fcfdd9 Border Color

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

This div border color is #fcfdd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfdd9

Related Colors


Comments

No comments written yet.

Please login to write comment.