Color Hex Logo

#fcd6ce Color Hex

#FCD6CE
(252,214,206)
0 Favorites   0 Comments

Color spaces of #fcd6ce

RGB 252214206
HSL0.030.880.90
HSV10°18°99°
CMYK 0.000.150.18   0.01
XYZ75.332073.244868.5598
Yxy73.24480.34690.3373
Hunter Lab85.58327.348712.4116
CIE-Lab88.564312.01038.8614

#fcd6ce color RGB value is (252,214,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010110 11001110
Octal 374 326 316
Decimal 252 214 206
Hex FC D6 CE

RGB Percentages of Color #fcd6ce

%37.50
%31.85
%30.65

CMYK Percentages of Color #fcd6ce

%0
%15
%18
%1

Triadic Colors of #fcd6ce

#fcd6ce #cefcd6 #d6cefc

Analogous Colors of #fcd6ce

#fcd6ce #fcedce #fccedd

Monochromatic Colors of #fcd6ce

#fcd6ce

Complementary Color

#fcd6ce #cef4fc

#fcd6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd6ce Color CSS Codes

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

#fcd6ce Text Font Color

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

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


#fcd6ce Background Color

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

This div background color is #fcd6ce


#fcd6ce Border Color

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

This div border color is #fcd6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd6ce


Comments

No comments written yet.

Please login to write comment.