Color Hex Logo

#fccecd Color Hex

#FCCECD
(252,206,205)
1 Favorites   0 Comments

Color spaces of #fccecd

RGB 252206205
HSL0.000.890.90
HSV19°99°
CMYK 0.000.180.19   0.01
XYZ73.235669.245867.2635
Yxy69.24580.34920.3301
Hunter Lab83.214111.470910.3246
CIE-Lab86.625616.03416.6060

#fccecd color RGB value is (252,206,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 11001101
Octal 374 316 315
Decimal 252 206 205
Hex FC CE CD

RGB Percentages of Color #fccecd

%38.01
%31.07
%30.92

CMYK Percentages of Color #fccecd

%0
%18
%19
%1

Triadic Colors of #fccecd

#fccecd #cdfcce #cecdfc

Analogous Colors of #fccecd

#fccecd #fce6cd #fccde4

Monochromatic Colors of #fccecd

#fccecd

Complementary Color

#fccecd #cdfbfc

#fccecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccecd Color CSS Codes

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

#fccecd Text Font Color

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

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


#fccecd Background Color

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

This div background color is #fccecd


#fccecd Border Color

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

This div border color is #fccecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccecd


Comments

No comments written yet.

Please login to write comment.