Color Hex Logo

#fee2ed Color Hex

#FEE2ED
(254,226,237)
0 Favorites   0 Comments

Color spaces of #fee2ed

RGB 254226237
HSL0.930.930.94
HSV336°11°100°
CMYK 0.000.110.07   0.00
XYZ83.355581.578091.4736
Yxy81.57800.32510.3182
Hunter Lab90.32056.67413.1775
CIE-Lab92.388311.4046-1.8396

#fee2ed color RGB value is (254,226,237).

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

The process color (four color CMYK) of #fee2ed color hex is 0.00, 0.11, 0.07, 0.00. Web safe color of #fee2ed is #ffccff. Color #fee2ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100010 11101101
Octal 376 342 355
Decimal 254 226 237
Hex FE E2 ED

RGB Percentages of Color #fee2ed

%35.43
%31.52
%33.05

CMYK Percentages of Color #fee2ed

%0
%11
%7
%0

Triadic Colors of #fee2ed

#fee2ed #edfee2 #e2edfe

Analogous Colors of #fee2ed

#fee2ed #fee5e2 #fee2fb

Monochromatic Colors of #fee2ed

#fee2ed

Complementary Color

#fee2ed #e2fef3

#fee2ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee2ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee2ed Color CSS Codes

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

#fee2ed Text Font Color

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

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


#fee2ed Background Color

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

This div background color is #fee2ed


#fee2ed Border Color

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

This div border color is #fee2ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee2ed

Related Colors


Comments

No comments written yet.

Please login to write comment.