Color Hex Logo

#fdd6fa Color Hex

#FDD6FA
(253,214,250)
0 Favorites   0 Comments

Color spaces of #fdd6fa

RGB 253214250
HSL0.850.910.92
HSV305°15°99°
CMYK 0.000.150.01   0.01
XYZ81.809975.8779100.7765
Yxy75.87790.31650.2936
Hunter Lab87.107915.2045-7.6180
CIE-Lab89.802619.5732-12.4897

#fdd6fa color RGB value is (253,214,250).

#fdd6fa hex color red value is 253, green value is 214 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fdd6fa hue: 0.85 , saturation: 0.91 and the lightness value of fdd6fa is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010110 11111010
Octal 375 326 372
Decimal 253 214 250
Hex FD D6 FA

RGB Percentages of Color #fdd6fa

%35.29
%29.85
%34.87

CMYK Percentages of Color #fdd6fa

%0
%15
%1
%1

Triadic Colors of #fdd6fa

#fdd6fa #fafdd6 #d6fafd

Analogous Colors of #fdd6fa

#fdd6fa #fdd6e7 #edd6fd

Monochromatic Colors of #fdd6fa

#fdd6fa

Complementary Color

#fdd6fa #d6fdd9

#fdd6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd6fa Color CSS Codes

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

#fdd6fa Text Font Color

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

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


#fdd6fa Background Color

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

This div background color is #fdd6fa


#fdd6fa Border Color

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

This div border color is #fdd6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd6fa


Comments

No comments written yet.

Please login to write comment.