Color Hex Logo

#fc898e Color Hex

#FC898E
(252,137,142)
0 Favorites   0 Comments

Color spaces of #fc898e

RGB 252137142
HSL0.990.950.76
HSV357°46°99°
CMYK 0.000.460.44   0.01
XYZ53.973040.539830.5715
Yxy40.53980.43150.3241
Hunter Lab63.670939.888216.1016
CIE-Lab69.852343.993817.0581

#fc898e color RGB value is (252,137,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001001 10001110
Octal 374 211 216
Decimal 252 137 142
Hex FC 89 8E

RGB Percentages of Color #fc898e

%47.46
%25.80
%26.74

CMYK Percentages of Color #fc898e

%0
%46
%44
%1

Triadic Colors of #fc898e

#fc898e #8efc89 #898efc

Analogous Colors of #fc898e

#fc898e #fcbe89 #fc89c8

Monochromatic Colors of #fc898e

#fc898e

Complementary Color

#fc898e #89fcf7

#fc898e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc898e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc898e Color CSS Codes

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

#fc898e Text Font Color

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

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


#fc898e Background Color

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

This div background color is #fc898e


#fc898e Border Color

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

This div border color is #fc898e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc898e


Comments

No comments written yet.

Please login to write comment.