Color Hex Logo

#fd6c8f Color Hex

#FD6C8F
(253,108,143)
0 Favorites   0 Comments

Color spaces of #fd6c8f

RGB 253108143
HSL0.960.970.71
HSV346°57°99°
CMYK 0.000.570.43   0.01
XYZ50.828533.590929.7913
Yxy33.59090.44500.2941
Hunter Lab57.957755.117510.0942
CIE-Lab64.636558.27329.1891

#fd6c8f color RGB value is (253,108,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101100 10001111
Octal 375 154 217
Decimal 253 108 143
Hex FD 6C 8F

RGB Percentages of Color #fd6c8f

%50.20
%21.43
%28.37

CMYK Percentages of Color #fd6c8f

%0
%57
%43
%1

Triadic Colors of #fd6c8f

#fd6c8f #8ffd6c #6c8ffd

Analogous Colors of #fd6c8f

#fd6c8f #fd926c #fd6cd8

Monochromatic Colors of #fd6c8f

#fd6c8f

Complementary Color

#fd6c8f #6cfdda

#fd6c8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6c8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6c8f Color CSS Codes

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

#fd6c8f Text Font Color

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

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


#fd6c8f Background Color

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

This div background color is #fd6c8f


#fd6c8f Border Color

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

This div border color is #fd6c8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6c8f


Comments

No comments written yet.

Please login to write comment.