Color Hex Logo

#fde2ef Color Hex

#FDE2EF
(253,226,239)
0 Favorites   0 Comments

Color spaces of #fde2ef

RGB 253226239
HSL0.920.870.94
HSV331°11°99°
CMYK 0.000.110.06   0.01
XYZ83.284481.507493.0043
Yxy81.50740.32310.3162
Hunter Lab90.28146.67322.1189
CIE-Lab92.357011.4033-2.9403

#fde2ef color RGB value is (253,226,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100010 11101111
Octal 375 342 357
Decimal 253 226 239
Hex FD E2 EF

RGB Percentages of Color #fde2ef

%35.24
%31.48
%33.29

CMYK Percentages of Color #fde2ef

%0
%11
%6
%1

Triadic Colors of #fde2ef

#fde2ef #effde2 #e2effd

Analogous Colors of #fde2ef

#fde2ef #fde3e2 #fde2fd

Monochromatic Colors of #fde2ef

#fde2ef

Complementary Color

#fde2ef #e2fdf0

#fde2ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde2ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde2ef Color CSS Codes

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

#fde2ef Text Font Color

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

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


#fde2ef Background Color

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

This div background color is #fde2ef


#fde2ef Border Color

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

This div border color is #fde2ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde2ef


Comments

No comments written yet.

Please login to write comment.