Color Hex Logo

#fcffd9 Color Hex

#FCFFD9
(252,255,217)
0 Favorites   0 Comments

Color spaces of #fcffd9

RGB 252255217
HSL0.181.000.93
HSV65°15°100°
CMYK 0.010.000.15   0.00
XYZ88.429397.225279.7513
Yxy97.22520.33320.3663
Hunter Lab98.6028-12.472121.0674
CIE-Lab98.9170-7.216417.8493

#fcffd9 color RGB value is (252,255,217).

#fcffd9 hex color red value is 252, green value is 255 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #fcffd9 hue: 0.18 , saturation: 1.00 and the lightness value of fcffd9 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 11011001
Octal 374 377 331
Decimal 252 255 217
Hex FC FF D9

RGB Percentages of Color #fcffd9

%34.81
%35.22
%29.97

CMYK Percentages of Color #fcffd9

%1
%0
%15
%0

Triadic Colors of #fcffd9

#fcffd9 #d9fcff #ffd9fc

Analogous Colors of #fcffd9

#fcffd9 #e9ffd9 #ffefd9

Monochromatic Colors of #fcffd9

#fcffd9

Complementary Color

#fcffd9 #dcd9ff

#fcffd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcffd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcffd9 Color CSS Codes

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

#fcffd9 Text Font Color

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

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


#fcffd9 Background Color

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

This div background color is #fcffd9


#fcffd9 Border Color

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

This div border color is #fcffd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcffd9

Related Colors

#fcffd9 Color Palettes


Comments

No comments written yet.

Please login to write comment.