Color Hex Logo

#fcafd6 Color Hex

#FCAFD6
(252,175,214)
0 Favorites   0 Comments

Color spaces of #fcafd6

RGB 252175214
HSL0.920.930.84
HSV330°31°99°
CMYK 0.000.310.15   0.01
XYZ67.612556.210470.9045
Yxy56.21040.34720.2887
Hunter Lab74.973629.7706-3.5906
CIE-Lab79.733433.6964-8.2967

#fcafd6 color RGB value is (252,175,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 11010110
Octal 374 257 326
Decimal 252 175 214
Hex FC AF D6

RGB Percentages of Color #fcafd6

%39.31
%27.30
%33.39

CMYK Percentages of Color #fcafd6

%0
%31
%15
%1

Triadic Colors of #fcafd6

#fcafd6 #d6fcaf #afd6fc

Analogous Colors of #fcafd6

#fcafd6 #fcafb0 #fcaffc

Monochromatic Colors of #fcafd6

#fcafd6

Complementary Color

#fcafd6 #affcd5

#fcafd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcafd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcafd6 Color CSS Codes

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

#fcafd6 Text Font Color

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

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


#fcafd6 Background Color

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

This div background color is #fcafd6


#fcafd6 Border Color

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

This div border color is #fcafd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcafd6


Comments

No comments written yet.

Please login to write comment.