Color Hex Logo

#fdeedd Color Hex

#FDEEDD
(253,238,221)
0 Favorites   0 Comments

Color spaces of #fdeedd

RGB 253238221
HSL0.090.890.93
HSV32°13°99°
CMYK 0.000.060.13   0.01
XYZ84.133787.252280.8136
Yxy87.25220.33360.3460
Hunter Lab93.4089-2.690014.0909
CIE-Lab94.84522.299410.0320

#fdeedd color RGB value is (253,238,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 11011101
Octal 375 356 335
Decimal 253 238 221
Hex FD EE DD

RGB Percentages of Color #fdeedd

%35.53
%33.43
%31.04

CMYK Percentages of Color #fdeedd

%0
%6
%13
%1

Triadic Colors of #fdeedd

#fdeedd #ddfdee #eeddfd

Analogous Colors of #fdeedd

#fdeedd #fcfddd #fddedd

Monochromatic Colors of #fdeedd

#fdeedd

Complementary Color

#fdeedd #ddecfd

#fdeedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeedd Color CSS Codes

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

#fdeedd Text Font Color

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

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


#fdeedd Background Color

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

This div background color is #fdeedd


#fdeedd Border Color

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

This div border color is #fdeedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,238,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 #fdeedd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeedd

Related Colors

#fdeedd Color Palettes


Comments

No comments written yet.

Please login to write comment.