Color Hex Logo

#fc7caa Color Hex

#FC7CAA
(252,124,170)
0 Favorites   0 Comments

Color spaces of #fc7caa

RGB 252124170
HSL0.940.960.74
HSV338°51°99°
CMYK 0.000.510.33   0.01
XYZ54.608238.013042.4893
Yxy38.01300.40420.2813
Hunter Lab61.654750.20362.2986
CIE-Lab68.030253.4656-1.2718

#fc7caa color RGB value is (252,124,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111100 10101010
Octal 374 174 252
Decimal 252 124 170
Hex FC 7C AA

RGB Percentages of Color #fc7caa

%46.15
%22.71
%31.14

CMYK Percentages of Color #fc7caa

%0
%51
%33
%1

Triadic Colors of #fc7caa

#fc7caa #aafc7c #7caafc

Analogous Colors of #fc7caa

#fc7caa #fc8e7c #fc7cea

Monochromatic Colors of #fc7caa

#fc7caa

Complementary Color

#fc7caa #7cfcce

#fc7caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7caa Color CSS Codes

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

#fc7caa Text Font Color

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

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


#fc7caa Background Color

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

This div background color is #fc7caa


#fc7caa Border Color

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

This div border color is #fc7caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7caa


Comments

No comments written yet.

Please login to write comment.