Color Hex Logo

#fcdcde Color Hex

#FCDCDE
(252,220,222)
0 Favorites   0 Comments

Color spaces of #fcdcde

RGB 252220222
HSL0.990.840.93
HSV356°13°99°
CMYK 0.000.130.12   0.01
XYZ78.922977.155879.8401
Yxy77.15580.33450.3270
Hunter Lab87.83846.66537.5956
CIE-Lab90.393311.36543.0863

#fcdcde color RGB value is (252,220,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 11011110
Octal 374 334 336
Decimal 252 220 222
Hex FC DC DE

RGB Percentages of Color #fcdcde

%36.31
%31.70
%31.99

CMYK Percentages of Color #fcdcde

%0
%13
%12
%1

Triadic Colors of #fcdcde

#fcdcde #defcdc #dcdefc

Analogous Colors of #fcdcde

#fcdcde #fceadc #fcdcee

Monochromatic Colors of #fcdcde

#fcdcde

Complementary Color

#fcdcde #dcfcfa

#fcdcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdcde Color CSS Codes

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

#fcdcde Text Font Color

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

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


#fcdcde Background Color

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

This div background color is #fcdcde


#fcdcde Border Color

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

This div border color is #fcdcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdcde


Comments

No comments written yet.

Please login to write comment.