Color Hex Logo

#fcfcdd Color Hex

#FCFCDD
(252,252,221)
0 Favorites   0 Comments

Color spaces of #fcfcdd

RGB 252252221
HSL0.170.840.93
HSV60°12°99°
CMYK 0.000.000.12   0.01
XYZ88.006495.536782.2086
Yxy95.53670.33120.3595
Hunter Lab97.7429-10.331018.5530
CIE-Lab98.2479-5.111514.8627

#fcfcdd color RGB value is (252,252,221).

#fcfcdd hex color red value is 252, green value is 252 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fcfcdd hue: 0.17 , saturation: 0.84 and the lightness value of fcfcdd is 0.93.

The process color (four color CMYK) of #fcfcdd color hex is 0.00, 0.00, 0.12, 0.01. Web safe color of #fcfcdd is #ffffcc. Color #fcfcdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 11011101
Octal 374 374 335
Decimal 252 252 221
Hex FC FC DD

RGB Percentages of Color #fcfcdd

%34.76
%34.76
%30.48

CMYK Percentages of Color #fcfcdd

%0
%0
%12
%1

Triadic Colors of #fcfcdd

#fcfcdd #ddfcfc #fcddfc

Analogous Colors of #fcfcdd

#fcfcdd #edfcdd #fceddd

Monochromatic Colors of #fcfcdd

#fcfcdd

Complementary Color

#fcfcdd #ddddfc

#fcfcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfcdd Color CSS Codes

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

#fcfcdd Text Font Color

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

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


#fcfcdd Background Color

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

This div background color is #fcfcdd


#fcfcdd Border Color

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

This div border color is #fcfcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfcdd

Related Colors

#fcfcdd Color Palettes


Comments

No comments written yet.

Please login to write comment.