Color Hex Logo

#fdedec Color Hex

#FDEDEC
(253,237,236)
0 Favorites   0 Comments

Color spaces of #fdedec

RGB 253237236
HSL0.010.810.96
HSV99°
CMYK 0.000.060.07   0.01
XYZ85.932587.507191.7183
Yxy87.50710.32410.3300
Hunter Lab93.54520.26957.3496
CIE-Lab94.95305.23192.4142

#fdedec color RGB value is (253,237,236).

#fdedec hex color red value is 253, green value is 237 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fdedec hue: 0.01 , saturation: 0.81 and the lightness value of fdedec is 0.96.

The process color (four color CMYK) of #fdedec color hex is 0.00, 0.06, 0.07, 0.01. Web safe color of #fdedec is #ffffff. Color #fdedec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101101 11101100
Octal 375 355 354
Decimal 253 237 236
Hex FD ED EC

RGB Percentages of Color #fdedec

%34.85
%32.64
%32.51

CMYK Percentages of Color #fdedec

%0
%6
%7
%1

Triadic Colors of #fdedec

#fdedec #ecfded #edecfd

Analogous Colors of #fdedec

#fdedec #fdf6ec #fdecf4

Monochromatic Colors of #fdedec

#fdedec

Complementary Color

#fdedec #ecfcfd

#fdedec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdedec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdedec Color CSS Codes

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

#fdedec Text Font Color

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

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


#fdedec Background Color

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

This div background color is #fdedec


#fdedec Border Color

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

This div border color is #fdedec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdedec

Related Colors

#fdedec Color Palettes


Comments

No comments written yet.

Please login to write comment.