Color Hex Logo

#fdf2de Color Hex

#FDF2DE
(253,242,222)
0 Favorites   0 Comments

Color spaces of #fdf2de

RGB 253242222
HSL0.110.890.93
HSV39°12°99°
CMYK 0.000.040.12   0.01
XYZ85.445089.660881.9101
Yxy89.66080.33250.3489
Hunter Lab94.6894-4.633114.9944
CIE-Lab95.85590.424110.9593

#fdf2de color RGB value is (253,242,222).

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

The process color (four color CMYK) of #fdf2de color hex is 0.00, 0.04, 0.12, 0.01. Web safe color of #fdf2de is #ffffcc. Color #fdf2de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110010 11011110
Octal 375 362 336
Decimal 253 242 222
Hex FD F2 DE

RGB Percentages of Color #fdf2de

%35.29
%33.75
%30.96

CMYK Percentages of Color #fdf2de

%0
%4
%12
%1

Triadic Colors of #fdf2de

#fdf2de #defdf2 #f2defd

Analogous Colors of #fdf2de

#fdf2de #f9fdde #fde3de

Monochromatic Colors of #fdf2de

#fdf2de

Complementary Color

#fdf2de #dee9fd

#fdf2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf2de Color CSS Codes

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

#fdf2de Text Font Color

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

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


#fdf2de Background Color

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

This div background color is #fdf2de


#fdf2de Border Color

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

This div border color is #fdf2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf2de

Related Colors


Comments

No comments written yet.

Please login to write comment.