Color Hex Logo

#fc206e Color Hex

#FC206E
(252,32,110)
0 Favorites   0 Comments

Color spaces of #fc206e

RGB 25232110
HSL0.940.970.56
HSV339°87°99°
CMYK 0.000.870.56   0.01
XYZ43.475922.854316.8717
Yxy22.85430.52250.2747
Hunter Lab47.806278.670712.5398
CIE-Lab54.921979.549714.8565

#fc206e color RGB value is (252,32,110).

#fc206e hex color red value is 252, green value is 32 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fc206e hue: 0.94 , saturation: 0.97 and the lightness value of fc206e is 0.56.

The process color (four color CMYK) of #fc206e color hex is 0.00, 0.87, 0.56, 0.01. Web safe color of #fc206e is #ff3366. Color #fc206e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100000 01101110
Octal 374 40 156
Decimal 252 32 110
Hex FC 20 6E

RGB Percentages of Color #fc206e

%63.96
%8.12
%27.92

CMYK Percentages of Color #fc206e

%0
%87
%56
%1

Triadic Colors of #fc206e

#fc206e #6efc20 #206efc

Analogous Colors of #fc206e

#fc206e #fc4020 #fc20dc

Monochromatic Colors of #fc206e

#fc206e

Complementary Color

#fc206e #20fcae

#fc206e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc206e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc206e Color CSS Codes

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

#fc206e Text Font Color

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

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


#fc206e Background Color

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

This div background color is #fc206e


#fc206e Border Color

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

This div border color is #fc206e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc206e

Related Colors


Comments

No comments written yet.

Please login to write comment.