Color Hex Logo

#fbf5dd Color Hex

#FBF5DD
(251,245,221)
0 Favorites   0 Comments

Color spaces of #fbf5dd

RGB 251245221
HSL0.130.790.93
HSV48°12°98°
CMYK 0.000.020.12   0.02
XYZ85.487291.034581.4724
Yxy91.03450.33140.3529
Hunter Lab95.4120-7.038716.1606
CIE-Lab96.4242-1.946312.2638

#fbf5dd color RGB value is (251,245,221).

#fbf5dd hex color red value is 251, green value is 245 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fbf5dd hue: 0.13 , saturation: 0.79 and the lightness value of fbf5dd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 11011101
Octal 373 365 335
Decimal 251 245 221
Hex FB F5 DD

RGB Percentages of Color #fbf5dd

%35.01
%34.17
%30.82

CMYK Percentages of Color #fbf5dd

%0
%2
%12
%2

Triadic Colors of #fbf5dd

#fbf5dd #ddfbf5 #f5ddfb

Analogous Colors of #fbf5dd

#fbf5dd #f2fbdd #fbe6dd

Monochromatic Colors of #fbf5dd

#fbf5dd

Complementary Color

#fbf5dd #dde3fb

#fbf5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf5dd Color CSS Codes

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

#fbf5dd Text Font Color

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

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


#fbf5dd Background Color

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

This div background color is #fbf5dd


#fbf5dd Border Color

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

This div border color is #fbf5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf5dd

Related Colors

#fbf5dd Color Palettes


Comments

No comments written yet.

Please login to write comment.