Color Hex Logo

#ffd8fd Color Hex

#FFD8FD
(255,216,253)
0 Favorites   0 Comments

Color spaces of #ffd8fd

RGB 255216253
HSL0.841.000.92
HSV303°15°100°
CMYK 0.000.150.01   0.00
XYZ83.525577.4636103.4782
Yxy77.46360.31580.2929
Hunter Lab88.013415.3746-8.0984
CIE-Lab90.534619.7199-12.9542

#ffd8fd color RGB value is (255,216,253).

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

The process color (four color CMYK) of #ffd8fd color hex is 0.00, 0.15, 0.01, 0.00. Web safe color of #ffd8fd is #ffccff. Color #ffd8fd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011000 11111101
Octal 377 330 375
Decimal 255 216 253
Hex FF D8 FD

RGB Percentages of Color #ffd8fd

%35.22
%29.83
%34.94

CMYK Percentages of Color #ffd8fd

%0
%15
%1
%0

Triadic Colors of #ffd8fd

#ffd8fd #fdffd8 #d8fdff

Analogous Colors of #ffd8fd

#ffd8fd #ffd8ea #eed8ff

Monochromatic Colors of #ffd8fd

#ffd8fd

Complementary Color

#ffd8fd #d8ffda

#ffd8fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd8fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd8fd Color CSS Codes

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

#ffd8fd Text Font Color

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

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


#ffd8fd Background Color

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

This div background color is #ffd8fd


#ffd8fd Border Color

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

This div border color is #ffd8fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd8fd

Related Colors

#ffd8fd Color Palettes


Comments

No comments written yet.

Please login to write comment.