Color Hex Logo

#fc89a8 Color Hex

#FC89A8
(252,137,168)
0 Favorites   0 Comments

Color spaces of #fc89a8

RGB 252137168
HSL0.960.950.76
HSV344°46°99°
CMYK 0.000.460.33   0.01
XYZ56.158441.413942.0796
Yxy41.41390.40210.2966
Hunter Lab64.353643.14976.2790
CIE-Lab70.464946.86763.3973

#fc89a8 color RGB value is (252,137,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001001 10101000
Octal 374 211 250
Decimal 252 137 168
Hex FC 89 A8

RGB Percentages of Color #fc89a8

%45.24
%24.60
%30.16

CMYK Percentages of Color #fc89a8

%0
%46
%33
%1

Triadic Colors of #fc89a8

#fc89a8 #a8fc89 #89a8fc

Analogous Colors of #fc89a8

#fc89a8 #fca489 #fc89e2

Monochromatic Colors of #fc89a8

#fc89a8

Complementary Color

#fc89a8 #89fcdd

#fc89a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc89a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc89a8 Color CSS Codes

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

#fc89a8 Text Font Color

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

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


#fc89a8 Background Color

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

This div background color is #fc89a8


#fc89a8 Border Color

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

This div border color is #fc89a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc89a8

Related Colors


Comments

No comments written yet.

Please login to write comment.