Color Hex Logo

#fca3ce Color Hex

#FCA3CE
(252,163,206)
0 Favorites   0 Comments

Color spaces of #fca3ce

RGB 252163206
HSL0.920.940.81
HSV331°35°99°
CMYK 0.000.350.18   0.01
XYZ64.382751.346164.9100
Yxy51.34610.35640.2842
Hunter Lab71.656234.9829-3.5487
CIE-Lab76.888238.7369-8.1724

#fca3ce color RGB value is (252,163,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 11001110
Octal 374 243 316
Decimal 252 163 206
Hex FC A3 CE

RGB Percentages of Color #fca3ce

%40.58
%26.25
%33.17

CMYK Percentages of Color #fca3ce

%0
%35
%18
%1

Triadic Colors of #fca3ce

#fca3ce #cefca3 #a3cefc

Analogous Colors of #fca3ce

#fca3ce #fca5a3 #fca3fb

Monochromatic Colors of #fca3ce

#fca3ce

Complementary Color

#fca3ce #a3fcd1

#fca3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca3ce Color CSS Codes

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

#fca3ce Text Font Color

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

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


#fca3ce Background Color

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

This div background color is #fca3ce


#fca3ce Border Color

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

This div border color is #fca3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca3ce

Related Colors


Comments

No comments written yet.

Please login to write comment.