Color Hex Logo

#fcaed8 Color Hex

#FCAED8
(252,174,216)
0 Favorites   0 Comments

Color spaces of #fcaed8

RGB 252174216
HSL0.910.930.84
HSV328°31°99°
CMYK 0.000.310.14   0.01
XYZ67.675655.925472.1935
Yxy55.92540.34560.2856
Hunter Lab74.783330.6639-4.8885
CIE-Lab79.571334.5338-9.6203

#fcaed8 color RGB value is (252,174,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 11011000
Octal 374 256 330
Decimal 252 174 216
Hex FC AE D8

RGB Percentages of Color #fcaed8

%39.25
%27.10
%33.64

CMYK Percentages of Color #fcaed8

%0
%31
%14
%1

Triadic Colors of #fcaed8

#fcaed8 #d8fcae #aed8fc

Analogous Colors of #fcaed8

#fcaed8 #fcaeb1 #f9aefc

Monochromatic Colors of #fcaed8

#fcaed8

Complementary Color

#fcaed8 #aefcd2

#fcaed8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaed8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaed8 Color CSS Codes

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

#fcaed8 Text Font Color

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

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


#fcaed8 Background Color

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

This div background color is #fcaed8


#fcaed8 Border Color

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

This div border color is #fcaed8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaed8


Comments

No comments written yet.

Please login to write comment.