Color Hex Logo

#fb49bf Color Hex

#FB49BF
(251,73,191)
0 Favorites   0 Comments

Color spaces of #fb49bf

RGB 25173191
HSL0.890.960.64
HSV320°71°98°
CMYK 0.000.710.24   0.02
XYZ51.570229.035952.1767
Yxy29.03590.38840.2187
Hunter Lab53.885076.5334-19.6909
CIE-Lab60.813376.7172-24.0709

#fb49bf color RGB value is (251,73,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001001 10111111
Octal 373 111 277
Decimal 251 73 191
Hex FB 49 BF

RGB Percentages of Color #fb49bf

%48.74
%14.17
%37.09

CMYK Percentages of Color #fb49bf

%0
%71
%24
%2

Triadic Colors of #fb49bf

#fb49bf #bffb49 #49bffb

Analogous Colors of #fb49bf

#fb49bf #fb4966 #de49fb

Monochromatic Colors of #fb49bf

#fb49bf

Complementary Color

#fb49bf #49fb85

#fb49bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb49bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb49bf Color CSS Codes

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

#fb49bf Text Font Color

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

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


#fb49bf Background Color

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

This div background color is #fb49bf


#fb49bf Border Color

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

This div border color is #fb49bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb49bf


Comments

No comments written yet.

Please login to write comment.