Color Hex Logo

#fca3d1 Color Hex

#FCA3D1
(252,163,209)
0 Favorites   0 Comments

Color spaces of #fca3d1

RGB 252163209
HSL0.910.940.81
HSV329°35°99°
CMYK 0.000.350.17   0.01
XYZ64.750751.493366.8481
Yxy51.49330.35370.2812
Hunter Lab71.758835.4893-5.0014
CIE-Lab76.976939.1897-9.6784

#fca3d1 color RGB value is (252,163,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 11010001
Octal 374 243 321
Decimal 252 163 209
Hex FC A3 D1

RGB Percentages of Color #fca3d1

%40.38
%26.12
%33.49

CMYK Percentages of Color #fca3d1

%0
%35
%17
%1

Triadic Colors of #fca3d1

#fca3d1 #d1fca3 #a3d1fc

Analogous Colors of #fca3d1

#fca3d1 #fca3a5 #fba3fc

Monochromatic Colors of #fca3d1

#fca3d1

Complementary Color

#fca3d1 #a3fcce

#fca3d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca3d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca3d1 Color CSS Codes

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

#fca3d1 Text Font Color

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

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


#fca3d1 Background Color

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

This div background color is #fca3d1


#fca3d1 Border Color

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

This div border color is #fca3d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca3d1

Related Colors


Comments

No comments written yet.

Please login to write comment.