Color Hex Logo

#fcccec Color Hex

#FCCCEC
(252,204,236)
0 Favorites   0 Comments

Color spaces of #fcccec

RGB 252204236
HSL0.890.890.89
HSV320°19°99°
CMYK 0.000.190.06   0.01
XYZ76.878169.937388.8042
Yxy69.93730.32630.2968
Hunter Lab83.628517.7417-4.4194
CIE-Lab86.966122.0434-9.3343

#fcccec color RGB value is (252,204,236).

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

The process color (four color CMYK) of #fcccec color hex is 0.00, 0.19, 0.06, 0.01. Web safe color of #fcccec is #ffccff. Color #fcccec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 11101100
Octal 374 314 354
Decimal 252 204 236
Hex FC CC EC

RGB Percentages of Color #fcccec

%36.42
%29.48
%34.10

CMYK Percentages of Color #fcccec

%0
%19
%6
%1

Triadic Colors of #fcccec

#fcccec #ecfccc #ccecfc

Analogous Colors of #fcccec

#fcccec #fcccd4 #f4ccfc

Monochromatic Colors of #fcccec

#fcccec

Complementary Color

#fcccec #ccfcdc

#fcccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcccec Color CSS Codes

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

#fcccec Text Font Color

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

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


#fcccec Background Color

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

This div background color is #fcccec


#fcccec Border Color

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

This div border color is #fcccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcccec

Related Colors


Comments

No comments written yet.

Please login to write comment.