Color Hex Logo

#fcccdf Color Hex

#FCCCDF
(252,204,223)
0 Favorites   0 Comments

Color spaces of #fcccdf

RGB 252204223
HSL0.930.890.89
HSV336°19°99°
CMYK 0.000.190.12   0.01
XYZ75.057069.208979.2148
Yxy69.20890.33590.3097
Hunter Lab83.191915.45961.7787
CIE-Lab86.607419.8817-2.9690

#fcccdf color RGB value is (252,204,223).

#fcccdf hex color red value is 252, green value is 204 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fcccdf hue: 0.93 , saturation: 0.89 and the lightness value of fcccdf is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 11011111
Octal 374 314 337
Decimal 252 204 223
Hex FC CC DF

RGB Percentages of Color #fcccdf

%37.11
%30.04
%32.84

CMYK Percentages of Color #fcccdf

%0
%19
%12
%1

Triadic Colors of #fcccdf

#fcccdf #dffccc #ccdffc

Analogous Colors of #fcccdf

#fcccdf #fcd1cc #fcccf7

Monochromatic Colors of #fcccdf

#fcccdf

Complementary Color

#fcccdf #ccfce9

#fcccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcccdf Color CSS Codes

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

#fcccdf Text Font Color

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

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


#fcccdf Background Color

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

This div background color is #fcccdf


#fcccdf Border Color

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

This div border color is #fcccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcccdf


Comments

No comments written yet.

Please login to write comment.