Color Hex Logo

#fb649f Color Hex

#FB649F
(251,100,159)
0 Favorites   0 Comments

Color spaces of #fb649f

RGB 251100159
HSL0.930.950.69
HSV337°60°98°
CMYK 0.000.600.37   0.02
XYZ50.598832.126836.3351
Yxy32.12680.42500.2698
Hunter Lab56.680560.15641.6684
CIE-Lab63.447562.7859-1.7456

#fb649f color RGB value is (251,100,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100100 10011111
Octal 373 144 237
Decimal 251 100 159
Hex FB 64 9F

RGB Percentages of Color #fb649f

%49.22
%19.61
%31.18

CMYK Percentages of Color #fb649f

%0
%60
%37
%2

Triadic Colors of #fb649f

#fb649f #9ffb64 #649ffb

Analogous Colors of #fb649f

#fb649f #fb7564 #fb64eb

Monochromatic Colors of #fb649f

#fb649f

Complementary Color

#fb649f #64fbc0

#fb649f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb649f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb649f Color CSS Codes

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

#fb649f Text Font Color

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

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


#fb649f Background Color

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

This div background color is #fb649f


#fb649f Border Color

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

This div border color is #fb649f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb649f


Comments

No comments written yet.

Please login to write comment.