Color Hex Logo

#fbe4dd Color Hex

#FBE4DD
(251,228,221)
0 Favorites   0 Comments

Color spaces of #fbe4dd

RGB 251228221
HSL0.040.790.93
HSV14°12°98°
CMYK 0.000.090.12   0.02
XYZ80.578281.216579.8360
Yxy81.21650.33350.3361
Hunter Lab90.12021.889910.5601
CIE-Lab92.22796.72026.2526

#fbe4dd color RGB value is (251,228,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100100 11011101
Octal 373 344 335
Decimal 251 228 221
Hex FB E4 DD

RGB Percentages of Color #fbe4dd

%35.86
%32.57
%31.57

CMYK Percentages of Color #fbe4dd

%0
%9
%12
%2

Triadic Colors of #fbe4dd

#fbe4dd #ddfbe4 #e4ddfb

Analogous Colors of #fbe4dd

#fbe4dd #fbf3dd #fbdde5

Monochromatic Colors of #fbe4dd

#fbe4dd

Complementary Color

#fbe4dd #ddf4fb

#fbe4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe4dd Color CSS Codes

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

#fbe4dd Text Font Color

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

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


#fbe4dd Background Color

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

This div background color is #fbe4dd


#fbe4dd Border Color

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

This div border color is #fbe4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe4dd

#fbe4dd Color Palettes


Comments

No comments written yet.

Please login to write comment.