Color Hex Logo

#fd648b Color Hex

#FD648B
(253,100,139)
0 Favorites   0 Comments

Color spaces of #fd648b

RGB 253100139
HSL0.960.970.69
HSV345°60°99°
CMYK 0.000.600.45   0.01
XYZ49.725431.861127.9551
Yxy31.86110.45390.2909
Hunter Lab56.445658.468510.1482
CIE-Lab63.227961.38749.4848

#fd648b color RGB value is (253,100,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100100 10001011
Octal 375 144 213
Decimal 253 100 139
Hex FD 64 8B

RGB Percentages of Color #fd648b

%51.42
%20.33
%28.25

CMYK Percentages of Color #fd648b

%0
%60
%45
%1

Triadic Colors of #fd648b

#fd648b #8bfd64 #648bfd

Analogous Colors of #fd648b

#fd648b #fd8a64 #fd64d8

Monochromatic Colors of #fd648b

#fd648b

Complementary Color

#fd648b #64fdd6

#fd648b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd648b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd648b Color CSS Codes

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

#fd648b Text Font Color

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

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


#fd648b Background Color

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

This div background color is #fd648b


#fd648b Border Color

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

This div border color is #fd648b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd648b


Comments

No comments written yet.

Please login to write comment.