Color Hex Logo

#fb49cc Color Hex

#FB49CC
(251,73,204)
0 Favorites   0 Comments

Color spaces of #fb49cc

RGB 25173204
HSL0.880.960.64
HSV316°71°98°
CMYK 0.000.710.19   0.02
XYZ53.065329.634060.0498
Yxy29.63400.37170.2076
Hunter Lab54.437178.7368-27.2970
CIE-Lab61.337178.3628-30.6739

#fb49cc color RGB value is (251,73,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001001 11001100
Octal 373 111 314
Decimal 251 73 204
Hex FB 49 CC

RGB Percentages of Color #fb49cc

%47.54
%13.83
%38.64

CMYK Percentages of Color #fb49cc

%0
%71
%19
%2

Triadic Colors of #fb49cc

#fb49cc #ccfb49 #49ccfb

Analogous Colors of #fb49cc

#fb49cc #fb4973 #d149fb

Monochromatic Colors of #fb49cc

#fb49cc

Complementary Color

#fb49cc #49fb78

#fb49cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb49cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb49cc Color CSS Codes

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

#fb49cc Text Font Color

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

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


#fb49cc Background Color

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

This div background color is #fb49cc


#fb49cc Border Color

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

This div border color is #fb49cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb49cc


Comments

No comments written yet.

Please login to write comment.