Color Hex Logo

#fb56aa Color Hex

#FB56AA
(251,86,170)
0 Favorites   0 Comments

Color spaces of #fb56aa

RGB 25186170
HSL0.920.950.66
HSV329°66°98°
CMYK 0.000.660.32   0.02
XYZ50.367130.067141.1791
Yxy30.06710.41420.2472
Hunter Lab54.833568.0020-6.1424
CIE-Lab61.712169.6469-10.6472

#fb56aa color RGB value is (251,86,170).

#fb56aa hex color red value is 251, green value is 86 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fb56aa hue: 0.92 , saturation: 0.95 and the lightness value of fb56aa is 0.66.

The process color (four color CMYK) of #fb56aa color hex is 0.00, 0.66, 0.32, 0.02. Web safe color of #fb56aa is #ff6699. Color #fb56aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010110 10101010
Octal 373 126 252
Decimal 251 86 170
Hex FB 56 AA

RGB Percentages of Color #fb56aa

%49.51
%16.96
%33.53

CMYK Percentages of Color #fb56aa

%0
%66
%32
%2

Triadic Colors of #fb56aa

#fb56aa #aafb56 #56aafb

Analogous Colors of #fb56aa

#fb56aa #fb5658 #fa56fb

Monochromatic Colors of #fb56aa

#fb56aa

Complementary Color

#fb56aa #56fba7

#fb56aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb56aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb56aa Color CSS Codes

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

#fb56aa Text Font Color

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

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


#fb56aa Background Color

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

This div background color is #fb56aa


#fb56aa Border Color

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

This div border color is #fb56aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb56aa

Related Colors


Comments

No comments written yet.

Please login to write comment.