Color Hex Logo

#fcaedd Color Hex

#FCAEDD
(252,174,221)
0 Favorites   0 Comments

Color spaces of #fcaedd

RGB 252174221
HSL0.900.930.84
HSV324°31°99°
CMYK 0.000.310.12   0.01
XYZ68.332156.188075.6505
Yxy56.18800.34140.2807
Hunter Lab74.958731.5425-7.3662
CIE-Lab79.720735.3291-12.1032

#fcaedd color RGB value is (252,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 11011101
Octal 374 256 335
Decimal 252 174 221
Hex FC AE DD

RGB Percentages of Color #fcaedd

%38.95
%26.89
%34.16

CMYK Percentages of Color #fcaedd

%0
%31
%12
%1

Triadic Colors of #fcaedd

#fcaedd #ddfcae #aeddfc

Analogous Colors of #fcaedd

#fcaedd #fcaeb6 #f4aefc

Monochromatic Colors of #fcaedd

#fcaedd

Complementary Color

#fcaedd #aefccd

#fcaedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaedd Color CSS Codes

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

#fcaedd Text Font Color

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

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


#fcaedd Background Color

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

This div background color is #fcaedd


#fcaedd Border Color

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

This div border color is #fcaedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaedd


Comments

No comments written yet.

Please login to write comment.