Color Hex Logo

#fde9ec Color Hex

#FDE9EC
(253,233,236)
0 Favorites   0 Comments

Color spaces of #fde9ec

RGB 253233236
HSL0.980.830.95
HSV351°99°
CMYK 0.000.080.07   0.01
XYZ84.787285.216691.3366
Yxy85.21660.32440.3261
Hunter Lab92.31282.40065.9560
CIE-Lab93.97647.28400.9928

#fde9ec color RGB value is (253,233,236).

#fde9ec hex color red value is 253, green value is 233 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fde9ec hue: 0.98 , saturation: 0.83 and the lightness value of fde9ec is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101001 11101100
Octal 375 351 354
Decimal 253 233 236
Hex FD E9 EC

RGB Percentages of Color #fde9ec

%35.04
%32.27
%32.69

CMYK Percentages of Color #fde9ec

%0
%8
%7
%1

Triadic Colors of #fde9ec

#fde9ec #ecfde9 #e9ecfd

Analogous Colors of #fde9ec

#fde9ec #fdf0e9 #fde9f6

Monochromatic Colors of #fde9ec

#fde9ec

Complementary Color

#fde9ec #e9fdfa

#fde9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde9ec Color CSS Codes

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

#fde9ec Text Font Color

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

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


#fde9ec Background Color

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

This div background color is #fde9ec


#fde9ec Border Color

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

This div border color is #fde9ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,233,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde9ec


Comments

No comments written yet.

Please login to write comment.