Color Hex Logo

#fbbfeb Color Hex

#FBBFEB
(251,191,235)
0 Favorites   0 Comments

Color spaces of #fbbfeb

RGB 251191235
HSL0.880.880.87
HSV316°24°98°
CMYK 0.000.240.06   0.02
XYZ73.409963.769087.0368
Yxy63.76900.32740.2844
Hunter Lab79.855524.3451-8.7230
CIE-Lab83.845428.3814-13.4669

#fbbfeb color RGB value is (251,191,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 11101011
Octal 373 277 353
Decimal 251 191 235
Hex FB BF EB

RGB Percentages of Color #fbbfeb

%37.08
%28.21
%34.71

CMYK Percentages of Color #fbbfeb

%0
%24
%6
%2

Triadic Colors of #fbbfeb

#fbbfeb #ebfbbf #bfebfb

Analogous Colors of #fbbfeb

#fbbfeb #fbbfcd #edbffb

Monochromatic Colors of #fbbfeb

#fbbfeb

Complementary Color

#fbbfeb #bffbcf

#fbbfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbfeb Color CSS Codes

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

#fbbfeb Text Font Color

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

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


#fbbfeb Background Color

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

This div background color is #fbbfeb


#fbbfeb Border Color

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

This div border color is #fbbfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbfeb


Comments

No comments written yet.

Please login to write comment.