Color Hex Logo

#fbbceb Color Hex

#FBBCEB
(251,188,235)
0 Favorites   0 Comments

Color spaces of #fbbceb

RGB 251188235
HSL0.880.890.86
HSV315°25°98°
CMYK 0.000.250.06   0.02
XYZ72.762362.473886.8209
Yxy62.47380.32770.2813
Hunter Lab79.040426.0013-9.7981
CIE-Lab83.164729.9621-14.4868

#fbbceb color RGB value is (251,188,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 11101011
Octal 373 274 353
Decimal 251 188 235
Hex FB BC EB

RGB Percentages of Color #fbbceb

%37.24
%27.89
%34.87

CMYK Percentages of Color #fbbceb

%0
%25
%6
%2

Triadic Colors of #fbbceb

#fbbceb #ebfbbc #bcebfb

Analogous Colors of #fbbceb

#fbbceb #fbbccc #ecbcfb

Monochromatic Colors of #fbbceb

#fbbceb

Complementary Color

#fbbceb #bcfbcc

#fbbceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbceb Color CSS Codes

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

#fbbceb Text Font Color

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

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


#fbbceb Background Color

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

This div background color is #fbbceb


#fbbceb Border Color

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

This div border color is #fbbceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbceb

Related Colors


Comments

No comments written yet.

Please login to write comment.