Color Hex Logo

#fc76aa Color Hex

#FC76AA
(252,118,170)
0 Favorites   0 Comments

Color spaces of #fc76aa

RGB 252118170
HSL0.940.960.73
HSV337°53°99°
CMYK 0.000.530.33   0.01
XYZ53.879036.554642.2462
Yxy36.55460.40610.2755
Hunter Lab60.460453.26370.8939
CIE-Lab66.941556.2997-2.8696

#fc76aa color RGB value is (252,118,170).

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

The process color (four color CMYK) of #fc76aa color hex is 0.00, 0.53, 0.33, 0.01. Web safe color of #fc76aa is #ff6699. Color #fc76aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110110 10101010
Octal 374 166 252
Decimal 252 118 170
Hex FC 76 AA

RGB Percentages of Color #fc76aa

%46.67
%21.85
%31.48

CMYK Percentages of Color #fc76aa

%0
%53
%33
%1

Triadic Colors of #fc76aa

#fc76aa #aafc76 #76aafc

Analogous Colors of #fc76aa

#fc76aa #fc8576 #fc76ed

Monochromatic Colors of #fc76aa

#fc76aa

Complementary Color

#fc76aa #76fcc8

#fc76aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc76aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc76aa Color CSS Codes

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

#fc76aa Text Font Color

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

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


#fc76aa Background Color

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

This div background color is #fc76aa


#fc76aa Border Color

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

This div border color is #fc76aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc76aa

Related Colors


Comments

No comments written yet.

Please login to write comment.