Color Hex Logo

#fca0ce Color Hex

#FCA0CE
(252,160,206)
0 Favorites   0 Comments

Color spaces of #fca0ce

RGB 252160206
HSL0.920.940.81
HSV330°37°99°
CMYK 0.000.370.18   0.01
XYZ63.856350.293364.7345
Yxy50.29330.35700.2812
Hunter Lab70.917836.6202-4.4781
CIE-Lab76.248940.2923-9.1227

#fca0ce color RGB value is (252,160,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 11001110
Octal 374 240 316
Decimal 252 160 206
Hex FC A0 CE

RGB Percentages of Color #fca0ce

%40.78
%25.89
%33.33

CMYK Percentages of Color #fca0ce

%0
%37
%18
%1

Triadic Colors of #fca0ce

#fca0ce #cefca0 #a0cefc

Analogous Colors of #fca0ce

#fca0ce #fca0a0 #fca0fc

Monochromatic Colors of #fca0ce

#fca0ce

Complementary Color

#fca0ce #a0fcce

#fca0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca0ce Color CSS Codes

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

#fca0ce Text Font Color

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

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


#fca0ce Background Color

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

This div background color is #fca0ce


#fca0ce Border Color

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

This div border color is #fca0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca0ce


Comments

No comments written yet.

Please login to write comment.