Color Hex Logo

#fcaecf Color Hex

#FCAECF
(252,174,207)
0 Favorites   0 Comments

Color spaces of #fcaecf

RGB 252174207
HSL0.930.930.84
HSV335°31°99°
CMYK 0.000.310.18   0.01
XYZ66.543455.472566.2315
Yxy55.47250.35350.2947
Hunter Lab74.479929.1395-0.5880
CIE-Lab79.312733.1449-5.1269

#fcaecf color RGB value is (252,174,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 11001111
Octal 374 256 317
Decimal 252 174 207
Hex FC AE CF

RGB Percentages of Color #fcaecf

%39.81
%27.49
%32.70

CMYK Percentages of Color #fcaecf

%0
%31
%18
%1

Triadic Colors of #fcaecf

#fcaecf #cffcae #aecffc

Analogous Colors of #fcaecf

#fcaecf #fcb4ae #fcaef6

Monochromatic Colors of #fcaecf

#fcaecf

Complementary Color

#fcaecf #aefcdb

#fcaecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaecf Color CSS Codes

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

#fcaecf Text Font Color

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

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


#fcaecf Background Color

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

This div background color is #fcaecf


#fcaecf Border Color

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

This div border color is #fcaecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaecf

Related Colors


Comments

No comments written yet.

Please login to write comment.