Color Hex Logo

#fcdcce Color Hex

#FCDCCE
(252,220,206)
0 Favorites   0 Comments

Color spaces of #fcdcce

RGB 252220206
HSL0.050.880.90
HSV18°18°99°
CMYK 0.000.130.18   0.01
XYZ76.878776.338169.0753
Yxy76.33810.34580.3434
Hunter Lab87.37174.162514.2860
CIE-Lab90.01618.898210.9358

#fcdcce color RGB value is (252,220,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 11001110
Octal 374 334 316
Decimal 252 220 206
Hex FC DC CE

RGB Percentages of Color #fcdcce

%37.17
%32.45
%30.38

CMYK Percentages of Color #fcdcce

%0
%13
%18
%1

Triadic Colors of #fcdcce

#fcdcce #cefcdc #dccefc

Analogous Colors of #fcdcce

#fcdcce #fcf3ce #fcced7

Monochromatic Colors of #fcdcce

#fcdcce

Complementary Color

#fcdcce #ceeefc

#fcdcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdcce Color CSS Codes

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

#fcdcce Text Font Color

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

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


#fcdcce Background Color

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

This div background color is #fcdcce


#fcdcce Border Color

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

This div border color is #fcdcce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,220,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 #fcdcce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdcce


Comments

No comments written yet.

Please login to write comment.