Color Hex Logo

#fcdef2 Color Hex

#FCDEF2
(252,222,242)
0 Favorites   0 Comments

Color spaces of #fcdef2

RGB 252222242
HSL0.890.830.93
HSV320°12°99°
CMYK 0.000.120.04   0.01
XYZ82.293279.348894.9829
Yxy79.34880.32070.3092
Hunter Lab89.07799.0179-0.8658
CIE-Lab91.391913.6577-5.9406

#fcdef2 color RGB value is (252,222,242).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 11110010
Octal 374 336 362
Decimal 252 222 242
Hex FC DE F2

RGB Percentages of Color #fcdef2

%35.20
%31.01
%33.80

CMYK Percentages of Color #fcdef2

%0
%12
%4
%1

Triadic Colors of #fcdef2

#fcdef2 #f2fcde #def2fc

Analogous Colors of #fcdef2

#fcdef2 #fcdee3 #f7defc

Monochromatic Colors of #fcdef2

#fcdef2

Complementary Color

#fcdef2 #defce8

#fcdef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdef2 Color CSS Codes

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

#fcdef2 Text Font Color

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

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


#fcdef2 Background Color

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

This div background color is #fcdef2


#fcdef2 Border Color

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

This div border color is #fcdef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdef2

Related Colors


Comments

No comments written yet.

Please login to write comment.