Color Hex Logo

#fbe1dd Color Hex

#FBE1DD
(251,225,221)
0 Favorites   0 Comments

Color spaces of #fbe1dd

RGB 251225221
HSL0.020.790.93
HSV12°98°
CMYK 0.000.100.12   0.02
XYZ79.760079.580179.5633
Yxy79.58010.33390.3331
Hunter Lab89.20773.48229.5653
CIE-Lab91.49618.26745.1965

#fbe1dd color RGB value is (251,225,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 11011101
Octal 373 341 335
Decimal 251 225 221
Hex FB E1 DD

RGB Percentages of Color #fbe1dd

%36.01
%32.28
%31.71

CMYK Percentages of Color #fbe1dd

%0
%10
%12
%2

Triadic Colors of #fbe1dd

#fbe1dd #ddfbe1 #e1ddfb

Analogous Colors of #fbe1dd

#fbe1dd #fbf0dd #fbdde8

Monochromatic Colors of #fbe1dd

#fbe1dd

Complementary Color

#fbe1dd #ddf7fb

#fbe1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe1dd Color CSS Codes

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

#fbe1dd Text Font Color

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

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


#fbe1dd Background Color

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

This div background color is #fbe1dd


#fbe1dd Border Color

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

This div border color is #fbe1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe1dd


Comments

No comments written yet.

Please login to write comment.