Color Hex Logo

#fbf4dd Color Hex

#FBF4DD
(251,244,221)
0 Favorites   0 Comments

Color spaces of #fbf4dd

RGB 251244221
HSL0.130.790.93
HSV46°12°98°
CMYK 0.000.030.12   0.02
XYZ85.185590.431181.3718
Yxy90.43110.33150.3519
Hunter Lab95.0953-6.518015.8330
CIE-Lab96.1753-1.441711.9093

#fbf4dd color RGB value is (251,244,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110100 11011101
Octal 373 364 335
Decimal 251 244 221
Hex FB F4 DD

RGB Percentages of Color #fbf4dd

%35.06
%34.08
%30.87

CMYK Percentages of Color #fbf4dd

%0
%3
%12
%2

Triadic Colors of #fbf4dd

#fbf4dd #ddfbf4 #f4ddfb

Analogous Colors of #fbf4dd

#fbf4dd #f3fbdd #fbe5dd

Monochromatic Colors of #fbf4dd

#fbf4dd

Complementary Color

#fbf4dd #dde4fb

#fbf4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf4dd Color CSS Codes

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

#fbf4dd Text Font Color

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

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


#fbf4dd Background Color

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

This div background color is #fbf4dd


#fbf4dd Border Color

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

This div border color is #fbf4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf4dd


Comments

No comments written yet.

Please login to write comment.