Color Hex Logo

#fde2ff Color Hex

#FDE2FF
(253,226,255)
0 Favorites   0 Comments

Color spaces of #fde2ff

RGB 253226255
HSL0.821.000.94
HSV296°11°100°
CMYK 0.010.110.00   0.00
XYZ85.754482.4954106.0112
Yxy82.49540.31270.3008
Hunter Lab90.82709.5838-5.6231
CIE-Lab92.793114.2077-10.6517

#fde2ff color RGB value is (253,226,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100010 11111111
Octal 375 342 377
Decimal 253 226 255
Hex FD E2 FF

RGB Percentages of Color #fde2ff

%34.47
%30.79
%34.74

CMYK Percentages of Color #fde2ff

%1
%11
%0
%0

Triadic Colors of #fde2ff

#fde2ff #fffde2 #e2fffd

Analogous Colors of #fde2ff

#fde2ff #ffe2f3 #efe2ff

Monochromatic Colors of #fde2ff

#fde2ff

Complementary Color

#fde2ff #e4ffe2

#fde2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde2ff Color CSS Codes

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

#fde2ff Text Font Color

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

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


#fde2ff Background Color

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

This div background color is #fde2ff


#fde2ff Border Color

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

This div border color is #fde2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde2ff

Related Colors


Comments

No comments written yet.

Please login to write comment.