Color Hex Logo

#fca4dc Color Hex

#FCA4DC
(252,164,220)
0 Favorites   0 Comments

Color spaces of #fca4dc

RGB 252164220
HSL0.890.940.82
HSV322°35°99°
CMYK 0.000.350.13   0.01
XYZ66.338652.413774.3306
Yxy52.41370.34360.2715
Hunter Lab72.397336.8666-10.1952
CIE-Lab77.527640.3834-14.8482

#fca4dc color RGB value is (252,164,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 11011100
Octal 374 244 334
Decimal 252 164 220
Hex FC A4 DC

RGB Percentages of Color #fca4dc

%39.62
%25.79
%34.59

CMYK Percentages of Color #fca4dc

%0
%35
%13
%1

Triadic Colors of #fca4dc

#fca4dc #dcfca4 #a4dcfc

Analogous Colors of #fca4dc

#fca4dc #fca4b0 #f0a4fc

Monochromatic Colors of #fca4dc

#fca4dc

Complementary Color

#fca4dc #a4fcc4

#fca4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca4dc Color CSS Codes

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

#fca4dc Text Font Color

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

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


#fca4dc Background Color

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

This div background color is #fca4dc


#fca4dc Border Color

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

This div border color is #fca4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca4dc

Related Colors


Comments

No comments written yet.

Please login to write comment.