Color Hex Logo

#fca4ce Color Hex

#FCA4CE
(252,164,206)
0 Favorites   0 Comments

Color spaces of #fca4ce

RGB 252164206
HSL0.920.940.82
HSV331°35°99°
CMYK 0.000.350.18   0.01
XYZ64.560951.702664.9694
Yxy51.70260.35620.2853
Hunter Lab71.904534.4369-3.2384
CIE-Lab77.102738.2172-7.8539

#fca4ce color RGB value is (252,164,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 11001110
Octal 374 244 316
Decimal 252 164 206
Hex FC A4 CE

RGB Percentages of Color #fca4ce

%40.51
%26.37
%33.12

CMYK Percentages of Color #fca4ce

%0
%35
%18
%1

Triadic Colors of #fca4ce

#fca4ce #cefca4 #a4cefc

Analogous Colors of #fca4ce

#fca4ce #fca6a4 #fca4fa

Monochromatic Colors of #fca4ce

#fca4ce

Complementary Color

#fca4ce #a4fcd2

#fca4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca4ce Color CSS Codes

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

#fca4ce Text Font Color

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

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


#fca4ce Background Color

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

This div background color is #fca4ce


#fca4ce Border Color

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

This div border color is #fca4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca4ce

Related Colors

#fca4ce Color Palettes


Comments

No comments written yet.

Please login to write comment.