Color Hex Logo

#fcadd2 Color Hex

#FCADD2
(252,173,210)
0 Favorites   0 Comments

Color spaces of #fcadd2

RGB 252173210
HSL0.920.930.83
HSV332°31°99°
CMYK 0.000.310.17   0.01
XYZ66.721355.235768.1177
Yxy55.23570.35100.2906
Hunter Lab74.320730.1868-2.3170
CIE-Lab79.176834.1257-6.9547

#fcadd2 color RGB value is (252,173,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 11010010
Octal 374 255 322
Decimal 252 173 210
Hex FC AD D2

RGB Percentages of Color #fcadd2

%39.69
%27.24
%33.07

CMYK Percentages of Color #fcadd2

%0
%31
%17
%1

Triadic Colors of #fcadd2

#fcadd2 #d2fcad #add2fc

Analogous Colors of #fcadd2

#fcadd2 #fcb0ad #fcadfa

Monochromatic Colors of #fcadd2

#fcadd2

Complementary Color

#fcadd2 #adfcd7

#fcadd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcadd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcadd2 Color CSS Codes

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

#fcadd2 Text Font Color

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

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


#fcadd2 Background Color

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

This div background color is #fcadd2


#fcadd2 Border Color

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

This div border color is #fcadd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcadd2


Comments

No comments written yet.

Please login to write comment.