color codes Logo

#fca1dc color codes

#FCA1DC
(252,161,220)
0 Favorites   0 Comments

Color spaces of #fca1dc

RGB 252161220
HSL0.890.940.81
HSV321°36°99°
CMYK 0.000.360.13   0.01
XYZ65.808051.352574.1537
Yxy51.35250.34400.2684
Hunter Lab71.660738.5154-11.1902
CIE-Lab76.892041.9370-15.8041

#fca1dc color RGB value is (252,161,220).

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

The process color (four color CMYK) of #fca1dc color code is 0.00, 0.36, 0.13, 0.01. Web safe color of #fca1dc is #ff99cc. Color #fca1dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 11011100
Octal 374 241 334
Decimal 252 161 220
Hex FC A1 DC

RGB Percentages of Color #fca1dc

%39.81
%25.43
%34.76

CMYK Percentages of Color #fca1dc

%0
%36
%13
%1

Triadic Colors of #fca1dc

#fca1dc #dcfca1 #a1dcfc

Analogous Colors of #fca1dc

#fca1dc #fca1af #efa1fc

Monochromatic Colors of #fca1dc

#fca1dc

Complementary Color

#fca1dc #a1fcc1

#fca1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca1dc Color CSS Codes

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

#fca1dc Text Font Color

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

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


#fca1dc Background Color

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

This div background color is #fca1dc


#fca1dc Border Color

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

This div border color is #fca1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca1dc

Related Colors


Comments

No comments written yet.

Please login to write comment.