Color Hex Logo

#fca6cc Color Hex

#FCA6CC
(252,166,204)
0 Favorites   0 Comments

Color spaces of #fca6cc

RGB 252166204
HSL0.930.930.82
HSV333°34°99°
CMYK 0.000.340.19   0.01
XYZ64.680252.327563.8179
Yxy52.32750.35770.2894
Hunter Lab72.337733.0132-1.6705
CIE-Lab77.476336.8774-6.2091

#fca6cc color RGB value is (252,166,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 11001100
Octal 374 246 314
Decimal 252 166 204
Hex FC A6 CC

RGB Percentages of Color #fca6cc

%40.51
%26.69
%32.80

CMYK Percentages of Color #fca6cc

%0
%34
%19
%1

Triadic Colors of #fca6cc

#fca6cc #ccfca6 #a6ccfc

Analogous Colors of #fca6cc

#fca6cc #fcaba6 #fca6f7

Monochromatic Colors of #fca6cc

#fca6cc

Complementary Color

#fca6cc #a6fcd6

#fca6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca6cc Color CSS Codes

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

#fca6cc Text Font Color

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

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


#fca6cc Background Color

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

This div background color is #fca6cc


#fca6cc Border Color

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

This div border color is #fca6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca6cc


Comments

No comments written yet.

Please login to write comment.