Color Hex Logo

#fc746d Color Hex

#FC746D
(252,116,109)
0 Favorites   0 Comments

Color spaces of #fc746d

RGB 252116109
HSL0.010.960.71
HSV57°99°
CMYK 0.000.540.57   0.01
XYZ49.150634.290418.4962
Yxy34.29040.48220.3364
Hunter Lab58.558047.347322.2632
CIE-Lab65.192451.361329.2215

#fc746d color RGB value is (252,116,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110100 01101101
Octal 374 164 155
Decimal 252 116 109
Hex FC 74 6D

RGB Percentages of Color #fc746d

%52.83
%24.32
%22.85

CMYK Percentages of Color #fc746d

%0
%54
%57
%1

Triadic Colors of #fc746d

#fc746d #6dfc74 #746dfc

Analogous Colors of #fc746d

#fc746d #fcbc6d #fc6dae

Monochromatic Colors of #fc746d

#fc746d

Complementary Color

#fc746d #6df5fc

#fc746d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc746d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc746d Color CSS Codes

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

#fc746d Text Font Color

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

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


#fc746d Background Color

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

This div background color is #fc746d


#fc746d Border Color

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

This div border color is #fc746d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc746d

Related Colors


Comments

No comments written yet.

Please login to write comment.