Color Hex Logo

#fcaeda Color Hex

#FCAEDA
(252,174,218)
0 Favorites   0 Comments

Color spaces of #fcaeda

RGB 252174218
HSL0.910.930.84
HSV326°31°99°
CMYK 0.000.310.13   0.01
XYZ67.935856.029573.5638
Yxy56.02950.34390.2837
Hunter Lab74.852931.0125-5.8720
CIE-Lab79.630634.8498-10.6146

#fcaeda color RGB value is (252,174,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 11011010
Octal 374 256 332
Decimal 252 174 218
Hex FC AE DA

RGB Percentages of Color #fcaeda

%39.13
%27.02
%33.85

CMYK Percentages of Color #fcaeda

%0
%31
%13
%1

Triadic Colors of #fcaeda

#fcaeda #dafcae #aedafc

Analogous Colors of #fcaeda

#fcaeda #fcaeb3 #f7aefc

Monochromatic Colors of #fcaeda

#fcaeda

Complementary Color

#fcaeda #aefcd0

#fcaeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaeda Color CSS Codes

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

#fcaeda Text Font Color

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

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


#fcaeda Background Color

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

This div background color is #fcaeda


#fcaeda Border Color

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

This div border color is #fcaeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaeda

Related Colors


Comments

No comments written yet.

Please login to write comment.