Color Hex Logo

#fc12de Color Hex

#FC12DE
(252,18,222)
0 Favorites   0 Comments

Color spaces of #fc12de

RGB 25218222
HSL0.850.980.53
HSV308°93°99°
CMYK 0.000.930.12   0.01
XYZ53.546026.402071.3811
Yxy26.40200.35380.1745
Hunter Lab51.382996.0945-46.3977
CIE-Lab58.416792.1904-45.4372

#fc12de color RGB value is (252,18,222).

#fc12de hex color red value is 252, green value is 18 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fc12de hue: 0.85 , saturation: 0.98 and the lightness value of fc12de is 0.53.

The process color (four color CMYK) of #fc12de color hex is 0.00, 0.93, 0.12, 0.01. Web safe color of #fc12de is #ff00cc. Color #fc12de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010010 11011110
Octal 374 22 336
Decimal 252 18 222
Hex FC 12 DE

RGB Percentages of Color #fc12de

%51.22
%3.66
%45.12

CMYK Percentages of Color #fc12de

%0
%93
%12
%1

Triadic Colors of #fc12de

#fc12de #defc12 #12defc

Analogous Colors of #fc12de

#fc12de #fc1269 #a512fc

Monochromatic Colors of #fc12de

#fc12de

Complementary Color

#fc12de #12fc30

#fc12de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc12de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc12de Color CSS Codes

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

#fc12de Text Font Color

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

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


#fc12de Background Color

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

This div background color is #fc12de


#fc12de Border Color

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

This div border color is #fc12de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc12de


Comments

No comments written yet.

Please login to write comment.