Color Hex Logo

#fffddd Color Hex

#FFFDDD
(255,253,221)
1 Favorites   0 Comments

Color spaces of #fffddd

RGB 255253221
HSL0.161.000.93
HSV56°13°100°
CMYK 0.000.010.13   0.00
XYZ89.416496.731082.3648
Yxy96.73100.33300.3602
Hunter Lab98.3519-9.833019.1939
CIE-Lab98.7220-4.566215.5648

#fffddd color RGB value is (255,253,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 11011101
Octal 377 375 335
Decimal 255 253 221
Hex FF FD DD

RGB Percentages of Color #fffddd

%34.98
%34.71
%30.32

CMYK Percentages of Color #fffddd

%0
%1
%13
%0

Triadic Colors of #fffddd

#fffddd #ddfffd #fdddff

Analogous Colors of #fffddd

#fffddd #f0ffdd #ffecdd

Monochromatic Colors of #fffddd

#fffddd

Complementary Color

#fffddd #dddfff

#fffddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffddd Color CSS Codes

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

#fffddd Text Font Color

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

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


#fffddd Background Color

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

This div background color is #fffddd


#fffddd Border Color

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

This div border color is #fffddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffddd

Related Colors


Comments

No comments written yet.

Please login to write comment.