Color Hex Logo

#fcdcc8 Color Hex

#FCDCC8
(252,220,200)
0 Favorites   0 Comments

Color spaces of #fcdcc8

RGB 252220200
HSL0.060.900.89
HSV23°21°99°
CMYK 0.000.130.21   0.01
XYZ76.163476.052065.3088
Yxy76.05200.35010.3496
Hunter Lab87.20783.280316.6439
CIE-Lab89.88358.020413.8893

#fcdcc8 color RGB value is (252,220,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 11001000
Octal 374 334 310
Decimal 252 220 200
Hex FC DC C8

RGB Percentages of Color #fcdcc8

%37.50
%32.74
%29.76

CMYK Percentages of Color #fcdcc8

%0
%13
%21
%1

Triadic Colors of #fcdcc8

#fcdcc8 #c8fcdc #dcc8fc

Analogous Colors of #fcdcc8

#fcdcc8 #fcf6c8 #fcc8ce

Monochromatic Colors of #fcdcc8

#fcdcc8

Complementary Color

#fcdcc8 #c8e8fc

#fcdcc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdcc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdcc8 Color CSS Codes

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

#fcdcc8 Text Font Color

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

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


#fcdcc8 Background Color

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

This div background color is #fcdcc8


#fcdcc8 Border Color

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

This div border color is #fcdcc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdcc8

#fcdcc8 Color Palettes


Comments

No comments written yet.

Please login to write comment.