Color Hex Logo

#fc746b Color Hex

#FC746B
(252,116,107)
0 Favorites   0 Comments

Color spaces of #fc746b

RGB 252116107
HSL0.010.960.70
HSV58°99°
CMYK 0.000.540.58   0.01
XYZ49.044134.247817.9355
Yxy34.24780.48450.3383
Hunter Lab58.521647.179322.7941
CIE-Lab65.158851.216230.2943

#fc746b color RGB value is (252,116,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110100 01101011
Octal 374 164 153
Decimal 252 116 107
Hex FC 74 6B

RGB Percentages of Color #fc746b

%53.05
%24.42
%22.53

CMYK Percentages of Color #fc746b

%0
%54
%58
%1

Triadic Colors of #fc746b

#fc746b #6bfc74 #746bfc

Analogous Colors of #fc746b

#fc746b #fcbd6b #fc6bab

Monochromatic Colors of #fc746b

#fc746b

Complementary Color

#fc746b #6bf3fc

#fc746b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc746b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc746b Color CSS Codes

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

#fc746b Text Font Color

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

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


#fc746b Background Color

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

This div background color is #fc746b


#fc746b Border Color

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

This div border color is #fc746b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc746b


Comments

No comments written yet.

Please login to write comment.