Color Hex Logo

#fcaecb Color Hex

#FCAECB
(252,174,203)
0 Favorites   0 Comments

Color spaces of #fcaecb

RGB 252174203
HSL0.940.930.84
HSV338°31°99°
CMYK 0.000.310.19   0.01
XYZ66.060455.279363.6881
Yxy55.27930.35700.2988
Hunter Lab74.350128.48561.2573
CIE-Lab79.201932.5456-3.1204

#fcaecb color RGB value is (252,174,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 11001011
Octal 374 256 313
Decimal 252 174 203
Hex FC AE CB

RGB Percentages of Color #fcaecb

%40.06
%27.66
%32.27

CMYK Percentages of Color #fcaecb

%0
%31
%19
%1

Triadic Colors of #fcaecb

#fcaecb #cbfcae #aecbfc

Analogous Colors of #fcaecb

#fcaecb #fcb8ae #fcaef2

Monochromatic Colors of #fcaecb

#fcaecb

Complementary Color

#fcaecb #aefcdf

#fcaecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaecb Color CSS Codes

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

#fcaecb Text Font Color

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

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


#fcaecb Background Color

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

This div background color is #fcaecb


#fcaecb Border Color

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

This div border color is #fcaecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaecb


Comments

No comments written yet.

Please login to write comment.