Color Hex Logo

#fde3ff Color Hex

#FDE3FF
(253,227,255)
0 Favorites   0 Comments

Color spaces of #fde3ff

RGB 253227255
HSL0.821.000.95
HSV296°11°100°
CMYK 0.010.110.00   0.00
XYZ86.027183.0408106.1021
Yxy83.04080.31260.3018
Hunter Lab91.12679.0390-5.2448
CIE-Lab93.032313.6881-10.2959

#fde3ff color RGB value is (253,227,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100011 11111111
Octal 375 343 377
Decimal 253 227 255
Hex FD E3 FF

RGB Percentages of Color #fde3ff

%34.42
%30.88
%34.69

CMYK Percentages of Color #fde3ff

%1
%11
%0
%0

Triadic Colors of #fde3ff

#fde3ff #fffde3 #e3fffd

Analogous Colors of #fde3ff

#fde3ff #ffe3f3 #efe3ff

Monochromatic Colors of #fde3ff

#fde3ff

Complementary Color

#fde3ff #e5ffe3

#fde3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde3ff Color CSS Codes

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

#fde3ff Text Font Color

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

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


#fde3ff Background Color

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

This div background color is #fde3ff


#fde3ff Border Color

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

This div border color is #fde3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde3ff

Related Colors


Comments

No comments written yet.

Please login to write comment.