Color Hex Logo

#fee1df Color Hex

#FEE1DF
(254,225,223)
0 Favorites   0 Comments

Color spaces of #fee1df

RGB 254225223
HSL0.010.940.94
HSV12°100°
CMYK 0.000.110.12   0.00
XYZ81.117580.249081.0263
Yxy80.24900.33470.3311
Hunter Lab89.58184.86599.0798
CIE-Lab91.79659.63344.6168

#fee1df color RGB value is (254,225,223).

#fee1df hex color red value is 254, green value is 225 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fee1df hue: 0.01 , saturation: 0.94 and the lightness value of fee1df is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 11011111
Octal 376 341 337
Decimal 254 225 223
Hex FE E1 DF

RGB Percentages of Color #fee1df

%36.18
%32.05
%31.77

CMYK Percentages of Color #fee1df

%0
%11
%12
%0

Triadic Colors of #fee1df

#fee1df #dffee1 #e1dffe

Analogous Colors of #fee1df

#fee1df #fef1df #fedfed

Monochromatic Colors of #fee1df

#fee1df

Complementary Color

#fee1df #dffcfe

#fee1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee1df Color CSS Codes

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

#fee1df Text Font Color

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

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


#fee1df Background Color

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

This div background color is #fee1df


#fee1df Border Color

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

This div border color is #fee1df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,225,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee1df

Related Colors


Comments

No comments written yet.

Please login to write comment.