Color Hex Logo

#fcaede Color Hex

#FCAEDE
(252,174,222)
0 Favorites   0 Comments

Color spaces of #fcaede

RGB 252174222
HSL0.900.930.84
HSV323°31°99°
CMYK 0.000.310.12   0.01
XYZ68.465856.241576.3544
Yxy56.24150.34050.2797
Hunter Lab74.994331.7208-7.8692
CIE-Lab79.751135.4901-12.5985

#fcaede color RGB value is (252,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 11011110
Octal 374 256 336
Decimal 252 174 222
Hex FC AE DE

RGB Percentages of Color #fcaede

%38.89
%26.85
%34.26

CMYK Percentages of Color #fcaede

%0
%31
%12
%1

Triadic Colors of #fcaede

#fcaede #defcae #aedefc

Analogous Colors of #fcaede

#fcaede #fcaeb7 #f3aefc

Monochromatic Colors of #fcaede

#fcaede

Complementary Color

#fcaede #aefccc

#fcaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaede Color CSS Codes

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

#fcaede Text Font Color

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

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


#fcaede Background Color

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

This div background color is #fcaede


#fcaede Border Color

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

This div border color is #fcaede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaede


Comments

No comments written yet.

Please login to write comment.