Color Hex Logo

#fddefe Color Hex

#FDDEFE
(253,222,254)
0 Favorites   0 Comments

Color spaces of #fddefe

RGB 253222254
HSL0.830.940.93
HSV298°13°100°
CMYK 0.000.130.00   0.00
XYZ84.518780.2810104.8071
Yxy80.28100.31350.2978
Hunter Lab89.599711.5783-6.6333
CIE-Lab91.810816.1098-11.5919

#fddefe color RGB value is (253,222,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011110 11111110
Octal 375 336 376
Decimal 253 222 254
Hex FD DE FE

RGB Percentages of Color #fddefe

%34.71
%30.45
%34.84

CMYK Percentages of Color #fddefe

%0
%13
%0
%0

Triadic Colors of #fddefe

#fddefe #fefdde #defefd

Analogous Colors of #fddefe

#fddefe #fedeef #eddefe

Monochromatic Colors of #fddefe

#fddefe

Complementary Color

#fddefe #dffede

#fddefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddefe Color CSS Codes

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

#fddefe Text Font Color

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

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


#fddefe Background Color

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

This div background color is #fddefe


#fddefe Border Color

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

This div border color is #fddefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddefe

Related Colors


Comments

No comments written yet.

Please login to write comment.