Color Hex Logo

#ffd2fd Color Hex

#FFD2FD
(255,210,253)
0 Favorites   0 Comments

Color spaces of #ffd2fd

RGB 255210253
HSL0.841.000.91
HSV303°18°100°
CMYK 0.000.180.01   0.00
XYZ82.016274.4450102.9751
Yxy74.44500.31610.2869
Hunter Lab86.281518.6832-10.3643
CIE-Lab89.132422.8616-15.0525

#ffd2fd color RGB value is (255,210,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 11111101
Octal 377 322 375
Decimal 255 210 253
Hex FF D2 FD

RGB Percentages of Color #ffd2fd

%35.52
%29.25
%35.24

CMYK Percentages of Color #ffd2fd

%0
%18
%1
%0

Triadic Colors of #ffd2fd

#ffd2fd #fdffd2 #d2fdff

Analogous Colors of #ffd2fd

#ffd2fd #ffd2e7 #ebd2ff

Monochromatic Colors of #ffd2fd

#ffd2fd

Complementary Color

#ffd2fd #d2ffd4

#ffd2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd2fd Color CSS Codes

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

#ffd2fd Text Font Color

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

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


#ffd2fd Background Color

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

This div background color is #ffd2fd


#ffd2fd Border Color

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

This div border color is #ffd2fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd2fd

Related Colors


Comments

No comments written yet.

Please login to write comment.