Color Hex Logo

#fddeee Color Hex

#FDDEEE
(253,222,238)
0 Favorites   0 Comments

Color spaces of #fddeee

RGB 253222238
HSL0.910.890.93
HSV329°12°99°
CMYK 0.000.120.06   0.01
XYZ82.061979.298291.8699
Yxy79.29820.32410.3131
Hunter Lab89.04958.65661.1669
CIE-Lab91.369013.3092-3.8690

#fddeee color RGB value is (253,222,238).

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

The process color (four color CMYK) of #fddeee color hex is 0.00, 0.12, 0.06, 0.01. Web safe color of #fddeee is #ffccff. Color #fddeee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011110 11101110
Octal 375 336 356
Decimal 253 222 238
Hex FD DE EE

RGB Percentages of Color #fddeee

%35.48
%31.14
%33.38

CMYK Percentages of Color #fddeee

%0
%12
%6
%1

Triadic Colors of #fddeee

#fddeee #eefdde #deeefd

Analogous Colors of #fddeee

#fddeee #fddedf #fddefd

Monochromatic Colors of #fddeee

#fddeee

Complementary Color

#fddeee #defded

#fddeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddeee Color CSS Codes

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

#fddeee Text Font Color

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

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


#fddeee Background Color

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

This div background color is #fddeee


#fddeee Border Color

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

This div border color is #fddeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddeee


Comments

No comments written yet.

Please login to write comment.