Color Hex Logo

#fc89ae Color Hex

#FC89AE
(252,137,174)
0 Favorites   0 Comments

Color spaces of #fc89ae

RGB 252137174
HSL0.950.950.76
HSV341°46°99°
CMYK 0.000.460.31   0.01
XYZ56.730541.642845.0922
Yxy41.64280.39540.2903
Hunter Lab64.531243.99273.7421
CIE-Lab70.623947.60220.2747

#fc89ae color RGB value is (252,137,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001001 10101110
Octal 374 211 256
Decimal 252 137 174
Hex FC 89 AE

RGB Percentages of Color #fc89ae

%44.76
%24.33
%30.91

CMYK Percentages of Color #fc89ae

%0
%46
%31
%1

Triadic Colors of #fc89ae

#fc89ae #aefc89 #89aefc

Analogous Colors of #fc89ae

#fc89ae #fc9e89 #fc89e8

Monochromatic Colors of #fc89ae

#fc89ae

Complementary Color

#fc89ae #89fcd7

#fc89ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc89ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc89ae Color CSS Codes

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

#fc89ae Text Font Color

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

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


#fc89ae Background Color

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

This div background color is #fc89ae


#fc89ae Border Color

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

This div border color is #fc89ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc89ae


Comments

No comments written yet.

Please login to write comment.