Color Hex Logo

#fc686d Color Hex

#FC686D
(252,104,109)
0 Favorites   0 Comments

Color spaces of #fc686d

RGB 252104109
HSL0.990.960.70
HSV358°59°99°
CMYK 0.000.590.57   0.01
XYZ47.855531.700218.0645
Yxy31.70020.49020.3247
Hunter Lab56.302953.188620.3892
CIE-Lab63.094356.848426.4727

#fc686d color RGB value is (252,104,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101000 01101101
Octal 374 150 155
Decimal 252 104 109
Hex FC 68 6D

RGB Percentages of Color #fc686d

%54.19
%22.37
%23.44

CMYK Percentages of Color #fc686d

%0
%59
%57
%1

Triadic Colors of #fc686d

#fc686d #6dfc68 #686dfc

Analogous Colors of #fc686d

#fc686d #fcad68 #fc68b7

Monochromatic Colors of #fc686d

#fc686d

Complementary Color

#fc686d #68fcf7

#fc686d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc686d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc686d Color CSS Codes

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

#fc686d Text Font Color

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

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


#fc686d Background Color

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

This div background color is #fc686d


#fc686d Border Color

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

This div border color is #fc686d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc686d


Comments

No comments written yet.

Please login to write comment.