Color Hex Logo

#fcade3 Color Hex

#FCADE3
(252,173,227)
0 Favorites   0 Comments

Color spaces of #fcade3

RGB 252173227
HSL0.890.930.83
HSV319°31°99°
CMYK 0.000.310.10   0.01
XYZ68.953656.128679.8727
Yxy56.12860.33640.2739
Hunter Lab74.919033.1787-10.7670
CIE-Lab79.687036.8284-15.3974

#fcade3 color RGB value is (252,173,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 11100011
Octal 374 255 343
Decimal 252 173 227
Hex FC AD E3

RGB Percentages of Color #fcade3

%38.65
%26.53
%34.82

CMYK Percentages of Color #fcade3

%0
%31
%10
%1

Triadic Colors of #fcade3

#fcade3 #e3fcad #ade3fc

Analogous Colors of #fcade3

#fcade3 #fcadbc #eeadfc

Monochromatic Colors of #fcade3

#fcade3

Complementary Color

#fcade3 #adfcc6

#fcade3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcade3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcade3 Color CSS Codes

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

#fcade3 Text Font Color

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

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


#fcade3 Background Color

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

This div background color is #fcade3


#fcade3 Border Color

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

This div border color is #fcade3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcade3


Comments

No comments written yet.

Please login to write comment.