Color Hex Logo

#fc4daa Color Hex

#FC4DAA
(252,77,170)
0 Favorites   0 Comments

Color spaces of #fc4daa

RGB 25277170
HSL0.910.970.65
HSV328°69°99°
CMYK 0.000.690.33   0.01
XYZ50.054528.905540.9714
Yxy28.90550.41740.2410
Hunter Lab53.763872.0980-7.5480
CIE-Lab60.698173.1785-12.1518

#fc4daa color RGB value is (252,77,170).

#fc4daa hex color red value is 252, green value is 77 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fc4daa hue: 0.91 , saturation: 0.97 and the lightness value of fc4daa is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001101 10101010
Octal 374 115 252
Decimal 252 77 170
Hex FC 4D AA

RGB Percentages of Color #fc4daa

%50.50
%15.43
%34.07

CMYK Percentages of Color #fc4daa

%0
%69
%33
%1

Triadic Colors of #fc4daa

#fc4daa #aafc4d #4daafc

Analogous Colors of #fc4daa

#fc4daa #fc4d52 #f74dfc

Monochromatic Colors of #fc4daa

#fc4daa

Complementary Color

#fc4daa #4dfc9f

#fc4daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4daa Color CSS Codes

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

#fc4daa Text Font Color

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

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


#fc4daa Background Color

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

This div background color is #fc4daa


#fc4daa Border Color

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

This div border color is #fc4daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4daa


Comments

No comments written yet.

Please login to write comment.