Color Hex Logo

#fdf5ff Color Hex

#FDF5FF
(253,245,255)
0 Favorites   0 Comments

Color spaces of #fdf5ff

RGB 253245255
HSL0.801.000.98
HSV288°100°
CMYK 0.010.040.00   0.00
XYZ91.210493.4075107.8299
Yxy93.40750.31190.3194
Hunter Lab96.6476-0.67521.5033
CIE-Lab97.39274.4180-3.8484

#fdf5ff color RGB value is (253,245,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110101 11111111
Octal 375 365 377
Decimal 253 245 255
Hex FD F5 FF

RGB Percentages of Color #fdf5ff

%33.60
%32.54
%33.86

CMYK Percentages of Color #fdf5ff

%1
%4
%0
%0

Triadic Colors of #fdf5ff

#fdf5ff #fffdf5 #f5fffd

Analogous Colors of #fdf5ff

#fdf5ff #fff5fc #f8f5ff

Monochromatic Colors of #fdf5ff

#fdf5ff

Complementary Color

#fdf5ff #f7fff5

#fdf5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf5ff Color CSS Codes

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

#fdf5ff Text Font Color

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

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


#fdf5ff Background Color

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

This div background color is #fdf5ff


#fdf5ff Border Color

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

This div border color is #fdf5ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf5ff

Related Colors

#fdf5ff Color Palettes


Comments

No comments written yet.

Please login to write comment.