Color Hex Logo

#fddeff Color Hex

#FDDEFF
(253,222,255)
0 Favorites   0 Comments

Color spaces of #fddeff

RGB 253222255
HSL0.821.000.94
HSV296°13°100°
CMYK 0.010.130.00   0.00
XYZ84.679380.3452105.6528
Yxy80.34520.31280.2968
Hunter Lab89.635511.7682-7.1399
CIE-Lab91.839516.2903-12.0721

#fddeff color RGB value is (253,222,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011110 11111111
Octal 375 336 377
Decimal 253 222 255
Hex FD DE FF

RGB Percentages of Color #fddeff

%34.66
%30.41
%34.93

CMYK Percentages of Color #fddeff

%1
%13
%0
%0

Triadic Colors of #fddeff

#fddeff #fffdde #defffd

Analogous Colors of #fddeff

#fddeff #ffdef1 #eddeff

Monochromatic Colors of #fddeff

#fddeff

Complementary Color

#fddeff #e0ffde

#fddeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddeff Color CSS Codes

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

#fddeff Text Font Color

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

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


#fddeff Background Color

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

This div background color is #fddeff


#fddeff Border Color

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

This div border color is #fddeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddeff

Related Colors

#fddeff Color Palettes


Comments

No comments written yet.

Please login to write comment.