Color Hex Logo

#fc916c Color Hex

#FC916C
(252,145,108)
0 Favorites   0 Comments

Color spaces of #fc916c

RGB 252145108
HSL0.040.960.71
HSV15°57°99°
CMYK 0.000.420.57   0.01
XYZ52.977142.029019.5076
Yxy42.02900.46260.3670
Hunter Lab64.829832.413227.5402
CIE-Lab70.890936.954537.0633

#fc916c color RGB value is (252,145,108).

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

The process color (four color CMYK) of #fc916c color hex is 0.00, 0.42, 0.57, 0.01. Web safe color of #fc916c is #ff9966. Color #fc916c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010001 01101100
Octal 374 221 154
Decimal 252 145 108
Hex FC 91 6C

RGB Percentages of Color #fc916c

%49.90
%28.71
%21.39

CMYK Percentages of Color #fc916c

%0
%42
%57
%1

Triadic Colors of #fc916c

#fc916c #6cfc91 #916cfc

Analogous Colors of #fc916c

#fc916c #fcd96c #fc6c8f

Monochromatic Colors of #fc916c

#fc916c

Complementary Color

#fc916c #6cd7fc

#fc916c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc916c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc916c Color CSS Codes

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

#fc916c Text Font Color

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

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


#fc916c Background Color

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

This div background color is #fc916c


#fc916c Border Color

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

This div border color is #fc916c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,145,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 #fc916c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc916c

Related Colors


Comments

No comments written yet.

Please login to write comment.