Color Hex Logo

#fdedce Color Hex

#FDEDCE
(253,237,206)
0 Favorites   0 Comments

Color spaces of #fdedce

RGB 253237206
HSL0.110.920.90
HSV40°19°99°
CMYK 0.000.060.19   0.01
XYZ81.932885.907370.6560
Yxy85.90730.34350.3602
Hunter Lab92.6862-4.410319.6827
CIE-Lab94.27270.543616.9738

#fdedce color RGB value is (253,237,206).

#fdedce hex color red value is 253, green value is 237 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fdedce hue: 0.11 , saturation: 0.92 and the lightness value of fdedce is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101101 11001110
Octal 375 355 316
Decimal 253 237 206
Hex FD ED CE

RGB Percentages of Color #fdedce

%36.35
%34.05
%29.60

CMYK Percentages of Color #fdedce

%0
%6
%19
%1

Triadic Colors of #fdedce

#fdedce #cefded #edcefd

Analogous Colors of #fdedce

#fdedce #f6fdce #fdd6ce

Monochromatic Colors of #fdedce

#fdedce

Complementary Color

#fdedce #cedefd

#fdedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdedce Color CSS Codes

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

#fdedce Text Font Color

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

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


#fdedce Background Color

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

This div background color is #fdedce


#fdedce Border Color

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

This div border color is #fdedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdedce

Related Colors


Comments

No comments written yet.

Please login to write comment.