Color Hex Logo

#fb49bc Color Hex

#FB49BC
(251,73,188)
0 Favorites   0 Comments

Color spaces of #fb49bc

RGB 25173188
HSL0.890.960.64
HSV321°71°98°
CMYK 0.000.710.25   0.02
XYZ51.243328.905250.4554
Yxy28.90520.39240.2213
Hunter Lab53.763676.0463-18.0073
CIE-Lab60.697976.3512-22.5296

#fb49bc color RGB value is (251,73,188).

#fb49bc hex color red value is 251, green value is 73 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fb49bc hue: 0.89 , saturation: 0.96 and the lightness value of fb49bc is 0.64.

The process color (four color CMYK) of #fb49bc color hex is 0.00, 0.71, 0.25, 0.02. Web safe color of #fb49bc is #ff33cc. Color #fb49bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001001 10111100
Octal 373 111 274
Decimal 251 73 188
Hex FB 49 BC

RGB Percentages of Color #fb49bc

%49.02
%14.26
%36.72

CMYK Percentages of Color #fb49bc

%0
%71
%25
%2

Triadic Colors of #fb49bc

#fb49bc #bcfb49 #49bcfb

Analogous Colors of #fb49bc

#fb49bc #fb4963 #e149fb

Monochromatic Colors of #fb49bc

#fb49bc

Complementary Color

#fb49bc #49fb88

#fb49bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb49bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb49bc Color CSS Codes

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

#fb49bc Text Font Color

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

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


#fb49bc Background Color

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

This div background color is #fb49bc


#fb49bc Border Color

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

This div border color is #fb49bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb49bc


Comments

No comments written yet.

Please login to write comment.