Color Hex Logo

#fc0cac Color Hex

#FC0CAC
(252,12,172)
0 Favorites   0 Comments

Color spaces of #fc0cac

RGB 25212172
HSL0.890.980.52
HSV320°95°99°
CMYK 0.000.950.32   0.01
XYZ47.722723.936941.1347
Yxy23.93690.42310.2122
Hunter Lab48.925488.4929-15.6012
CIE-Lab56.024686.9533-20.4012

#fc0cac color RGB value is (252,12,172).

#fc0cac hex color red value is 252, green value is 12 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fc0cac hue: 0.89 , saturation: 0.98 and the lightness value of fc0cac is 0.52.

The process color (four color CMYK) of #fc0cac color hex is 0.00, 0.95, 0.32, 0.01. Web safe color of #fc0cac is #ff0099. Color #fc0cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001100 10101100
Octal 374 14 254
Decimal 252 12 172
Hex FC C AC

RGB Percentages of Color #fc0cac

%57.80
%2.75
%39.45

CMYK Percentages of Color #fc0cac

%0
%95
%32
%1

Triadic Colors of #fc0cac

#fc0cac #acfc0c #0cacfc

Analogous Colors of #fc0cac

#fc0cac #fc0c34 #d40cfc

Monochromatic Colors of #fc0cac

#fc0cac

Complementary Color

#fc0cac #0cfc5c

#fc0cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0cac Color CSS Codes

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

#fc0cac Text Font Color

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

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


#fc0cac Background Color

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

This div background color is #fc0cac


#fc0cac Border Color

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

This div border color is #fc0cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0cac

Related Colors


Comments

No comments written yet.

Please login to write comment.