Color Hex Logo

#fde2ed Color Hex

#FDE2ED
(253,226,237)
0 Favorites   0 Comments

Color spaces of #fde2ed

RGB 253226237
HSL0.930.870.94
HSV336°11°99°
CMYK 0.000.110.06   0.01
XYZ82.990481.389891.4565
Yxy81.38980.32440.3181
Hunter Lab90.21636.32453.0463
CIE-Lab92.304911.0644-1.9716

#fde2ed color RGB value is (253,226,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100010 11101101
Octal 375 342 355
Decimal 253 226 237
Hex FD E2 ED

RGB Percentages of Color #fde2ed

%35.34
%31.56
%33.10

CMYK Percentages of Color #fde2ed

%0
%11
%6
%1

Triadic Colors of #fde2ed

#fde2ed #edfde2 #e2edfd

Analogous Colors of #fde2ed

#fde2ed #fde5e2 #fde2fb

Monochromatic Colors of #fde2ed

#fde2ed

Complementary Color

#fde2ed #e2fdf2

#fde2ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde2ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde2ed Color CSS Codes

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

#fde2ed Text Font Color

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

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


#fde2ed Background Color

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

This div background color is #fde2ed


#fde2ed Border Color

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

This div border color is #fde2ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde2ed

#fde2ed Color Palettes


Comments

No comments written yet.

Please login to write comment.