Color Hex Logo

#fd688f Color Hex

#FD688F
(253,104,143)
0 Favorites   0 Comments

Color spaces of #fd688f

RGB 253104143
HSL0.960.970.70
HSV344°59°99°
CMYK 0.000.590.43   0.01
XYZ50.416332.766429.6539
Yxy32.76640.44680.2904
Hunter Lab57.241957.04199.3545
CIE-Lab63.971360.04058.2421

#fd688f color RGB value is (253,104,143).

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

The process color (four color CMYK) of #fd688f color hex is 0.00, 0.59, 0.43, 0.01. Web safe color of #fd688f is #ff6699. Color #fd688f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101000 10001111
Octal 375 150 217
Decimal 253 104 143
Hex FD 68 8F

RGB Percentages of Color #fd688f

%50.60
%20.80
%28.60

CMYK Percentages of Color #fd688f

%0
%59
%43
%1

Triadic Colors of #fd688f

#fd688f #8ffd68 #688ffd

Analogous Colors of #fd688f

#fd688f #fd8c68 #fd68da

Monochromatic Colors of #fd688f

#fd688f

Complementary Color

#fd688f #68fdd6

#fd688f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd688f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd688f Color CSS Codes

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

#fd688f Text Font Color

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

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


#fd688f Background Color

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

This div background color is #fd688f


#fd688f Border Color

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

This div border color is #fd688f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd688f


Comments

No comments written yet.

Please login to write comment.