Color Hex Logo

#fee7eb Color Hex

#FEE7EB
(254,231,235)
0 Favorites   0 Comments

Color spaces of #fee7eb

RGB 254231235
HSL0.970.920.95
HSV350°100°
CMYK 0.000.090.07   0.00
XYZ84.444484.220890.4028
Yxy84.22080.32600.3251
Hunter Lab91.77193.64695.8348
CIE-Lab93.54638.48810.8963

#fee7eb color RGB value is (254,231,235).

#fee7eb hex color red value is 254, green value is 231 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fee7eb hue: 0.97 , saturation: 0.92 and the lightness value of fee7eb is 0.95.

The process color (four color CMYK) of #fee7eb color hex is 0.00, 0.09, 0.07, 0.00. Web safe color of #fee7eb is #ffffff. Color #fee7eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100111 11101011
Octal 376 347 353
Decimal 254 231 235
Hex FE E7 EB

RGB Percentages of Color #fee7eb

%35.28
%32.08
%32.64

CMYK Percentages of Color #fee7eb

%0
%9
%7
%0

Triadic Colors of #fee7eb

#fee7eb #ebfee7 #e7ebfe

Analogous Colors of #fee7eb

#fee7eb #feefe7 #fee7f7

Monochromatic Colors of #fee7eb

#fee7eb

Complementary Color

#fee7eb #e7fefa

#fee7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee7eb Color CSS Codes

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

#fee7eb Text Font Color

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

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


#fee7eb Background Color

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

This div background color is #fee7eb


#fee7eb Border Color

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

This div border color is #fee7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee7eb


Comments

No comments written yet.

Please login to write comment.