Color Hex Logo

#fcdde7 Color Hex

#FCDDE7
(252,221,231)
0 Favorites   0 Comments

Color spaces of #fcdde7

RGB 252221231
HSL0.950.840.93
HSV341°12°99°
CMYK 0.000.120.08   0.01
XYZ80.425178.177986.4523
Yxy78.17790.32820.3190
Hunter Lab88.41837.63133.9211
CIE-Lab90.861012.3122-0.9545

#fcdde7 color RGB value is (252,221,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 11100111
Octal 374 335 347
Decimal 252 221 231
Hex FC DD E7

RGB Percentages of Color #fcdde7

%35.80
%31.39
%32.81

CMYK Percentages of Color #fcdde7

%0
%12
%8
%1

Triadic Colors of #fcdde7

#fcdde7 #e7fcdd #dde7fc

Analogous Colors of #fcdde7

#fcdde7 #fce3dd #fcddf7

Monochromatic Colors of #fcdde7

#fcdde7

Complementary Color

#fcdde7 #ddfcf2

#fcdde7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdde7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdde7 Color CSS Codes

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

#fcdde7 Text Font Color

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

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


#fcdde7 Background Color

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

This div background color is #fcdde7


#fcdde7 Border Color

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

This div border color is #fcdde7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdde7


Comments

No comments written yet.

Please login to write comment.