Color Hex Logo

#fb91ab Color Hex

#FB91AB
(251,145,171)
0 Favorites   0 Comments

Color spaces of #fb91ab

RGB 251145171
HSL0.960.930.78
HSV345°42°98°
CMYK 0.000.420.32   0.02
XYZ57.259743.700343.9452
Yxy43.70030.39520.3016
Hunter Lab66.106238.92686.8603
CIE-Lab72.027742.85643.9699

#fb91ab color RGB value is (251,145,171).

#fb91ab hex color red value is 251, green value is 145 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fb91ab hue: 0.96 , saturation: 0.93 and the lightness value of fb91ab is 0.78.

The process color (four color CMYK) of #fb91ab color hex is 0.00, 0.42, 0.32, 0.02. Web safe color of #fb91ab is #ff9999. Color #fb91ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010001 10101011
Octal 373 221 253
Decimal 251 145 171
Hex FB 91 AB

RGB Percentages of Color #fb91ab

%44.27
%25.57
%30.16

CMYK Percentages of Color #fb91ab

%0
%42
%32
%2

Triadic Colors of #fb91ab

#fb91ab #abfb91 #91abfb

Analogous Colors of #fb91ab

#fb91ab #fbac91 #fb91e0

Monochromatic Colors of #fb91ab

#fb91ab

Complementary Color

#fb91ab #91fbe1

#fb91ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb91ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb91ab Color CSS Codes

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

#fb91ab Text Font Color

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

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


#fb91ab Background Color

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

This div background color is #fb91ab


#fb91ab Border Color

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

This div border color is #fb91ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb91ab


Comments

No comments written yet.

Please login to write comment.