Color Hex Logo

#fd686b Color Hex

#FD686B
(253,104,107)
0 Favorites   0 Comments

Color spaces of #fd686b

RGB 253104107
HSL1.000.970.70
HSV359°59°99°
CMYK 0.000.590.58   0.01
XYZ48.112231.844817.5208
Yxy31.84480.49360.3267
Hunter Lab56.431253.431221.0934
CIE-Lab63.214457.040827.7935

#fd686b color RGB value is (253,104,107).

#fd686b hex color red value is 253, green value is 104 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fd686b hue: 1.00 , saturation: 0.97 and the lightness value of fd686b is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101000 01101011
Octal 375 150 153
Decimal 253 104 107
Hex FD 68 6B

RGB Percentages of Color #fd686b

%54.53
%22.41
%23.06

CMYK Percentages of Color #fd686b

%0
%59
%58
%1

Triadic Colors of #fd686b

#fd686b #6bfd68 #686bfd

Analogous Colors of #fd686b

#fd686b #fdb068 #fd68b6

Monochromatic Colors of #fd686b

#fd686b

Complementary Color

#fd686b #68fdfa

#fd686b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd686b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd686b Color CSS Codes

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

#fd686b Text Font Color

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

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


#fd686b Background Color

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

This div background color is #fd686b


#fd686b Border Color

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

This div border color is #fd686b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd686b


Comments

No comments written yet.

Please login to write comment.