Color Hex Logo

#fbbeeb Color Hex

#FBBEEB
(251,190,235)
0 Favorites   0 Comments

Color spaces of #fbbeeb

RGB 251190235
HSL0.880.880.86
HSV316°24°98°
CMYK 0.000.240.06   0.02
XYZ73.192563.334386.9643
Yxy63.33430.32750.2834
Hunter Lab79.582824.8968-9.0813
CIE-Lab83.618028.9082-13.8074

#fbbeeb color RGB value is (251,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 11101011
Octal 373 276 353
Decimal 251 190 235
Hex FB BE EB

RGB Percentages of Color #fbbeeb

%37.13
%28.11
%34.76

CMYK Percentages of Color #fbbeeb

%0
%24
%6
%2

Triadic Colors of #fbbeeb

#fbbeeb #ebfbbe #beebfb

Analogous Colors of #fbbeeb

#fbbeeb #fbbecd #edbefb

Monochromatic Colors of #fbbeeb

#fbbeeb

Complementary Color

#fbbeeb #befbce

#fbbeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbeeb Color CSS Codes

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

#fbbeeb Text Font Color

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

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


#fbbeeb Background Color

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

This div background color is #fbbeeb


#fbbeeb Border Color

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

This div border color is #fbbeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbeeb


Comments

No comments written yet.

Please login to write comment.