Color Hex Logo

#fcaecd Color Hex

#FCAECD
(252,174,205)
0 Favorites   0 Comments

Color spaces of #fcaecd

RGB 252174205
HSL0.930.930.84
HSV336°31°99°
CMYK 0.000.310.19   0.01
XYZ66.300455.375364.9517
Yxy55.37530.35530.2967
Hunter Lab74.414628.81080.3398
CIE-Lab79.257032.8439-4.1243

#fcaecd color RGB value is (252,174,205).

#fcaecd hex color red value is 252, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fcaecd hue: 0.93 , saturation: 0.93 and the lightness value of fcaecd is 0.84.

The process color (four color CMYK) of #fcaecd color hex is 0.00, 0.31, 0.19, 0.01. Web safe color of #fcaecd is #ff99cc. Color #fcaecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 11001101
Octal 374 256 315
Decimal 252 174 205
Hex FC AE CD

RGB Percentages of Color #fcaecd

%39.94
%27.58
%32.49

CMYK Percentages of Color #fcaecd

%0
%31
%19
%1

Triadic Colors of #fcaecd

#fcaecd #cdfcae #aecdfc

Analogous Colors of #fcaecd

#fcaecd #fcb6ae #fcaef4

Monochromatic Colors of #fcaecd

#fcaecd

Complementary Color

#fcaecd #aefcdd

#fcaecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaecd Color CSS Codes

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

#fcaecd Text Font Color

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

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


#fcaecd Background Color

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

This div background color is #fcaecd


#fcaecd Border Color

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

This div border color is #fcaecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,174,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 #fcaecd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaecd


Comments

No comments written yet.

Please login to write comment.