Color Hex Logo

#fc00ae Color Hex

#FC00AE
(252,0,174)
0 Favorites   0 Comments

Color spaces of #fc00ae

RGB 2520174
HSL0.881.000.49
HSV319°100°99°
CMYK 0.001.000.31   0.01
XYZ47.784923.751442.1103
Yxy23.75140.42050.2090
Hunter Lab48.735489.7317-17.1153
CIE-Lab55.838087.9299-21.8569

#fc00ae color RGB value is (252,0,174).

#fc00ae hex color red value is 252, green value is 0 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fc00ae hue: 0.88 , saturation: 1.00 and the lightness value of fc00ae is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000000 10101110
Octal 374 0 256
Decimal 252 0 174
Hex FC 0 AE

RGB Percentages of Color #fc00ae

%59.15
%0.00
%40.85

CMYK Percentages of Color #fc00ae

%0
%100
%31
%1

Triadic Colors of #fc00ae

#fc00ae #aefc00 #00aefc

Analogous Colors of #fc00ae

#fc00ae #fc0030 #cc00fc

Monochromatic Colors of #fc00ae

#fc00ae

Complementary Color

#fc00ae #00fc4e

#fc00ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc00ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc00ae Color CSS Codes

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

#fc00ae Text Font Color

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

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


#fc00ae Background Color

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

This div background color is #fc00ae


#fc00ae Border Color

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

This div border color is #fc00ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc00ae

Related Colors


Comments

No comments written yet.

Please login to write comment.