Color Hex Logo

#fcd7dd Color Hex

#FCD7DD
(252,215,221)
0 Favorites   0 Comments

Color spaces of #fcd7dd

RGB 252215221
HSL0.970.860.92
HSV350°15°99°
CMYK 0.000.150.12   0.01
XYZ77.496574.516878.7053
Yxy74.51680.33590.3230
Hunter Lab86.32319.18286.3684
CIE-Lab89.166213.80621.8292

#fcd7dd color RGB value is (252,215,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 11011101
Octal 374 327 335
Decimal 252 215 221
Hex FC D7 DD

RGB Percentages of Color #fcd7dd

%36.63
%31.25
%32.12

CMYK Percentages of Color #fcd7dd

%0
%15
%12
%1

Triadic Colors of #fcd7dd

#fcd7dd #ddfcd7 #d7ddfc

Analogous Colors of #fcd7dd

#fcd7dd #fce4d7 #fcd7f0

Monochromatic Colors of #fcd7dd

#fcd7dd

Complementary Color

#fcd7dd #d7fcf6

#fcd7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd7dd Color CSS Codes

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

#fcd7dd Text Font Color

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

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


#fcd7dd Background Color

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

This div background color is #fcd7dd


#fcd7dd Border Color

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

This div border color is #fcd7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd7dd


Comments

No comments written yet.

Please login to write comment.