Color Hex Logo

#fde8ff Color Hex

#FDE8FF
(253,232,255)
0 Favorites   0 Comments

Color spaces of #fde8ff

RGB 253232255
HSL0.821.000.95
HSV295°100°
CMYK 0.010.090.00   0.00
XYZ87.414685.8159106.5646
Yxy85.81590.31240.3067
Hunter Lab92.63696.3228-3.3583
CIE-Lab94.233611.0966-8.5124

#fde8ff color RGB value is (253,232,255).

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

The process color (four color CMYK) of #fde8ff color hex is 0.01, 0.09, 0.00, 0.00. Web safe color of #fde8ff is #ffffff. Color #fde8ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101000 11111111
Octal 375 350 377
Decimal 253 232 255
Hex FD E8 FF

RGB Percentages of Color #fde8ff

%34.19
%31.35
%34.46

CMYK Percentages of Color #fde8ff

%1
%9
%0
%0

Triadic Colors of #fde8ff

#fde8ff #fffde8 #e8fffd

Analogous Colors of #fde8ff

#fde8ff #ffe8f6 #f2e8ff

Monochromatic Colors of #fde8ff

#fde8ff

Complementary Color

#fde8ff #eaffe8

#fde8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde8ff Color CSS Codes

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

#fde8ff Text Font Color

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

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


#fde8ff Background Color

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

This div background color is #fde8ff


#fde8ff Border Color

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

This div border color is #fde8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde8ff

Related Colors

#fde8ff Color Palettes


Comments

No comments written yet.

Please login to write comment.