Color Hex Logo

#fc17ae Color Hex

#FC17AE
(252,23,174)
0 Favorites   0 Comments

Color spaces of #fc17ae

RGB 25223174
HSL0.890.970.54
HSV320°91°99°
CMYK 0.000.910.31   0.01
XYZ48.091324.364242.2125
Yxy24.36420.41940.2125
Hunter Lab49.360187.5315-16.1524
CIE-Lab56.450686.1374-20.9186

#fc17ae color RGB value is (252,23,174).

#fc17ae hex color red value is 252, green value is 23 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fc17ae hue: 0.89 , saturation: 0.97 and the lightness value of fc17ae is 0.54.

The process color (four color CMYK) of #fc17ae color hex is 0.00, 0.91, 0.31, 0.01. Web safe color of #fc17ae is #ff0099. Color #fc17ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010111 10101110
Octal 374 27 256
Decimal 252 23 174
Hex FC 17 AE

RGB Percentages of Color #fc17ae

%56.12
%5.12
%38.75

CMYK Percentages of Color #fc17ae

%0
%91
%31
%1

Triadic Colors of #fc17ae

#fc17ae #aefc17 #17aefc

Analogous Colors of #fc17ae

#fc17ae #fc173c #d817fc

Monochromatic Colors of #fc17ae

#fc17ae

Complementary Color

#fc17ae #17fc65

#fc17ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc17ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc17ae Color CSS Codes

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

#fc17ae Text Font Color

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

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


#fc17ae Background Color

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

This div background color is #fc17ae


#fc17ae Border Color

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

This div border color is #fc17ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc17ae


Comments

No comments written yet.

Please login to write comment.