Color Hex Logo

#fbbebf Color Hex

#FBBEBF
(251,190,191)
0 Favorites   0 Comments

Color spaces of #fbbebf

RGB 251190191
HSL1.000.880.86
HSV359°24°98°
CMYK 0.000.240.24   0.02
XYZ67.601161.097757.5203
Yxy61.09770.36300.3281
Hunter Lab78.165017.587111.0850
CIE-Lab82.431222.04278.0312

#fbbebf color RGB value is (251,190,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 10111111
Octal 373 276 277
Decimal 251 190 191
Hex FB BE BF

RGB Percentages of Color #fbbebf

%39.72
%30.06
%30.22

CMYK Percentages of Color #fbbebf

%0
%24
%24
%2

Triadic Colors of #fbbebf

#fbbebf #bffbbe #bebffb

Analogous Colors of #fbbebf

#fbbebf #fbdcbe #fbbede

Monochromatic Colors of #fbbebf

#fbbebf

Complementary Color

#fbbebf #befbfa

#fbbebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbebf Color CSS Codes

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

#fbbebf Text Font Color

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

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


#fbbebf Background Color

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

This div background color is #fbbebf


#fbbebf Border Color

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

This div border color is #fbbebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbebf


Comments

No comments written yet.

Please login to write comment.