Color Hex Logo

#fd649f Color Hex

#FD649F
(253,100,159)
0 Favorites   0 Comments

Color spaces of #fd649f

RGB 253100159
HSL0.940.970.69
HSV337°60°99°
CMYK 0.000.600.37   0.01
XYZ51.323232.500236.3690
Yxy32.50020.42700.2704
Hunter Lab57.008960.93182.0821
CIE-Lab63.754263.3890-1.2601

#fd649f color RGB value is (253,100,159).

#fd649f hex color red value is 253, green value is 100 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fd649f hue: 0.94 , saturation: 0.97 and the lightness value of fd649f is 0.69.

The process color (four color CMYK) of #fd649f color hex is 0.00, 0.60, 0.37, 0.01. Web safe color of #fd649f is #ff6699. Color #fd649f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100100 10011111
Octal 375 144 237
Decimal 253 100 159
Hex FD 64 9F

RGB Percentages of Color #fd649f

%49.41
%19.53
%31.05

CMYK Percentages of Color #fd649f

%0
%60
%37
%1

Triadic Colors of #fd649f

#fd649f #9ffd64 #649ffd

Analogous Colors of #fd649f

#fd649f #fd7664 #fd64ec

Monochromatic Colors of #fd649f

#fd649f

Complementary Color

#fd649f #64fdc2

#fd649f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd649f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd649f Color CSS Codes

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

#fd649f Text Font Color

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

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


#fd649f Background Color

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

This div background color is #fd649f


#fd649f Border Color

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

This div border color is #fd649f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd649f


Comments

No comments written yet.

Please login to write comment.