Color Hex Logo

#fb5fab Color Hex

#FB5FAB
(251,95,171)
0 Favorites   0 Comments

Color spaces of #fb5fab

RGB 25195171
HSL0.920.950.68
HSV331°62°98°
CMYK 0.000.620.32   0.02
XYZ51.226631.633941.9341
Yxy31.63390.41050.2535
Hunter Lab56.244064.1493-4.8343
CIE-Lab63.039166.2153-9.2377

#fb5fab color RGB value is (251,95,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011111 10101011
Octal 373 137 253
Decimal 251 95 171
Hex FB 5F AB

RGB Percentages of Color #fb5fab

%48.55
%18.38
%33.08

CMYK Percentages of Color #fb5fab

%0
%62
%32
%2

Triadic Colors of #fb5fab

#fb5fab #abfb5f #5fabfb

Analogous Colors of #fb5fab

#fb5fab #fb615f #fb5ff9

Monochromatic Colors of #fb5fab

#fb5fab

Complementary Color

#fb5fab #5ffbaf

#fb5fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5fab Color CSS Codes

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

#fb5fab Text Font Color

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

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


#fb5fab Background Color

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

This div background color is #fb5fab


#fb5fab Border Color

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

This div border color is #fb5fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,95,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 #fb5fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5fab

Related Colors


Comments

No comments written yet.

Please login to write comment.