Color Hex Logo

#fee4ed Color Hex

#FEE4ED
(254,228,237)
0 Favorites   0 Comments

Color spaces of #fee4ed

RGB 254228237
HSL0.940.930.95
HSV339°10°100°
CMYK 0.000.100.07   0.00
XYZ83.902582.672191.6559
Yxy82.67210.32490.3201
Hunter Lab90.92425.59783.8798
CIE-Lab92.870710.3699-1.1331

#fee4ed color RGB value is (254,228,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 11101101
Octal 376 344 355
Decimal 254 228 237
Hex FE E4 ED

RGB Percentages of Color #fee4ed

%35.33
%31.71
%32.96

CMYK Percentages of Color #fee4ed

%0
%10
%7
%0

Triadic Colors of #fee4ed

#fee4ed #edfee4 #e4edfe

Analogous Colors of #fee4ed

#fee4ed #fee8e4 #fee4fa

Monochromatic Colors of #fee4ed

#fee4ed

Complementary Color

#fee4ed #e4fef5

#fee4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee4ed Color CSS Codes

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

#fee4ed Text Font Color

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

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


#fee4ed Background Color

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

This div background color is #fee4ed


#fee4ed Border Color

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

This div border color is #fee4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee4ed

Related Colors

#fee4ed Color Palettes


Comments

No comments written yet.

Please login to write comment.