Color Hex Logo

#fbbbec Color Hex

#FBBBEC
(251,187,236)
0 Favorites   0 Comments

Color spaces of #fbbbec

RGB 251187236
HSL0.870.890.86
HSV314°25°98°
CMYK 0.000.250.06   0.02
XYZ72.694362.106087.5131
Yxy62.10600.32700.2794
Hunter Lab78.807426.7409-10.6745
CIE-Lab82.969830.6600-15.3145

#fbbbec color RGB value is (251,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111011 11101100
Octal 373 273 354
Decimal 251 187 236
Hex FB BB EC

RGB Percentages of Color #fbbbec

%37.24
%27.74
%35.01

CMYK Percentages of Color #fbbbec

%0
%25
%6
%2

Triadic Colors of #fbbbec

#fbbbec #ecfbbb #bbecfb

Analogous Colors of #fbbbec

#fbbbec #fbbbcc #eabbfb

Monochromatic Colors of #fbbbec

#fbbbec

Complementary Color

#fbbbec #bbfbca

#fbbbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbbec Color CSS Codes

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

#fbbbec Text Font Color

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

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


#fbbbec Background Color

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

This div background color is #fbbbec


#fbbbec Border Color

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

This div border color is #fbbbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbbec


Comments

No comments written yet.

Please login to write comment.