Color Hex Logo

#fdddff Color Hex

#FDDDFF
(253,221,255)
0 Favorites   0 Comments

Color spaces of #fdddff

RGB 253221255
HSL0.821.000.93
HSV296°13°100°
CMYK 0.010.130.00   0.00
XYZ84.414579.8155105.5646
Yxy79.81550.31290.2958
Hunter Lab89.339512.3157-7.5201
CIE-Lab91.602016.8120-12.4265

#fdddff color RGB value is (253,221,255).

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

The process color (four color CMYK) of #fdddff color hex is 0.01, 0.13, 0.00, 0.00. Web safe color of #fdddff is #ffccff. Color #fdddff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 11111111
Octal 375 335 377
Decimal 253 221 255
Hex FD DD FF

RGB Percentages of Color #fdddff

%34.71
%30.32
%34.98

CMYK Percentages of Color #fdddff

%1
%13
%0
%0

Triadic Colors of #fdddff

#fdddff #fffddd #ddfffd

Analogous Colors of #fdddff

#fdddff #ffddf0 #ecddff

Monochromatic Colors of #fdddff

#fdddff

Complementary Color

#fdddff #dfffdd

#fdddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdddff Color CSS Codes

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

#fdddff Text Font Color

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

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


#fdddff Background Color

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

This div background color is #fdddff


#fdddff Border Color

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

This div border color is #fdddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdddff

Related Colors


Comments

No comments written yet.

Please login to write comment.