Color Hex Logo

#fbebef Color Hex

#FBEBEF
(251,235,239)
1 Favorites   0 Comments

Color spaces of #fbebef

RGB 251235239
HSL0.960.670.95
HSV345°98°
CMYK 0.000.060.05   0.02
XYZ85.072086.157993.8077
Yxy86.15790.32100.3251
Hunter Lab92.82131.16055.0548
CIE-Lab94.37986.08330.0024

#fbebef color RGB value is (251,235,239).

#fbebef hex color red value is 251, green value is 235 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fbebef hue: 0.96 , saturation: 0.67 and the lightness value of fbebef is 0.95.

The process color (four color CMYK) of #fbebef color hex is 0.00, 0.06, 0.05, 0.02. Web safe color of #fbebef is #ffffff. Color #fbebef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 11101111
Octal 373 353 357
Decimal 251 235 239
Hex FB EB EF

RGB Percentages of Color #fbebef

%34.62
%32.41
%32.97

CMYK Percentages of Color #fbebef

%0
%6
%5
%2

Triadic Colors of #fbebef

#fbebef #effbeb #ebeffb

Analogous Colors of #fbebef

#fbebef #fbefeb #fbebf7

Monochromatic Colors of #fbebef

#fbebef

Complementary Color

#fbebef #ebfbf7

#fbebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbebef Color CSS Codes

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

#fbebef Text Font Color

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

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


#fbebef Background Color

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

This div background color is #fbebef


#fbebef Border Color

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

This div border color is #fbebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbebef


Comments

No comments written yet.

Please login to write comment.