Color Hex Logo

#fc79aa Color Hex

#FC79AA
(252,121,170)
0 Favorites   0 Comments

Color spaces of #fc79aa

RGB 252121170
HSL0.940.960.73
HSV338°52°99°
CMYK 0.000.520.33   0.01
XYZ54.238037.272542.3659
Yxy37.27250.40510.2784
Hunter Lab61.051251.74011.5921
CIE-Lab67.481054.8915-2.0771

#fc79aa color RGB value is (252,121,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111001 10101010
Octal 374 171 252
Decimal 252 121 170
Hex FC 79 AA

RGB Percentages of Color #fc79aa

%46.41
%22.28
%31.31

CMYK Percentages of Color #fc79aa

%0
%52
%33
%1

Triadic Colors of #fc79aa

#fc79aa #aafc79 #79aafc

Analogous Colors of #fc79aa

#fc79aa #fc8a79 #fc79ec

Monochromatic Colors of #fc79aa

#fc79aa

Complementary Color

#fc79aa #79fccb

#fc79aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc79aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc79aa Color CSS Codes

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

#fc79aa Text Font Color

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

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


#fc79aa Background Color

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

This div background color is #fc79aa


#fc79aa Border Color

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

This div border color is #fc79aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc79aa


Comments

No comments written yet.

Please login to write comment.