Color Hex Logo

#fdecc6 Color Hex

#FDECC6
(253,236,198)
0 Favorites   0 Comments

Color spaces of #fdecc6

RGB 253236198
HSL0.120.930.88
HSV41°22°99°
CMYK 0.000.070.22   0.01
XYZ80.696584.950865.5701
Yxy84.95080.34900.3674
Hunter Lab92.1688-5.013222.3384
CIE-Lab93.8619-0.091320.5240

#fdecc6 color RGB value is (253,236,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 11000110
Octal 375 354 306
Decimal 253 236 198
Hex FD EC C6

RGB Percentages of Color #fdecc6

%36.83
%34.35
%28.82

CMYK Percentages of Color #fdecc6

%0
%7
%22
%1

Triadic Colors of #fdecc6

#fdecc6 #c6fdec #ecc6fd

Analogous Colors of #fdecc6

#fdecc6 #f3fdc6 #fdd1c6

Monochromatic Colors of #fdecc6

#fdecc6

Complementary Color

#fdecc6 #c6d7fd

#fdecc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdecc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdecc6 Color CSS Codes

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

#fdecc6 Text Font Color

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

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


#fdecc6 Background Color

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

This div background color is #fdecc6


#fdecc6 Border Color

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

This div border color is #fdecc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdecc6

Related Colors


Comments

No comments written yet.

Please login to write comment.