Color Hex Logo

#fc386f Color Hex

#FC386F
(252,56,111)
0 Favorites   0 Comments

Color spaces of #fc386f

RGB 25256111
HSL0.950.970.60
HSV343°78°99°
CMYK 0.000.780.56   0.01
XYZ44.428324.671517.4594
Yxy24.67150.51330.2850
Hunter Lab49.670472.738313.9286
CIE-Lab56.753974.446016.7820

#fc386f color RGB value is (252,56,111).

#fc386f hex color red value is 252, green value is 56 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fc386f hue: 0.95 , saturation: 0.97 and the lightness value of fc386f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111000 01101111
Octal 374 70 157
Decimal 252 56 111
Hex FC 38 6F

RGB Percentages of Color #fc386f

%60.14
%13.37
%26.49

CMYK Percentages of Color #fc386f

%0
%78
%56
%1

Triadic Colors of #fc386f

#fc386f #6ffc38 #386ffc

Analogous Colors of #fc386f

#fc386f #fc6338 #fc38d1

Monochromatic Colors of #fc386f

#fc386f

Complementary Color

#fc386f #38fcc5

#fc386f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc386f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc386f Color CSS Codes

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

#fc386f Text Font Color

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

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


#fc386f Background Color

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

This div background color is #fc386f


#fc386f Border Color

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

This div border color is #fc386f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc386f

Related Colors


Comments

No comments written yet.

Please login to write comment.