Color Hex Logo

#fc858e Color Hex

#FC858E
(252,133,142)
0 Favorites   0 Comments

Color spaces of #fc858e

RGB 252133142
HSL0.990.950.75
HSV355°47°99°
CMYK 0.000.470.44   0.01
XYZ53.414939.423530.3854
Yxy39.42350.43350.3199
Hunter Lab62.788141.973615.2592
CIE-Lab69.056945.990015.9531

#fc858e color RGB value is (252,133,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000101 10001110
Octal 374 205 216
Decimal 252 133 142
Hex FC 85 8E

RGB Percentages of Color #fc858e

%47.82
%25.24
%26.94

CMYK Percentages of Color #fc858e

%0
%47
%44
%1

Triadic Colors of #fc858e

#fc858e #8efc85 #858efc

Analogous Colors of #fc858e

#fc858e #fcb885 #fc85ca

Monochromatic Colors of #fc858e

#fc858e

Complementary Color

#fc858e #85fcf3

#fc858e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc858e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc858e Color CSS Codes

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

#fc858e Text Font Color

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

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


#fc858e Background Color

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

This div background color is #fc858e


#fc858e Border Color

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

This div border color is #fc858e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc858e

Related Colors


Comments

No comments written yet.

Please login to write comment.