Color Hex Logo

#ffdedd Color Hex

#FFDEDD
(255,222,221)
0 Favorites   0 Comments

Color spaces of #ffdedd

RGB 255222221
HSL0.001.000.93
HSV13°100°
CMYK 0.000.130.13   0.00
XYZ80.412478.723079.3635
Yxy78.72300.33720.3301
Hunter Lab88.72606.50429.0745
CIE-Lab91.108811.21934.6796

#ffdedd color RGB value is (255,222,221).

#ffdedd hex color red value is 255, green value is 222 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ffdedd hue: 0.00 , saturation: 1.00 and the lightness value of ffdedd is 0.93.

The process color (four color CMYK) of #ffdedd color hex is 0.00, 0.13, 0.13, 0.00. Web safe color of #ffdedd is #ffcccc. Color #ffdedd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 11011101
Octal 377 336 335
Decimal 255 222 221
Hex FF DE DD

RGB Percentages of Color #ffdedd

%36.53
%31.81
%31.66

CMYK Percentages of Color #ffdedd

%0
%13
%13
%0

Triadic Colors of #ffdedd

#ffdedd #ddffde #deddff

Analogous Colors of #ffdedd

#ffdedd #ffefdd #ffdded

Monochromatic Colors of #ffdedd

#ffdedd

Complementary Color

#ffdedd #ddfeff

#ffdedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdedd Color CSS Codes

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

#ffdedd Text Font Color

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

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


#ffdedd Background Color

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

This div background color is #ffdedd


#ffdedd Border Color

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

This div border color is #ffdedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdedd

#ffdedd Color Palettes


Comments

No comments written yet.

Please login to write comment.