Color Hex Logo

#fbebdb Color Hex

#FBEBDB
(251,235,219)
0 Favorites   0 Comments

Color spaces of #fbebdb

RGB 251235219
HSL0.080.800.92
HSV30°13°98°
CMYK 0.000.060.13   0.02
XYZ82.278285.040479.0957
Yxy85.04040.33390.3451
Hunter Lab92.2174-2.119013.6985
CIE-Lab93.90052.81569.6956

#fbebdb color RGB value is (251,235,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 11011011
Octal 373 353 333
Decimal 251 235 219
Hex FB EB DB

RGB Percentages of Color #fbebdb

%35.60
%33.33
%31.06

CMYK Percentages of Color #fbebdb

%0
%6
%13
%2

Triadic Colors of #fbebdb

#fbebdb #dbfbeb #ebdbfb

Analogous Colors of #fbebdb

#fbebdb #fbfbdb #fbdbdb

Monochromatic Colors of #fbebdb

#fbebdb

Complementary Color

#fbebdb #dbebfb

#fbebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbebdb Color CSS Codes

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

#fbebdb Text Font Color

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

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


#fbebdb Background Color

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

This div background color is #fbebdb


#fbebdb Border Color

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

This div border color is #fbebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbebdb

Related Colors

#fbebdb Color Palettes


Comments

No comments written yet.

Please login to write comment.