Color Hex Logo

#fcdde2 Color Hex

#FCDDE2
(252,221,226)
0 Favorites   0 Comments

Color spaces of #fcdde2

RGB 252221226
HSL0.970.840.93
HSV350°12°99°
CMYK 0.000.120.10   0.01
XYZ79.728877.899382.7854
Yxy77.89930.33160.3240
Hunter Lab88.26066.78916.1704
CIE-Lab90.733911.49121.4827

#fcdde2 color RGB value is (252,221,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 11100010
Octal 374 335 342
Decimal 252 221 226
Hex FC DD E2

RGB Percentages of Color #fcdde2

%36.05
%31.62
%32.33

CMYK Percentages of Color #fcdde2

%0
%12
%10
%1

Triadic Colors of #fcdde2

#fcdde2 #e2fcdd #dde2fc

Analogous Colors of #fcdde2

#fcdde2 #fce8dd #fcddf2

Monochromatic Colors of #fcdde2

#fcdde2

Complementary Color

#fcdde2 #ddfcf7

#fcdde2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdde2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdde2 Color CSS Codes

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

#fcdde2 Text Font Color

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

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


#fcdde2 Background Color

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

This div background color is #fcdde2


#fcdde2 Border Color

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

This div border color is #fcdde2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdde2

Related Colors


Comments

No comments written yet.

Please login to write comment.