Color Hex Logo

#fbbebb Color Hex

#FBBEBB
(251,190,187)
0 Favorites   0 Comments

Color spaces of #fbbebb

RGB 251190187
HSL0.010.890.86
HSV25°98°
CMYK 0.000.240.25   0.02
XYZ67.166860.924055.2331
Yxy60.92400.36640.3323
Hunter Lab78.053817.008412.6824
CIE-Lab82.337921.487410.0423

#fbbebb color RGB value is (251,190,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 10111011
Octal 373 276 273
Decimal 251 190 187
Hex FB BE BB

RGB Percentages of Color #fbbebb

%39.97
%30.25
%29.78

CMYK Percentages of Color #fbbebb

%0
%24
%25
%2

Triadic Colors of #fbbebb

#fbbebb #bbfbbe #bebbfb

Analogous Colors of #fbbebb

#fbbebb #fbdebb #fbbbd8

Monochromatic Colors of #fbbebb

#fbbebb

Complementary Color

#fbbebb #bbf8fb

#fbbebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbebb Color CSS Codes

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

#fbbebb Text Font Color

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

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


#fbbebb Background Color

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

This div background color is #fbbebb


#fbbebb Border Color

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

This div border color is #fbbebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbebb

Related Colors


Comments

No comments written yet.

Please login to write comment.