Color Hex Logo

#fc12bb Color Hex

#FC12BB
(252,18,187)
0 Favorites   0 Comments

Color spaces of #fc12bb

RGB 25218187
HSL0.880.980.53
HSV317°93°99°
CMYK 0.000.930.26   0.01
XYZ49.330824.715949.1843
Yxy24.71590.40030.2006
Hunter Lab49.715190.1188-23.8564
CIE-Lab56.797688.0359-27.9435

#fc12bb color RGB value is (252,18,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010010 10111011
Octal 374 22 273
Decimal 252 18 187
Hex FC 12 BB

RGB Percentages of Color #fc12bb

%55.14
%3.94
%40.92

CMYK Percentages of Color #fc12bb

%0
%93
%26
%1

Triadic Colors of #fc12bb

#fc12bb #bbfc12 #12bbfc

Analogous Colors of #fc12bb

#fc12bb #fc1246 #c812fc

Monochromatic Colors of #fc12bb

#fc12bb

Complementary Color

#fc12bb #12fc53

#fc12bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc12bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc12bb Color CSS Codes

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

#fc12bb Text Font Color

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

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


#fc12bb Background Color

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

This div background color is #fc12bb


#fc12bb Border Color

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

This div border color is #fc12bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc12bb

Related Colors


Comments

No comments written yet.

Please login to write comment.