Color Hex Logo

#fdebdd Color Hex

#FDEBDD
(253,235,221)
0 Favorites   0 Comments

Color spaces of #fdebdd

RGB 253235221
HSL0.070.890.93
HSV26°13°99°
CMYK 0.000.070.13   0.01
XYZ83.267585.519880.5249
Yxy85.51980.33400.3430
Hunter Lab92.4769-1.110713.1067
CIE-Lab94.10663.82948.9745

#fdebdd color RGB value is (253,235,221).

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

The process color (four color CMYK) of #fdebdd color hex is 0.00, 0.07, 0.13, 0.01. Web safe color of #fdebdd is #ffffcc. Color #fdebdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 11011101
Octal 375 353 335
Decimal 253 235 221
Hex FD EB DD

RGB Percentages of Color #fdebdd

%35.68
%33.15
%31.17

CMYK Percentages of Color #fdebdd

%0
%7
%13
%1

Triadic Colors of #fdebdd

#fdebdd #ddfdeb #ebddfd

Analogous Colors of #fdebdd

#fdebdd #fdfbdd #fddddf

Monochromatic Colors of #fdebdd

#fdebdd

Complementary Color

#fdebdd #ddeffd

#fdebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdebdd Color CSS Codes

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

#fdebdd Text Font Color

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

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


#fdebdd Background Color

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

This div background color is #fdebdd


#fdebdd Border Color

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

This div border color is #fdebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdebdd

Related Colors


Comments

No comments written yet.

Please login to write comment.