Color Hex Logo

#fcddd6 Color Hex

#FCDDD6
(252,221,214)
0 Favorites   0 Comments

Color spaces of #fcddd6

RGB 252221214
HSL0.030.860.91
HSV11°15°99°
CMYK 0.000.120.15   0.01
XYZ78.138977.263474.4133
Yxy77.26340.34000.3362
Hunter Lab87.89964.854411.3365
CIE-Lab90.44279.59107.3540

#fcddd6 color RGB value is (252,221,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 11010110
Octal 374 335 326
Decimal 252 221 214
Hex FC DD D6

RGB Percentages of Color #fcddd6

%36.68
%32.17
%31.15

CMYK Percentages of Color #fcddd6

%0
%12
%15
%1

Triadic Colors of #fcddd6

#fcddd6 #d6fcdd #ddd6fc

Analogous Colors of #fcddd6

#fcddd6 #fcf0d6 #fcd6e2

Monochromatic Colors of #fcddd6

#fcddd6

Complementary Color

#fcddd6 #d6f5fc

#fcddd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcddd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcddd6 Color CSS Codes

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

#fcddd6 Text Font Color

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

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


#fcddd6 Background Color

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

This div background color is #fcddd6


#fcddd6 Border Color

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

This div border color is #fcddd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcddd6

#fcddd6 Color Palettes


Comments

No comments written yet.

Please login to write comment.