Color Hex Logo

#fca3cc Color Hex

#FCA3CC
(252,163,204)
0 Favorites   0 Comments

Color spaces of #fca3cc

RGB 252163204
HSL0.920.940.81
HSV332°35°99°
CMYK 0.000.350.19   0.01
XYZ64.141251.249563.6383
Yxy51.24950.35830.2863
Hunter Lab71.588834.6499-2.5933
CIE-Lab76.829938.4384-7.1664

#fca3cc color RGB value is (252,163,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 11001100
Octal 374 243 314
Decimal 252 163 204
Hex FC A3 CC

RGB Percentages of Color #fca3cc

%40.71
%26.33
%32.96

CMYK Percentages of Color #fca3cc

%0
%35
%19
%1

Triadic Colors of #fca3cc

#fca3cc #ccfca3 #a3ccfc

Analogous Colors of #fca3cc

#fca3cc #fca7a3 #fca3f9

Monochromatic Colors of #fca3cc

#fca3cc

Complementary Color

#fca3cc #a3fcd3

#fca3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca3cc Color CSS Codes

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

#fca3cc Text Font Color

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

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


#fca3cc Background Color

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

This div background color is #fca3cc


#fca3cc Border Color

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

This div border color is #fca3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca3cc


Comments

No comments written yet.

Please login to write comment.