Color Hex Logo

#fddefc Color Hex

#FDDEFC
(253,222,252)
0 Favorites   0 Comments

Color spaces of #fddefc

RGB 253222252
HSL0.840.890.93
HSV302°12°99°
CMYK 0.000.120.00   0.01
XYZ84.200080.1535103.1288
Yxy80.15350.31480.2997
Hunter Lab89.528511.2013-5.6268
CIE-Lab91.753715.7508-10.6307

#fddefc color RGB value is (253,222,252).

#fddefc hex color red value is 253, green value is 222 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fddefc hue: 0.84 , saturation: 0.89 and the lightness value of fddefc is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011110 11111100
Octal 375 336 374
Decimal 253 222 252
Hex FD DE FC

RGB Percentages of Color #fddefc

%34.80
%30.54
%34.66

CMYK Percentages of Color #fddefc

%0
%12
%0
%1

Triadic Colors of #fddefc

#fddefc #fcfdde #defcfd

Analogous Colors of #fddefc

#fddefc #fddeed #efdefd

Monochromatic Colors of #fddefc

#fddefc

Complementary Color

#fddefc #defddf

#fddefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddefc Color CSS Codes

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

#fddefc Text Font Color

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

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


#fddefc Background Color

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

This div background color is #fddefc


#fddefc Border Color

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

This div border color is #fddefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddefc

Related Colors

#fddefc Color Palettes


Comments

No comments written yet.

Please login to write comment.