Color Hex Logo

#fddbff Color Hex

#FDDBFF
(253,219,255)
0 Favorites   0 Comments

Color spaces of #fddbff

RGB 253219255
HSL0.821.000.93
HSV297°14°100°
CMYK 0.010.140.00   0.00
XYZ83.889578.7657105.3896
Yxy78.76570.31300.2939
Hunter Lab88.750013.4116-8.2811
CIE-Lab91.128217.8560-13.1340

#fddbff color RGB value is (253,219,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011011 11111111
Octal 375 333 377
Decimal 253 219 255
Hex FD DB FF

RGB Percentages of Color #fddbff

%34.80
%30.12
%35.08

CMYK Percentages of Color #fddbff

%1
%14
%0
%0

Triadic Colors of #fddbff

#fddbff #fffddb #dbfffd

Analogous Colors of #fddbff

#fddbff #ffdbef #ebdbff

Monochromatic Colors of #fddbff

#fddbff

Complementary Color

#fddbff #ddffdb

#fddbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddbff Color CSS Codes

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

#fddbff Text Font Color

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

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


#fddbff Background Color

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

This div background color is #fddbff


#fddbff Border Color

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

This div border color is #fddbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddbff

Related Colors

#fddbff Color Palettes


Comments

No comments written yet.

Please login to write comment.