Color Hex Logo

#fc555c Color Hex

#FC555C
(252,85,92)
0 Favorites   0 Comments

Color spaces of #fc555c

RGB 2528592
HSL0.990.970.66
HSV357°66°99°
CMYK 0.000.660.63   0.01
XYZ45.325227.965213.1341
Yxy27.96520.52440.3236
Hunter Lab52.882160.448422.2919
CIE-Lab59.857363.663331.9688

#fc555c color RGB value is (252,85,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010101 01011100
Octal 374 125 134
Decimal 252 85 92
Hex FC 55 5C

RGB Percentages of Color #fc555c

%58.74
%19.81
%21.45

CMYK Percentages of Color #fc555c

%0
%66
%63
%1

Triadic Colors of #fc555c

#fc555c #5cfc55 #555cfc

Analogous Colors of #fc555c

#fc555c #fca255 #fc55b0

Monochromatic Colors of #fc555c

#fc555c

Complementary Color

#fc555c #55fcf5

#fc555c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc555c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc555c Color CSS Codes

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

#fc555c Text Font Color

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

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


#fc555c Background Color

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

This div background color is #fc555c


#fc555c Border Color

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

This div border color is #fc555c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc555c


Comments

No comments written yet.

Please login to write comment.