Color Hex Logo

#fdf8fd Color Hex

#FDF8FD
(253,248,253)
0 Favorites   0 Comments

Color spaces of #fdf8fd

RGB 253248253
HSL0.830.560.98
HSV300°99°
CMYK 0.000.020.00   0.01
XYZ91.805095.1093106.4478
Yxy95.10930.31290.3242
Hunter Lab97.5240-2.63463.5515
CIE-Lab98.07722.5370-1.8128

#fdf8fd color RGB value is (253,248,253).

#fdf8fd hex color red value is 253, green value is 248 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fdf8fd hue: 0.83 , saturation: 0.56 and the lightness value of fdf8fd is 0.98.

The process color (four color CMYK) of #fdf8fd color hex is 0.00, 0.02, 0.00, 0.01. Web safe color of #fdf8fd is #ffffff. Color #fdf8fd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111000 11111101
Octal 375 370 375
Decimal 253 248 253
Hex FD F8 FD

RGB Percentages of Color #fdf8fd

%33.55
%32.89
%33.55

CMYK Percentages of Color #fdf8fd

%0
%2
%0
%1

Triadic Colors of #fdf8fd

#fdf8fd #fdfdf8 #f8fdfd

Analogous Colors of #fdf8fd

#fdf8fd #fdf8fb #fbf8fd

Monochromatic Colors of #fdf8fd

#fdf8fd

Complementary Color

#fdf8fd #f8fdf8

#fdf8fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf8fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf8fd Color CSS Codes

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

#fdf8fd Text Font Color

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

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


#fdf8fd Background Color

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

This div background color is #fdf8fd


#fdf8fd Border Color

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

This div border color is #fdf8fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf8fd

Related Colors

#fdf8fd Color Palettes


Comments

No comments written yet.

Please login to write comment.