Color Hex Logo

#fc87ae Color Hex

#FC87AE
(252,135,174)
0 Favorites   0 Comments

Color spaces of #fc87ae

RGB 252135174
HSL0.940.950.76
HSV340°46°99°
CMYK 0.000.460.31   0.01
XYZ56.448841.079444.9983
Yxy41.07940.39610.2882
Hunter Lab64.093245.04713.2392
CIE-Lab70.231548.5957-0.2984

#fc87ae color RGB value is (252,135,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000111 10101110
Octal 374 207 256
Decimal 252 135 174
Hex FC 87 AE

RGB Percentages of Color #fc87ae

%44.92
%24.06
%31.02

CMYK Percentages of Color #fc87ae

%0
%46
%31
%1

Triadic Colors of #fc87ae

#fc87ae #aefc87 #87aefc

Analogous Colors of #fc87ae

#fc87ae #fc9b87 #fc87e9

Monochromatic Colors of #fc87ae

#fc87ae

Complementary Color

#fc87ae #87fcd5

#fc87ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc87ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc87ae Color CSS Codes

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

#fc87ae Text Font Color

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

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


#fc87ae Background Color

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

This div background color is #fc87ae


#fc87ae Border Color

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

This div border color is #fc87ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc87ae


Comments

No comments written yet.

Please login to write comment.