Color Hex Logo

#fdecdd Color Hex

#FDECDD
(253,236,221)
0 Favorites   0 Comments

Color spaces of #fdecdd

RGB 253236221
HSL0.080.890.93
HSV28°13°99°
CMYK 0.000.070.13   0.01
XYZ83.554686.094080.6206
Yxy86.09400.33390.3440
Hunter Lab92.7869-1.637713.4349
CIE-Lab94.35253.31889.3268

#fdecdd color RGB value is (253,236,221).

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

The process color (four color CMYK) of #fdecdd color hex is 0.00, 0.07, 0.13, 0.01. Web safe color of #fdecdd is #ffffcc. Color #fdecdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 11011101
Octal 375 354 335
Decimal 253 236 221
Hex FD EC DD

RGB Percentages of Color #fdecdd

%35.63
%33.24
%31.13

CMYK Percentages of Color #fdecdd

%0
%7
%13
%1

Triadic Colors of #fdecdd

#fdecdd #ddfdec #ecddfd

Analogous Colors of #fdecdd

#fdecdd #fdfcdd #fdddde

Monochromatic Colors of #fdecdd

#fdecdd

Complementary Color

#fdecdd #ddeefd

#fdecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdecdd Color CSS Codes

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

#fdecdd Text Font Color

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

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


#fdecdd Background Color

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

This div background color is #fdecdd


#fdecdd Border Color

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

This div border color is #fdecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdecdd

#fdecdd Color Palettes


Comments

No comments written yet.

Please login to write comment.