Color Hex Logo

#fc746f Color Hex

#FC746F
(252,116,111)
0 Favorites   0 Comments

Color spaces of #fc746f

RGB 252116111
HSL0.010.960.71
HSV56°99°
CMYK 0.000.540.56   0.01
XYZ49.259534.333919.0698
Yxy34.33390.47980.3344
Hunter Lab58.595147.519121.7207
CIE-Lab65.226751.509528.1473

#fc746f color RGB value is (252,116,111).

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

The process color (four color CMYK) of #fc746f color hex is 0.00, 0.54, 0.56, 0.01. Web safe color of #fc746f is #ff6666. Color #fc746f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110100 01101111
Octal 374 164 157
Decimal 252 116 111
Hex FC 74 6F

RGB Percentages of Color #fc746f

%52.61
%24.22
%23.17

CMYK Percentages of Color #fc746f

%0
%54
%56
%1

Triadic Colors of #fc746f

#fc746f #6ffc74 #746ffc

Analogous Colors of #fc746f

#fc746f #fcbb6f #fc6fb1

Monochromatic Colors of #fc746f

#fc746f

Complementary Color

#fc746f #6ff7fc

#fc746f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc746f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc746f Color CSS Codes

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

#fc746f Text Font Color

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

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


#fc746f Background Color

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

This div background color is #fc746f


#fc746f Border Color

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

This div border color is #fc746f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc746f


Comments

No comments written yet.

Please login to write comment.