Color Hex Logo

#fcddd7 Color Hex

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

Color spaces of #fcddd7

RGB 252221215
HSL0.030.860.92
HSV10°15°99°
CMYK 0.000.120.15   0.01
XYZ78.267177.314675.0881
Yxy77.31460.33930.3352
Hunter Lab87.92875.011110.9185
CIE-Lab90.46629.74576.8636

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

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

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

Base Numbers

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

RGB Percentages of Color #fcddd7

%36.63
%32.12
%31.25

CMYK Percentages of Color #fcddd7

%0
%12
%15
%1

Triadic Colors of #fcddd7

#fcddd7 #d7fcdd #ddd7fc

Analogous Colors of #fcddd7

#fcddd7 #fcf0d7 #fcd7e4

Monochromatic Colors of #fcddd7

#fcddd7

Complementary Color

#fcddd7 #d7f6fc

#fcddd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcddd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcddd7 Color CSS Codes

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

#fcddd7 Text Font Color

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

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


#fcddd7 Background Color

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

This div background color is #fcddd7


#fcddd7 Border Color

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

This div border color is #fcddd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcddd7

Related Colors


Comments

No comments written yet.

Please login to write comment.