Color Hex Logo

#fb657e Color Hex

#FB657E
(251,101,126)
0 Favorites   0 Comments

Color spaces of #fb657e

RGB 251101126
HSL0.970.950.69
HSV350°60°98°
CMYK 0.000.600.50   0.02
XYZ48.203231.322923.2440
Yxy31.32290.46900.3048
Hunter Lab55.966955.796714.5527
CIE-Lab62.779359.167416.2954

#fb657e color RGB value is (251,101,126).

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

The process color (four color CMYK) of #fb657e color hex is 0.00, 0.60, 0.50, 0.02. Web safe color of #fb657e is #ff6666. Color #fb657e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100101 01111110
Octal 373 145 176
Decimal 251 101 126
Hex FB 65 7E

RGB Percentages of Color #fb657e

%52.51
%21.13
%26.36

CMYK Percentages of Color #fb657e

%0
%60
%50
%2

Triadic Colors of #fb657e

#fb657e #7efb65 #657efb

Analogous Colors of #fb657e

#fb657e #fb9765 #fb65c9

Monochromatic Colors of #fb657e

#fb657e

Complementary Color

#fb657e #65fbe2

#fb657e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb657e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb657e Color CSS Codes

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

#fb657e Text Font Color

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

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


#fb657e Background Color

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

This div background color is #fb657e


#fb657e Border Color

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

This div border color is #fb657e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb657e


Comments

No comments written yet.

Please login to write comment.