Color Hex Logo

#fca4cc Color Hex

#FCA4CC
(252,164,204)
0 Favorites   0 Comments

Color spaces of #fca4cc

RGB 252164204
HSL0.920.940.82
HSV333°35°99°
CMYK 0.000.350.19   0.01
XYZ64.319451.606063.6977
Yxy51.60600.35810.2873
Hunter Lab71.837334.1043-2.2860
CIE-Lab77.044637.9185-6.8481

#fca4cc color RGB value is (252,164,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 11001100
Octal 374 244 314
Decimal 252 164 204
Hex FC A4 CC

RGB Percentages of Color #fca4cc

%40.65
%26.45
%32.90

CMYK Percentages of Color #fca4cc

%0
%35
%19
%1

Triadic Colors of #fca4cc

#fca4cc #ccfca4 #a4ccfc

Analogous Colors of #fca4cc

#fca4cc #fca8a4 #fca4f8

Monochromatic Colors of #fca4cc

#fca4cc

Complementary Color

#fca4cc #a4fcd4

#fca4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca4cc Color CSS Codes

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

#fca4cc Text Font Color

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

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


#fca4cc Background Color

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

This div background color is #fca4cc


#fca4cc Border Color

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

This div border color is #fca4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca4cc

Related Colors


Comments

No comments written yet.

Please login to write comment.