Color Hex Logo

#fee7ee Color Hex

#FEE7EE
(254,231,238)
0 Favorites   0 Comments

Color spaces of #fee7ee

RGB 254231238
HSL0.950.920.95
HSV342°100°
CMYK 0.000.090.06   0.00
XYZ84.881684.395792.7052
Yxy84.39570.32400.3221
Hunter Lab91.86714.15954.4761
CIE-Lab93.62218.9896-0.5555

#fee7ee color RGB value is (254,231,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100111 11101110
Octal 376 347 356
Decimal 254 231 238
Hex FE E7 EE

RGB Percentages of Color #fee7ee

%35.13
%31.95
%32.92

CMYK Percentages of Color #fee7ee

%0
%9
%6
%0

Triadic Colors of #fee7ee

#fee7ee #eefee7 #e7eefe

Analogous Colors of #fee7ee

#fee7ee #feece7 #fee7fa

Monochromatic Colors of #fee7ee

#fee7ee

Complementary Color

#fee7ee #e7fef7

#fee7ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee7ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee7ee Color CSS Codes

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

#fee7ee Text Font Color

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

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


#fee7ee Background Color

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

This div background color is #fee7ee


#fee7ee Border Color

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

This div border color is #fee7ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee7ee

Related Colors


Comments

No comments written yet.

Please login to write comment.