Color Hex Logo

#fdeed2 Color Hex

#FDEED2
(253,238,210)
0 Favorites   0 Comments

Color spaces of #fdeed2

RGB 253238210
HSL0.110.910.91
HSV39°17°99°
CMYK 0.000.060.17   0.01
XYZ82.715486.684973.3450
Yxy86.68490.34070.3571
Hunter Lab93.1047-4.351618.4665
CIE-Lab94.60440.624115.3765

#fdeed2 color RGB value is (253,238,210).

#fdeed2 hex color red value is 253, green value is 238 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #fdeed2 hue: 0.11 , saturation: 0.91 and the lightness value of fdeed2 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 11010010
Octal 375 356 322
Decimal 253 238 210
Hex FD EE D2

RGB Percentages of Color #fdeed2

%36.09
%33.95
%29.96

CMYK Percentages of Color #fdeed2

%0
%6
%17
%1

Triadic Colors of #fdeed2

#fdeed2 #d2fdee #eed2fd

Analogous Colors of #fdeed2

#fdeed2 #f7fdd2 #fdd9d2

Monochromatic Colors of #fdeed2

#fdeed2

Complementary Color

#fdeed2 #d2e1fd

#fdeed2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeed2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeed2 Color CSS Codes

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

#fdeed2 Text Font Color

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

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


#fdeed2 Background Color

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

This div background color is #fdeed2


#fdeed2 Border Color

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

This div border color is #fdeed2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeed2

#fdeed2 Color Palettes


Comments

No comments written yet.

Please login to write comment.