Color Hex Logo

#fcafdc Color Hex

#FCAFDC
(252,175,220)
0 Favorites   0 Comments

Color spaces of #fcafdc

RGB 252175220
HSL0.900.930.84
HSV325°31°99°
CMYK 0.000.310.13   0.01
XYZ68.393156.522775.0154
Yxy56.52270.34210.2827
Hunter Lab75.181630.8147-6.5318
CIE-Lab79.910434.6447-11.2791

#fcafdc color RGB value is (252,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 11011100
Octal 374 257 334
Decimal 252 175 220
Hex FC AF DC

RGB Percentages of Color #fcafdc

%38.95
%27.05
%34.00

CMYK Percentages of Color #fcafdc

%0
%31
%13
%1

Triadic Colors of #fcafdc

#fcafdc #dcfcaf #afdcfc

Analogous Colors of #fcafdc

#fcafdc #fcafb6 #f6affc

Monochromatic Colors of #fcafdc

#fcafdc

Complementary Color

#fcafdc #affccf

#fcafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcafdc Color CSS Codes

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

#fcafdc Text Font Color

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

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


#fcafdc Background Color

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

This div background color is #fcafdc


#fcafdc Border Color

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

This div border color is #fcafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcafdc


Comments

No comments written yet.

Please login to write comment.