Color Hex Logo

#fddfee Color Hex

#FDDFEE
(253,223,238)
0 Favorites   0 Comments

Color spaces of #fddfee

RGB 253223238
HSL0.920.880.93
HSV330°12°99°
CMYK 0.000.120.06   0.01
XYZ82.328379.831091.9587
Yxy79.83100.32400.3141
Hunter Lab89.34828.11631.5214
CIE-Lab91.609012.7896-3.5162

#fddfee color RGB value is (253,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011111 11101110
Octal 375 337 356
Decimal 253 223 238
Hex FD DF EE

RGB Percentages of Color #fddfee

%35.43
%31.23
%33.33

CMYK Percentages of Color #fddfee

%0
%12
%6
%1

Triadic Colors of #fddfee

#fddfee #eefddf #dfeefd

Analogous Colors of #fddfee

#fddfee #fddfdf #fddffd

Monochromatic Colors of #fddfee

#fddfee

Complementary Color

#fddfee #dffdee

#fddfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddfee Color CSS Codes

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

#fddfee Text Font Color

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

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


#fddfee Background Color

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

This div background color is #fddfee


#fddfee Border Color

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

This div border color is #fddfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddfee

Related Colors

#fddfee Color Palettes


Comments

No comments written yet.

Please login to write comment.