Color Hex Logo

#fc685e Color Hex

#FC685E
(252,104,94)
0 Favorites   0 Comments

Color spaces of #fc685e

RGB 25210494
HSL0.010.960.68
HSV63°99°
CMYK 0.000.590.63   0.01
XYZ47.115631.404214.1680
Yxy31.40420.50830.3388
Hunter Lab56.039552.006224.2378
CIE-Lab62.847455.852234.5963

#fc685e color RGB value is (252,104,94).

#fc685e hex color red value is 252, green value is 104 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fc685e hue: 0.01 , saturation: 0.96 and the lightness value of fc685e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101000 01011110
Octal 374 150 136
Decimal 252 104 94
Hex FC 68 5E

RGB Percentages of Color #fc685e

%56.00
%23.11
%20.89

CMYK Percentages of Color #fc685e

%0
%59
%63
%1

Triadic Colors of #fc685e

#fc685e #5efc68 #685efc

Analogous Colors of #fc685e

#fc685e #fcb75e #fc5ea3

Monochromatic Colors of #fc685e

#fc685e

Complementary Color

#fc685e #5ef2fc

#fc685e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc685e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc685e Color CSS Codes

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

#fc685e Text Font Color

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

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


#fc685e Background Color

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

This div background color is #fc685e


#fc685e Border Color

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

This div border color is #fc685e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc685e


Comments

No comments written yet.

Please login to write comment.