Color Hex Logo

#fee8dd Color Hex

#FEE8DD
(254,232,221)
0 Favorites   0 Comments

Color spaces of #fee8dd

RGB 254232221
HSL0.060.940.93
HSV20°13°100°
CMYK 0.000.090.13   0.00
XYZ82.780884.004580.2581
Yxy84.00450.33510.3400
Hunter Lab91.65400.824712.2396
CIE-Lab93.45255.71528.0466

#fee8dd color RGB value is (254,232,221).

#fee8dd hex color red value is 254, green value is 232 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fee8dd hue: 0.06 , saturation: 0.94 and the lightness value of fee8dd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101000 11011101
Octal 376 350 335
Decimal 254 232 221
Hex FE E8 DD

RGB Percentages of Color #fee8dd

%35.93
%32.81
%31.26

CMYK Percentages of Color #fee8dd

%0
%9
%13
%0

Triadic Colors of #fee8dd

#fee8dd #ddfee8 #e8ddfe

Analogous Colors of #fee8dd

#fee8dd #fef9dd #fedde3

Monochromatic Colors of #fee8dd

#fee8dd

Complementary Color

#fee8dd #ddf3fe

#fee8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee8dd Color CSS Codes

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

#fee8dd Text Font Color

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

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


#fee8dd Background Color

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

This div background color is #fee8dd


#fee8dd Border Color

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

This div border color is #fee8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee8dd

#fee8dd Color Palettes


Comments

No comments written yet.

Please login to write comment.