Color Hex Logo

#fbebeb Color Hex

#FBEBEB
(251,235,235)
1 Favorites   0 Comments

Color spaces of #fbebeb

RGB 251235235
HSL0.000.670.95
HSV98°
CMYK 0.000.060.06   0.02
XYZ84.487485.924090.7293
Yxy85.92400.32350.3290
Hunter Lab92.69520.47796.8541
CIE-Lab94.27985.40791.9350

#fbebeb color RGB value is (251,235,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 11101011
Octal 373 353 353
Decimal 251 235 235
Hex FB EB EB

RGB Percentages of Color #fbebeb

%34.81
%32.59
%32.59

CMYK Percentages of Color #fbebeb

%0
%6
%6
%2

Triadic Colors of #fbebeb

#fbebeb #ebfbeb #ebebfb

Analogous Colors of #fbebeb

#fbebeb #fbf3eb #fbebf3

Monochromatic Colors of #fbebeb

#fbebeb

Complementary Color

#fbebeb #ebfbfb

#fbebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbebeb Color CSS Codes

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

#fbebeb Text Font Color

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

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


#fbebeb Background Color

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

This div background color is #fbebeb


#fbebeb Border Color

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

This div border color is #fbebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbebeb

Related Colors

#fbebeb Color Palettes


Comments

No comments written yet.

Please login to write comment.