Color Hex Logo

#fc899c Color Hex

#FC899C
(252,137,156)
0 Favorites   0 Comments

Color spaces of #fc899c

RGB 252137156
HSL0.970.950.76
HSV350°46°99°
CMYK 0.000.460.38   0.01
XYZ55.091340.987136.4602
Yxy40.98710.41570.3092
Hunter Lab64.021241.565211.0490
CIE-Lab70.166945.47799.6804

#fc899c color RGB value is (252,137,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001001 10011100
Octal 374 211 234
Decimal 252 137 156
Hex FC 89 9C

RGB Percentages of Color #fc899c

%46.24
%25.14
%28.62

CMYK Percentages of Color #fc899c

%0
%46
%38
%1

Triadic Colors of #fc899c

#fc899c #9cfc89 #899cfc

Analogous Colors of #fc899c

#fc899c #fcb089 #fc89d6

Monochromatic Colors of #fc899c

#fc899c

Complementary Color

#fc899c #89fce9

#fc899c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc899c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc899c Color CSS Codes

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

#fc899c Text Font Color

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

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


#fc899c Background Color

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

This div background color is #fc899c


#fc899c Border Color

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

This div border color is #fc899c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc899c


Comments

No comments written yet.

Please login to write comment.