Color Hex Logo

#fc565e Color Hex

#FC565E
(252,86,94)
0 Favorites   0 Comments

Color spaces of #fc565e

RGB 2528694
HSL0.990.970.66
HSV357°66°99°
CMYK 0.000.660.63   0.01
XYZ45.493128.159213.6272
Yxy28.15920.52120.3226
Hunter Lab53.065260.164821.9199
CIE-Lab60.032363.390731.0490

#fc565e color RGB value is (252,86,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010110 01011110
Octal 374 126 136
Decimal 252 86 94
Hex FC 56 5E

RGB Percentages of Color #fc565e

%58.33
%19.91
%21.76

CMYK Percentages of Color #fc565e

%0
%66
%63
%1

Triadic Colors of #fc565e

#fc565e #5efc56 #565efc

Analogous Colors of #fc565e

#fc565e #fca156 #fc56b1

Monochromatic Colors of #fc565e

#fc565e

Complementary Color

#fc565e #56fcf4

#fc565e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc565e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc565e Color CSS Codes

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

#fc565e Text Font Color

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

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


#fc565e Background Color

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

This div background color is #fc565e


#fc565e Border Color

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

This div border color is #fc565e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc565e

Related Colors


Comments

No comments written yet.

Please login to write comment.