Color Hex Logo

#fca7dc Color Hex

#FCA7DC
(252,167,220)
0 Favorites   0 Comments

Color spaces of #fca7dc

RGB 252167220
HSL0.900.930.82
HSV323°34°99°
CMYK 0.000.340.13   0.01
XYZ66.881953.500274.5117
Yxy53.50020.34320.2745
Hunter Lab73.143835.2167-9.1981
CIE-Lab78.169438.8243-13.8845

#fca7dc color RGB value is (252,167,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100111 11011100
Octal 374 247 334
Decimal 252 167 220
Hex FC A7 DC

RGB Percentages of Color #fca7dc

%39.44
%26.13
%34.43

CMYK Percentages of Color #fca7dc

%0
%34
%13
%1

Triadic Colors of #fca7dc

#fca7dc #dcfca7 #a7dcfc

Analogous Colors of #fca7dc

#fca7dc #fca7b2 #f2a7fc

Monochromatic Colors of #fca7dc

#fca7dc

Complementary Color

#fca7dc #a7fcc7

#fca7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca7dc Color CSS Codes

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

#fca7dc Text Font Color

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

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


#fca7dc Background Color

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

This div background color is #fca7dc


#fca7dc Border Color

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

This div border color is #fca7dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,167,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 #fca7dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca7dc


Comments

No comments written yet.

Please login to write comment.