Color Hex Logo

#fcdceb Color Hex

#FCDCEB
(252,220,235)
0 Favorites   0 Comments

Color spaces of #fcdceb

RGB 252220235
HSL0.920.840.93
HSV332°13°99°
CMYK 0.000.130.07   0.01
XYZ80.733577.880089.3745
Yxy77.88000.32560.3140
Hunter Lab88.24968.86041.7290
CIE-Lab90.725113.5017-3.2524

#fcdceb color RGB value is (252,220,235).

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

The process color (four color CMYK) of #fcdceb color hex is 0.00, 0.13, 0.07, 0.01. Web safe color of #fcdceb is #ffccff. Color #fcdceb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 11101011
Octal 374 334 353
Decimal 252 220 235
Hex FC DC EB

RGB Percentages of Color #fcdceb

%35.64
%31.12
%33.24

CMYK Percentages of Color #fcdceb

%0
%13
%7
%1

Triadic Colors of #fcdceb

#fcdceb #ebfcdc #dcebfc

Analogous Colors of #fcdceb

#fcdceb #fcdddc #fcdcfb

Monochromatic Colors of #fcdceb

#fcdceb

Complementary Color

#fcdceb #dcfced

#fcdceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdceb Color CSS Codes

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

#fcdceb Text Font Color

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

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


#fcdceb Background Color

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

This div background color is #fcdceb


#fcdceb Border Color

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

This div border color is #fcdceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdceb

#fcdceb Color Palettes


Comments

No comments written yet.

Please login to write comment.