Color Hex Logo

#fc859f Color Hex

#FC859F
(252,133,159)
0 Favorites   0 Comments

Color spaces of #fc859f

RGB 252133159
HSL0.960.950.75
HSV347°47°99°
CMYK 0.000.470.37   0.01
XYZ54.790439.973737.6288
Yxy39.97370.41380.3019
Hunter Lab63.224844.04438.9703
CIE-Lab69.450847.80416.9776

#fc859f color RGB value is (252,133,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000101 10011111
Octal 374 205 237
Decimal 252 133 159
Hex FC 85 9F

RGB Percentages of Color #fc859f

%46.32
%24.45
%29.23

CMYK Percentages of Color #fc859f

%0
%47
%37
%1

Triadic Colors of #fc859f

#fc859f #9ffc85 #859ffc

Analogous Colors of #fc859f

#fc859f #fca785 #fc85db

Monochromatic Colors of #fc859f

#fc859f

Complementary Color

#fc859f #85fce2

#fc859f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc859f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc859f Color CSS Codes

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

#fc859f Text Font Color

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

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


#fc859f Background Color

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

This div background color is #fc859f


#fc859f Border Color

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

This div border color is #fc859f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc859f


Comments

No comments written yet.

Please login to write comment.