Color Hex Logo

#fc89bd Color Hex

#FC89BD
(252,137,189)
0 Favorites   0 Comments

Color spaces of #fc89bd

RGB 252137189
HSL0.920.950.76
HSV333°46°99°
CMYK 0.000.460.25   0.01
XYZ58.275942.260953.2298
Yxy42.26090.37900.2748
Hunter Lab65.008446.2493-3.0416
CIE-Lab71.050449.5523-7.4666

#fc89bd color RGB value is (252,137,189).

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

The process color (four color CMYK) of #fc89bd color hex is 0.00, 0.46, 0.25, 0.01. Web safe color of #fc89bd is #ff99cc. Color #fc89bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001001 10111101
Octal 374 211 275
Decimal 252 137 189
Hex FC 89 BD

RGB Percentages of Color #fc89bd

%43.60
%23.70
%32.70

CMYK Percentages of Color #fc89bd

%0
%46
%25
%1

Triadic Colors of #fc89bd

#fc89bd #bdfc89 #89bdfc

Analogous Colors of #fc89bd

#fc89bd #fc8f89 #fc89f7

Monochromatic Colors of #fc89bd

#fc89bd

Complementary Color

#fc89bd #89fcc8

#fc89bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc89bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc89bd Color CSS Codes

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

#fc89bd Text Font Color

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

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


#fc89bd Background Color

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

This div background color is #fc89bd


#fc89bd Border Color

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

This div border color is #fc89bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc89bd

Related Colors


Comments

No comments written yet.

Please login to write comment.