Color Hex Logo

#fb8bbb Color Hex

#FB8BBB
(251,139,187)
0 Favorites   0 Comments

Color spaces of #fb8bbb

RGB 251139187
HSL0.930.930.76
HSV334°45°98°
CMYK 0.000.450.25   0.02
XYZ57.985942.562352.1729
Yxy42.56230.37970.2787
Hunter Lab65.239844.4833-1.7469
CIE-Lab71.256947.9567-6.0609

#fb8bbb color RGB value is (251,139,187).

#fb8bbb hex color red value is 251, green value is 139 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fb8bbb hue: 0.93 , saturation: 0.93 and the lightness value of fb8bbb is 0.76.

The process color (four color CMYK) of #fb8bbb color hex is 0.00, 0.45, 0.25, 0.02. Web safe color of #fb8bbb is #ff99cc. Color #fb8bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001011 10111011
Octal 373 213 273
Decimal 251 139 187
Hex FB 8B BB

RGB Percentages of Color #fb8bbb

%43.50
%24.09
%32.41

CMYK Percentages of Color #fb8bbb

%0
%45
%25
%2

Triadic Colors of #fb8bbb

#fb8bbb #bbfb8b #8bbbfb

Analogous Colors of #fb8bbb

#fb8bbb #fb938b #fb8bf3

Monochromatic Colors of #fb8bbb

#fb8bbb

Complementary Color

#fb8bbb #8bfbcb

#fb8bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8bbb Color CSS Codes

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

#fb8bbb Text Font Color

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

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


#fb8bbb Background Color

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

This div background color is #fb8bbb


#fb8bbb Border Color

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

This div border color is #fb8bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8bbb

Related Colors


Comments

No comments written yet.

Please login to write comment.