Color Hex Logo

#fcade0 Color Hex

#FCADE0
(252,173,224)
0 Favorites   0 Comments

Color spaces of #fcade0

RGB 252173224
HSL0.890.930.83
HSV321°31°99°
CMYK 0.000.310.11   0.01
XYZ68.543055.964477.7106
Yxy55.96440.33900.2768
Hunter Lab74.809432.6317-9.2228
CIE-Lab79.593636.3374-13.9160

#fcade0 color RGB value is (252,173,224).

#fcade0 hex color red value is 252, green value is 173 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #fcade0 hue: 0.89 , saturation: 0.93 and the lightness value of fcade0 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 11100000
Octal 374 255 340
Decimal 252 173 224
Hex FC AD E0

RGB Percentages of Color #fcade0

%38.83
%26.66
%34.51

CMYK Percentages of Color #fcade0

%0
%31
%11
%1

Triadic Colors of #fcade0

#fcade0 #e0fcad #ade0fc

Analogous Colors of #fcade0

#fcade0 #fcadb9 #f1adfc

Monochromatic Colors of #fcade0

#fcade0

Complementary Color

#fcade0 #adfcc9

#fcade0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcade0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcade0 Color CSS Codes

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

#fcade0 Text Font Color

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

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


#fcade0 Background Color

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

This div background color is #fcade0


#fcade0 Border Color

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

This div border color is #fcade0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcade0


Comments

No comments written yet.

Please login to write comment.