Color Hex Logo

#fc567e Color Hex

#FC567E
(252,86,126)
0 Favorites   0 Comments

Color spaces of #fc567e

RGB 25286126
HSL0.960.970.66
HSV346°66°99°
CMYK 0.000.660.50   0.01
XYZ47.238628.857422.8189
Yxy28.85740.47760.2917
Hunter Lab53.719162.958012.4180
CIE-Lab60.655665.643713.3670

#fc567e color RGB value is (252,86,126).

#fc567e hex color red value is 252, green value is 86 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fc567e hue: 0.96 , saturation: 0.97 and the lightness value of fc567e is 0.66.

The process color (four color CMYK) of #fc567e color hex is 0.00, 0.66, 0.50, 0.01. Web safe color of #fc567e is #ff6666. Color #fc567e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010110 01111110
Octal 374 126 176
Decimal 252 86 126
Hex FC 56 7E

RGB Percentages of Color #fc567e

%54.31
%18.53
%27.16

CMYK Percentages of Color #fc567e

%0
%66
%50
%1

Triadic Colors of #fc567e

#fc567e #7efc56 #567efc

Analogous Colors of #fc567e

#fc567e #fc8156 #fc56d1

Monochromatic Colors of #fc567e

#fc567e

Complementary Color

#fc567e #56fcd4

#fc567e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc567e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc567e Color CSS Codes

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

#fc567e Text Font Color

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

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


#fc567e Background Color

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

This div background color is #fc567e


#fc567e Border Color

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

This div border color is #fc567e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc567e

Related Colors


Comments

No comments written yet.

Please login to write comment.