Color Hex Logo

#fcaed6 Color Hex

#FCAED6
(252,174,214)
0 Favorites   0 Comments

Color spaces of #fcaed6

RGB 252174214
HSL0.910.930.84
HSV329°31°99°
CMYK 0.000.310.15   0.01
XYZ67.418555.822670.8398
Yxy55.82260.34740.2876
Hunter Lab74.714530.3187-3.9150
CIE-Lab79.512734.2202-8.6244

#fcaed6 color RGB value is (252,174,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 11010110
Octal 374 256 326
Decimal 252 174 214
Hex FC AE D6

RGB Percentages of Color #fcaed6

%39.38
%27.19
%33.44

CMYK Percentages of Color #fcaed6

%0
%31
%15
%1

Triadic Colors of #fcaed6

#fcaed6 #d6fcae #aed6fc

Analogous Colors of #fcaed6

#fcaed6 #fcaeaf #fbaefc

Monochromatic Colors of #fcaed6

#fcaed6

Complementary Color

#fcaed6 #aefcd4

#fcaed6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaed6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaed6 Color CSS Codes

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

#fcaed6 Text Font Color

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

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


#fcaed6 Background Color

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

This div background color is #fcaed6


#fcaed6 Border Color

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

This div border color is #fcaed6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaed6

Related Colors


Comments

No comments written yet.

Please login to write comment.