Color Hex Logo

#fcffdc Color Hex

#FCFFDC
(252,255,220)
0 Favorites   0 Comments

Color spaces of #fcffdc

RGB 252255220
HSL0.181.000.93
HSV65°14°100°
CMYK 0.010.000.14   0.00
XYZ88.823297.382881.8254
Yxy97.38280.33140.3633
Hunter Lab98.6827-12.028919.9160
CIE-Lab98.9791-6.760216.4068

#fcffdc color RGB value is (252,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 11011100
Octal 374 377 334
Decimal 252 255 220
Hex FC FF DC

RGB Percentages of Color #fcffdc

%34.66
%35.08
%30.26

CMYK Percentages of Color #fcffdc

%1
%0
%14
%0

Triadic Colors of #fcffdc

#fcffdc #dcfcff #ffdcfc

Analogous Colors of #fcffdc

#fcffdc #ebffdc #fff1dc

Monochromatic Colors of #fcffdc

#fcffdc

Complementary Color

#fcffdc #dfdcff

#fcffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcffdc Color CSS Codes

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

#fcffdc Text Font Color

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

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


#fcffdc Background Color

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

This div background color is #fcffdc


#fcffdc Border Color

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

This div border color is #fcffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcffdc

Related Colors

#fcffdc Color Palettes


Comments

No comments written yet.

Please login to write comment.