Color Hex Logo

#fc555e Color Hex

#FC555E
(252,85,94)
0 Favorites   0 Comments

Color spaces of #fc555e

RGB 2528594
HSL0.990.970.66
HSV357°66°99°
CMYK 0.000.660.63   0.01
XYZ45.413828.000613.6008
Yxy28.00060.52190.3218
Hunter Lab52.915660.591921.8017
CIE-Lab59.889363.779830.8670

#fc555e color RGB value is (252,85,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010101 01011110
Octal 374 125 136
Decimal 252 85 94
Hex FC 55 5E

RGB Percentages of Color #fc555e

%58.47
%19.72
%21.81

CMYK Percentages of Color #fc555e

%0
%66
%63
%1

Triadic Colors of #fc555e

#fc555e #5efc55 #555efc

Analogous Colors of #fc555e

#fc555e #fca055 #fc55b2

Monochromatic Colors of #fc555e

#fc555e

Complementary Color

#fc555e #55fcf3

#fc555e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc555e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc555e Color CSS Codes

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

#fc555e Text Font Color

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

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


#fc555e Background Color

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

This div background color is #fc555e


#fc555e Border Color

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

This div border color is #fc555e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc555e


Comments

No comments written yet.

Please login to write comment.