Color Hex Logo

#fcaedf Color Hex

#FCAEDF
(252,174,223)
0 Favorites   0 Comments

Color spaces of #fcaedf

RGB 252174223
HSL0.900.930.84
HSV322°31°99°
CMYK 0.000.310.12   0.01
XYZ68.600256.295377.0625
Yxy56.29530.33970.2787
Hunter Lab75.030231.8999-8.3748
CIE-Lab79.781635.6516-13.0935

#fcaedf color RGB value is (252,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 11011111
Octal 374 256 337
Decimal 252 174 223
Hex FC AE DF

RGB Percentages of Color #fcaedf

%38.83
%26.81
%34.36

CMYK Percentages of Color #fcaedf

%0
%31
%12
%1

Triadic Colors of #fcaedf

#fcaedf #dffcae #aedffc

Analogous Colors of #fcaedf

#fcaedf #fcaeb8 #f2aefc

Monochromatic Colors of #fcaedf

#fcaedf

Complementary Color

#fcaedf #aefccb

#fcaedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaedf Color CSS Codes

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

#fcaedf Text Font Color

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

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


#fcaedf Background Color

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

This div background color is #fcaedf


#fcaedf Border Color

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

This div border color is #fcaedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaedf

Related Colors


Comments

No comments written yet.

Please login to write comment.