Color Hex Logo

#fcdcef Color Hex

#FCDCEF
(252,220,239)
0 Favorites   0 Comments

Color spaces of #fcdcef

RGB 252220239
HSL0.900.840.93
HSV324°13°99°
CMYK 0.000.130.05   0.01
XYZ81.318178.113892.4529
Yxy78.11380.32280.3101
Hunter Lab88.38209.5649-0.1535
CIE-Lab90.831814.1820-5.1942

#fcdcef color RGB value is (252,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 11101111
Octal 374 334 357
Decimal 252 220 239
Hex FC DC EF

RGB Percentages of Color #fcdcef

%35.44
%30.94
%33.61

CMYK Percentages of Color #fcdcef

%0
%13
%5
%1

Triadic Colors of #fcdcef

#fcdcef #effcdc #dceffc

Analogous Colors of #fcdcef

#fcdcef #fcdcdf #f9dcfc

Monochromatic Colors of #fcdcef

#fcdcef

Complementary Color

#fcdcef #dcfce9

#fcdcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdcef Color CSS Codes

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

#fcdcef Text Font Color

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

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


#fcdcef Background Color

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

This div background color is #fcdcef


#fcdcef Border Color

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

This div border color is #fcdcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdcef

Related Colors


Comments

No comments written yet.

Please login to write comment.