Color Hex Logo

#fcc8dc Color Hex

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

Color spaces of #fcc8dc

RGB 252200220
HSL0.940.900.89
HSV337°21°99°
CMYK 0.000.210.13   0.01
XYZ73.717467.171376.7902
Yxy67.17130.33870.3086
Hunter Lab81.958117.12561.8192
CIE-Lab85.590421.4994-2.8682

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

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

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

Base Numbers

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

RGB Percentages of Color #fcc8dc

%37.50
%29.76
%32.74

CMYK Percentages of Color #fcc8dc

%0
%21
%13
%1

Triadic Colors of #fcc8dc

#fcc8dc #dcfcc8 #c8dcfc

Analogous Colors of #fcc8dc

#fcc8dc #fccec8 #fcc8f6

Monochromatic Colors of #fcc8dc

#fcc8dc

Complementary Color

#fcc8dc #c8fce8

#fcc8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc8dc Color CSS Codes

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

#fcc8dc Text Font Color

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

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


#fcc8dc Background Color

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

This div background color is #fcc8dc


#fcc8dc Border Color

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

This div border color is #fcc8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc8dc

#fcc8dc Color Palettes


Comments

No comments written yet.

Please login to write comment.