Color Hex Logo

#fb648d Color Hex

#FB648D
(251,100,141)
0 Favorites   0 Comments

Color spaces of #fb648d

RGB 251100141
HSL0.950.950.69
HSV344°60°98°
CMYK 0.000.600.44   0.02
XYZ49.148631.546728.6980
Yxy31.54670.44930.2884
Hunter Lab56.166457.90569.0225
CIE-Lab62.966560.95057.9178

#fb648d color RGB value is (251,100,141).

#fb648d hex color red value is 251, green value is 100 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fb648d hue: 0.95 , saturation: 0.95 and the lightness value of fb648d is 0.69.

The process color (four color CMYK) of #fb648d color hex is 0.00, 0.60, 0.44, 0.02. Web safe color of #fb648d is #ff6699. Color #fb648d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100100 10001101
Octal 373 144 215
Decimal 251 100 141
Hex FB 64 8D

RGB Percentages of Color #fb648d

%51.02
%20.33
%28.66

CMYK Percentages of Color #fb648d

%0
%60
%44
%2

Triadic Colors of #fb648d

#fb648d #8dfb64 #648dfb

Analogous Colors of #fb648d

#fb648d #fb8764 #fb64d9

Monochromatic Colors of #fb648d

#fb648d

Complementary Color

#fb648d #64fbd2

#fb648d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb648d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb648d Color CSS Codes

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

#fb648d Text Font Color

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

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


#fb648d Background Color

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

This div background color is #fb648d


#fb648d Border Color

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

This div border color is #fb648d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb648d


Comments

No comments written yet.

Please login to write comment.