Color Hex Logo

#fddfe9 Color Hex

#FDDFE9
(253,223,233)
0 Favorites   0 Comments

Color spaces of #fddfe9

RGB 253223233
HSL0.940.880.93
HSV340°12°99°
CMYK 0.000.120.08   0.01
XYZ81.603779.541288.1428
Yxy79.54120.32730.3191
Hunter Lab89.18597.24953.8335
CIE-Lab91.478611.9492-1.0891

#fddfe9 color RGB value is (253,223,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011111 11101001
Octal 375 337 351
Decimal 253 223 233
Hex FD DF E9

RGB Percentages of Color #fddfe9

%35.68
%31.45
%32.86

CMYK Percentages of Color #fddfe9

%0
%12
%8
%1

Triadic Colors of #fddfe9

#fddfe9 #e9fddf #dfe9fd

Analogous Colors of #fddfe9

#fddfe9 #fde4df #fddff8

Monochromatic Colors of #fddfe9

#fddfe9

Complementary Color

#fddfe9 #dffdf3

#fddfe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddfe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddfe9 Color CSS Codes

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

#fddfe9 Text Font Color

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

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


#fddfe9 Background Color

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

This div background color is #fddfe9


#fddfe9 Border Color

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

This div border color is #fddfe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddfe9


Comments

No comments written yet.

Please login to write comment.