Color Hex Logo

#fca4cf Color Hex

#FCA4CF
(252,164,207)
0 Favorites   0 Comments

Color spaces of #fca4cf

RGB 252164207
HSL0.920.940.82
HSV331°35°99°
CMYK 0.000.350.18   0.01
XYZ64.682851.751465.6113
Yxy51.75140.35530.2843
Hunter Lab71.938434.6044-3.7184
CIE-Lab77.131938.3674-8.3561

#fca4cf color RGB value is (252,164,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 11001111
Octal 374 244 317
Decimal 252 164 207
Hex FC A4 CF

RGB Percentages of Color #fca4cf

%40.45
%26.32
%33.23

CMYK Percentages of Color #fca4cf

%0
%35
%18
%1

Triadic Colors of #fca4cf

#fca4cf #cffca4 #a4cffc

Analogous Colors of #fca4cf

#fca4cf #fca5a4 #fca4fb

Monochromatic Colors of #fca4cf

#fca4cf

Complementary Color

#fca4cf #a4fcd1

#fca4cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca4cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca4cf Color CSS Codes

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

#fca4cf Text Font Color

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

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


#fca4cf Background Color

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

This div background color is #fca4cf


#fca4cf Border Color

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

This div border color is #fca4cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca4cf

Related Colors

#fca4cf Color Palettes


Comments

No comments written yet.

Please login to write comment.