Color Hex Logo

#fbbbeb Color Hex

#FBBBEB
(251,187,235)
0 Favorites   0 Comments

Color spaces of #fbbbeb

RGB 251187235
HSL0.880.890.86
HSV315°25°98°
CMYK 0.000.250.06   0.02
XYZ72.549462.048086.7500
Yxy62.04800.32780.2803
Hunter Lab78.770626.5539-10.1567
CIE-Lab82.938930.4888-14.8256

#fbbbeb color RGB value is (251,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111011 11101011
Octal 373 273 353
Decimal 251 187 235
Hex FB BB EB

RGB Percentages of Color #fbbbeb

%37.30
%27.79
%34.92

CMYK Percentages of Color #fbbbeb

%0
%25
%6
%2

Triadic Colors of #fbbbeb

#fbbbeb #ebfbbb #bbebfb

Analogous Colors of #fbbbeb

#fbbbeb #fbbbcb #ebbbfb

Monochromatic Colors of #fbbbeb

#fbbbeb

Complementary Color

#fbbbeb #bbfbcb

#fbbbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbbeb Color CSS Codes

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

#fbbbeb Text Font Color

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

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


#fbbbeb Background Color

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

This div background color is #fbbbeb


#fbbbeb Border Color

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

This div border color is #fbbbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbbeb


Comments

No comments written yet.

Please login to write comment.