Color Hex Logo

#fc91ae Color Hex

#FC91AE
(252,145,174)
0 Favorites   0 Comments

Color spaces of #fc91ae

RGB 252145174
HSL0.950.950.78
HSV344°42°99°
CMYK 0.000.420.31   0.01
XYZ57.910344.002245.4855
Yxy44.00220.39290.2985
Hunter Lab66.334239.74735.7786
CIE-Lab72.230043.57802.6115

#fc91ae color RGB value is (252,145,174).

#fc91ae hex color red value is 252, green value is 145 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fc91ae hue: 0.95 , saturation: 0.95 and the lightness value of fc91ae is 0.78.

The process color (four color CMYK) of #fc91ae color hex is 0.00, 0.42, 0.31, 0.01. Web safe color of #fc91ae is #ff9999. Color #fc91ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010001 10101110
Octal 374 221 256
Decimal 252 145 174
Hex FC 91 AE

RGB Percentages of Color #fc91ae

%44.13
%25.39
%30.47

CMYK Percentages of Color #fc91ae

%0
%42
%31
%1

Triadic Colors of #fc91ae

#fc91ae #aefc91 #91aefc

Analogous Colors of #fc91ae

#fc91ae #fcaa91 #fc91e4

Monochromatic Colors of #fc91ae

#fc91ae

Complementary Color

#fc91ae #91fcdf

#fc91ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc91ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc91ae Color CSS Codes

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

#fc91ae Text Font Color

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

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


#fc91ae Background Color

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

This div background color is #fc91ae


#fc91ae Border Color

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

This div border color is #fc91ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc91ae


Comments

No comments written yet.

Please login to write comment.