Color Hex Logo

#fc716c Color Hex

#FC716C
(252,113,108)
0 Favorites   0 Comments

Color spaces of #fc716c

RGB 252113108
HSL0.010.960.71
HSV57°99°
CMYK 0.000.550.57   0.01
XYZ48.756833.588418.1008
Yxy33.58840.48540.3344
Hunter Lab57.955548.746322.0513
CIE-Lab64.634552.691329.0546

#fc716c color RGB value is (252,113,108).

#fc716c hex color red value is 252, green value is 113 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fc716c hue: 0.01 , saturation: 0.96 and the lightness value of fc716c is 0.71.

The process color (four color CMYK) of #fc716c color hex is 0.00, 0.55, 0.57, 0.01. Web safe color of #fc716c is #ff6666. Color #fc716c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110001 01101100
Octal 374 161 154
Decimal 252 113 108
Hex FC 71 6C

RGB Percentages of Color #fc716c

%53.28
%23.89
%22.83

CMYK Percentages of Color #fc716c

%0
%55
%57
%1

Triadic Colors of #fc716c

#fc716c #6cfc71 #716cfc

Analogous Colors of #fc716c

#fc716c #fcb96c #fc6caf

Monochromatic Colors of #fc716c

#fc716c

Complementary Color

#fc716c #6cf7fc

#fc716c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc716c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc716c Color CSS Codes

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

#fc716c Text Font Color

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

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


#fc716c Background Color

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

This div background color is #fc716c


#fc716c Border Color

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

This div border color is #fc716c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc716c


Comments

No comments written yet.

Please login to write comment.