Color Hex Logo

#fbbbbd Color Hex

#FBBBBD
(251,187,189)
2 Favorites   0 Comments

Color spaces of #fbbbbd

RGB 251187189
HSL0.990.890.86
HSV358°25°98°
CMYK 0.000.250.25   0.02
XYZ66.739359.724056.1545
Yxy59.72400.36550.3270
Hunter Lab77.281318.908411.0153
CIE-Lab81.687923.34198.0396

#fbbbbd color RGB value is (251,187,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111011 10111101
Octal 373 273 275
Decimal 251 187 189
Hex FB BB BD

RGB Percentages of Color #fbbbbd

%40.03
%29.82
%30.14

CMYK Percentages of Color #fbbbbd

%0
%25
%25
%2

Triadic Colors of #fbbbbd

#fbbbbd #bdfbbb #bbbdfb

Analogous Colors of #fbbbbd

#fbbbbd #fbd9bb #fbbbdd

Monochromatic Colors of #fbbbbd

#fbbbbd

Complementary Color

#fbbbbd #bbfbf9

#fbbbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbbbd Color CSS Codes

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

#fbbbbd Text Font Color

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

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


#fbbbbd Background Color

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

This div background color is #fbbbbd


#fbbbbd Border Color

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

This div border color is #fbbbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbbbd


Comments

No comments written yet.

Please login to write comment.