Color Hex Logo

#fbbbbb Color Hex

#FBBBBB
(251,187,187)
0 Favorites   0 Comments

Color spaces of #fbbbbb

RGB 251187187
HSL0.000.890.86
HSV25°98°
CMYK 0.000.250.25   0.02
XYZ66.523659.637755.0188
Yxy59.63770.36720.3292
Hunter Lab77.225418.619111.8170
CIE-Lab81.640923.06559.0471

#fbbbbb color RGB value is (251,187,187).

#fbbbbb hex color red value is 251, green value is 187 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fbbbbb hue: 0.00 , saturation: 0.89 and the lightness value of fbbbbb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111011 10111011
Octal 373 273 273
Decimal 251 187 187
Hex FB BB BB

RGB Percentages of Color #fbbbbb

%40.16
%29.92
%29.92

CMYK Percentages of Color #fbbbbb

%0
%25
%25
%2

Triadic Colors of #fbbbbb

#fbbbbb #bbfbbb #bbbbfb

Analogous Colors of #fbbbbb

#fbbbbb #fbdbbb #fbbbdb

Monochromatic Colors of #fbbbbb

#fbbbbb

Complementary Color

#fbbbbb #bbfbfb

#fbbbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbbbb Color CSS Codes

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

#fbbbbb Text Font Color

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

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


#fbbbbb Background Color

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

This div background color is #fbbbbb


#fbbbbb Border Color

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

This div border color is #fbbbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbbbb

Related Colors

#fbbbbb Color Palettes


Comments

No comments written yet.

Please login to write comment.