Color Hex Logo

#fbebd8 Color Hex

#FBEBD8
(251,235,216)
0 Favorites   0 Comments

Color spaces of #fbebd8

RGB 251235216
HSL0.090.810.92
HSV33°14°98°
CMYK 0.000.060.14   0.02
XYZ81.886784.883877.0341
Yxy84.88380.33590.3482
Hunter Lab92.1324-2.582014.9189
CIE-Lab93.83302.349511.1550

#fbebd8 color RGB value is (251,235,216).

#fbebd8 hex color red value is 251, green value is 235 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #fbebd8 hue: 0.09 , saturation: 0.81 and the lightness value of fbebd8 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 11011000
Octal 373 353 330
Decimal 251 235 216
Hex FB EB D8

RGB Percentages of Color #fbebd8

%35.75
%33.48
%30.77

CMYK Percentages of Color #fbebd8

%0
%6
%14
%2

Triadic Colors of #fbebd8

#fbebd8 #d8fbeb #ebd8fb

Analogous Colors of #fbebd8

#fbebd8 #fafbd8 #fbdad8

Monochromatic Colors of #fbebd8

#fbebd8

Complementary Color

#fbebd8 #d8e8fb

#fbebd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbebd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbebd8 Color CSS Codes

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

#fbebd8 Text Font Color

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

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


#fbebd8 Background Color

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

This div background color is #fbebd8


#fbebd8 Border Color

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

This div border color is #fbebd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbebd8

#fbebd8 Color Palettes


Comments

No comments written yet.

Please login to write comment.