Color Hex Logo

#fca0ec Color Hex

#FCA0EC
(252,160,236)
0 Favorites   0 Comments

Color spaces of #fca0ec

RGB 252160236
HSL0.860.940.81
HSV310°37°99°
CMYK 0.000.370.06   0.01
XYZ67.856051.893285.7969
Yxy51.89320.33010.2525
Hunter Lab72.036942.0754-20.1893
CIE-Lab77.216945.0785-24.0096

#fca0ec color RGB value is (252,160,236).

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

The process color (four color CMYK) of #fca0ec color hex is 0.00, 0.37, 0.06, 0.01. Web safe color of #fca0ec is #ff99ff. Color #fca0ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 11101100
Octal 374 240 354
Decimal 252 160 236
Hex FC A0 EC

RGB Percentages of Color #fca0ec

%38.89
%24.69
%36.42

CMYK Percentages of Color #fca0ec

%0
%37
%6
%1

Triadic Colors of #fca0ec

#fca0ec #ecfca0 #a0ecfc

Analogous Colors of #fca0ec

#fca0ec #fca0be #dea0fc

Monochromatic Colors of #fca0ec

#fca0ec

Complementary Color

#fca0ec #a0fcb0

#fca0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca0ec Color CSS Codes

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

#fca0ec Text Font Color

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

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


#fca0ec Background Color

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

This div background color is #fca0ec


#fca0ec Border Color

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

This div border color is #fca0ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca0ec

#fca0ec Color Palettes


Comments

No comments written yet.

Please login to write comment.