Color Hex Logo

#fb596f Color Hex

#FB596F
(251,89,111)
0 Favorites   0 Comments

Color spaces of #fb596f

RGB 25189111
HSL0.980.950.67
HSV352°65°98°
CMYK 0.000.650.56   0.02
XYZ46.225328.801718.1619
Yxy28.80170.49600.3091
Hunter Lab53.667259.830217.5023
CIE-Lab60.606263.004021.9857

#fb596f color RGB value is (251,89,111).

#fb596f hex color red value is 251, green value is 89 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fb596f hue: 0.98 , saturation: 0.95 and the lightness value of fb596f is 0.67.

The process color (four color CMYK) of #fb596f color hex is 0.00, 0.65, 0.56, 0.02. Web safe color of #fb596f is #ff6666. Color #fb596f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011001 01101111
Octal 373 131 157
Decimal 251 89 111
Hex FB 59 6F

RGB Percentages of Color #fb596f

%55.65
%19.73
%24.61

CMYK Percentages of Color #fb596f

%0
%65
%56
%2

Triadic Colors of #fb596f

#fb596f #6ffb59 #596ffb

Analogous Colors of #fb596f

#fb596f #fb9459 #fb59c0

Monochromatic Colors of #fb596f

#fb596f

Complementary Color

#fb596f #59fbe5

#fb596f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb596f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb596f Color CSS Codes

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

#fb596f Text Font Color

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

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


#fb596f Background Color

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

This div background color is #fb596f


#fb596f Border Color

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

This div border color is #fb596f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb596f


Comments

No comments written yet.

Please login to write comment.