Color Hex Logo

#fdedde Color Hex

#FDEDDE
(253,237,222)
0 Favorites   0 Comments

Color spaces of #fdedde

RGB 253237222
HSL0.080.890.93
HSV29°12°99°
CMYK 0.000.060.12   0.01
XYZ83.977086.724981.4208
Yxy86.72490.33310.3440
Hunter Lab93.1262-2.007613.3507
CIE-Lab94.62142.96559.1938

#fdedde color RGB value is (253,237,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101101 11011110
Octal 375 355 336
Decimal 253 237 222
Hex FD ED DE

RGB Percentages of Color #fdedde

%35.53
%33.29
%31.18

CMYK Percentages of Color #fdedde

%0
%6
%12
%1

Triadic Colors of #fdedde

#fdedde #defded #eddefd

Analogous Colors of #fdedde

#fdedde #fdfdde #fddedf

Monochromatic Colors of #fdedde

#fdedde

Complementary Color

#fdedde #deeefd

#fdedde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdedde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdedde Color CSS Codes

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

#fdedde Text Font Color

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

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


#fdedde Background Color

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

This div background color is #fdedde


#fdedde Border Color

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

This div border color is #fdedde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdedde

Related Colors

#fdedde Color Palettes


Comments

No comments written yet.

Please login to write comment.