Color Hex Logo

#fc767c Color Hex

#FC767C
(252,118,124)
0 Favorites   0 Comments

Color spaces of #fc767c

RGB 252118124
HSL0.990.960.73
HSV357°53°99°
CMYK 0.000.530.51   0.01
XYZ50.261435.107523.1961
Yxy35.10750.46300.3234
Hunter Lab59.251647.726118.2650
CIE-Lab65.832351.604121.6414

#fc767c color RGB value is (252,118,124).

#fc767c hex color red value is 252, green value is 118 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fc767c hue: 0.99 , saturation: 0.96 and the lightness value of fc767c is 0.73.

The process color (four color CMYK) of #fc767c color hex is 0.00, 0.53, 0.51, 0.01. Web safe color of #fc767c is #ff6666. Color #fc767c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110110 01111100
Octal 374 166 174
Decimal 252 118 124
Hex FC 76 7C

RGB Percentages of Color #fc767c

%51.01
%23.89
%25.10

CMYK Percentages of Color #fc767c

%0
%53
%51
%1

Triadic Colors of #fc767c

#fc767c #7cfc76 #767cfc

Analogous Colors of #fc767c

#fc767c #fcb376 #fc76bf

Monochromatic Colors of #fc767c

#fc767c

Complementary Color

#fc767c #76fcf6

#fc767c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc767c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc767c Color CSS Codes

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

#fc767c Text Font Color

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

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


#fc767c Background Color

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

This div background color is #fc767c


#fc767c Border Color

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

This div border color is #fc767c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc767c


Comments

No comments written yet.

Please login to write comment.