Color Hex Logo

#fdf0de Color Hex

#FDF0DE
(253,240,222)
2 Favorites   0 Comments

Color spaces of #fdf0de

RGB 253240222
HSL0.100.890.93
HSV35°12°99°
CMYK 0.000.050.12   0.01
XYZ84.852988.476781.7127
Yxy88.47670.33270.3469
Hunter Lab94.0621-3.584714.3376
CIE-Lab95.36131.438710.2528

#fdf0de color RGB value is (253,240,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110000 11011110
Octal 375 360 336
Decimal 253 240 222
Hex FD F0 DE

RGB Percentages of Color #fdf0de

%35.38
%33.57
%31.05

CMYK Percentages of Color #fdf0de

%0
%5
%12
%1

Triadic Colors of #fdf0de

#fdf0de #defdf0 #f0defd

Analogous Colors of #fdf0de

#fdf0de #fbfdde #fde1de

Monochromatic Colors of #fdf0de

#fdf0de

Complementary Color

#fdf0de #deebfd

#fdf0de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf0de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf0de Color CSS Codes

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

#fdf0de Text Font Color

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

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


#fdf0de Background Color

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

This div background color is #fdf0de


#fdf0de Border Color

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

This div border color is #fdf0de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf0de

Related Colors


Comments

No comments written yet.

Please login to write comment.