Color Hex Logo

#fbedeb Color Hex

#FBEDEB
(251,237,235)
0 Favorites   0 Comments

Color spaces of #fbedeb

RGB 251237235
HSL0.020.670.95
HSV98°
CMYK 0.000.060.06   0.02
XYZ85.063287.075890.9213
Yxy87.07580.32340.3310
Hunter Lab93.3144-0.58397.5506
CIE-Lab94.77044.38302.6481

#fbedeb color RGB value is (251,237,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 11101011
Octal 373 355 353
Decimal 251 237 235
Hex FB ED EB

RGB Percentages of Color #fbedeb

%34.72
%32.78
%32.50

CMYK Percentages of Color #fbedeb

%0
%6
%6
%2

Triadic Colors of #fbedeb

#fbedeb #ebfbed #edebfb

Analogous Colors of #fbedeb

#fbedeb #fbf5eb #fbebf1

Monochromatic Colors of #fbedeb

#fbedeb

Complementary Color

#fbedeb #ebf9fb

#fbedeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbedeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbedeb Color CSS Codes

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

#fbedeb Text Font Color

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

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


#fbedeb Background Color

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

This div background color is #fbedeb


#fbedeb Border Color

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

This div border color is #fbedeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbedeb


Comments

No comments written yet.

Please login to write comment.