Color Hex Logo

#fbf0db Color Hex

#FBF0DB
(251,240,219)
0 Favorites   0 Comments

Color spaces of #fbf0db

RGB 251240219
HSL0.110.800.92
HSV39°13°98°
CMYK 0.000.040.13   0.02
XYZ83.729987.943979.5797
Yxy87.94390.33320.3500
Hunter Lab93.7784-4.738815.3318
CIE-Lab95.13730.270811.4620

#fbf0db color RGB value is (251,240,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 11011011
Octal 373 360 333
Decimal 251 240 219
Hex FB F0 DB

RGB Percentages of Color #fbf0db

%35.35
%33.80
%30.85

CMYK Percentages of Color #fbf0db

%0
%4
%13
%2

Triadic Colors of #fbf0db

#fbf0db #dbfbf0 #f0dbfb

Analogous Colors of #fbf0db

#fbf0db #f6fbdb #fbe0db

Monochromatic Colors of #fbf0db

#fbf0db

Complementary Color

#fbf0db #dbe6fb

#fbf0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf0db Color CSS Codes

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

#fbf0db Text Font Color

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

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


#fbf0db Background Color

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

This div background color is #fbf0db


#fbf0db Border Color

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

This div border color is #fbf0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf0db

#fbf0db Color Palettes


Comments

No comments written yet.

Please login to write comment.