Color Hex Logo

#fc7aac Color Hex

#FC7AAC
(252,122,172)
0 Favorites   0 Comments

Color spaces of #fc7aac

RGB 252122172
HSL0.940.960.73
HSV337°52°99°
CMYK 0.000.520.32   0.01
XYZ54.550837.593143.4108
Yxy37.59310.40240.2773
Hunter Lab61.313251.51460.9409
CIE-Lab67.719654.6585-2.8563

#fc7aac color RGB value is (252,122,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111010 10101100
Octal 374 172 254
Decimal 252 122 172
Hex FC 7A AC

RGB Percentages of Color #fc7aac

%46.15
%22.34
%31.50

CMYK Percentages of Color #fc7aac

%0
%52
%32
%1

Triadic Colors of #fc7aac

#fc7aac #acfc7a #7aacfc

Analogous Colors of #fc7aac

#fc7aac #fc897a #fc7aed

Monochromatic Colors of #fc7aac

#fc7aac

Complementary Color

#fc7aac #7afcca

#fc7aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7aac Color CSS Codes

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

#fc7aac Text Font Color

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

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


#fc7aac Background Color

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

This div background color is #fc7aac


#fc7aac Border Color

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

This div border color is #fc7aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7aac

Related Colors


Comments

No comments written yet.

Please login to write comment.