Color Hex Logo

#fcdef0 Color Hex

#FCDEF0
(252,222,240)
0 Favorites   0 Comments

Color spaces of #fcdef0

RGB 252222240
HSL0.900.830.93
HSV324°12°99°
CMYK 0.000.120.05   0.01
XYZ81.994379.229393.4093
Yxy79.22930.32200.3112
Hunter Lab89.01088.66020.0878
CIE-Lab91.337913.3125-4.9724

#fcdef0 color RGB value is (252,222,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 11110000
Octal 374 336 360
Decimal 252 222 240
Hex FC DE F0

RGB Percentages of Color #fcdef0

%35.29
%31.09
%33.61

CMYK Percentages of Color #fcdef0

%0
%12
%5
%1

Triadic Colors of #fcdef0

#fcdef0 #f0fcde #def0fc

Analogous Colors of #fcdef0

#fcdef0 #fcdee1 #f9defc

Monochromatic Colors of #fcdef0

#fcdef0

Complementary Color

#fcdef0 #defcea

#fcdef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdef0 Color CSS Codes

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

#fcdef0 Text Font Color

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

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


#fcdef0 Background Color

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

This div background color is #fcdef0


#fcdef0 Border Color

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

This div border color is #fcdef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdef0


Comments

No comments written yet.

Please login to write comment.