Color Hex Logo

#fffdd1 Color Hex

#FFFDD1
(255,253,209)
1 Favorites   0 Comments

Color spaces of #fffdd1

RGB 255253209
HSL0.161.000.91
HSV57°18°100°
CMYK 0.000.010.18   0.00
XYZ87.873996.114074.2420
Yxy96.11400.34030.3722
Hunter Lab98.0377-11.571723.7273
CIE-Lab98.4775-6.346121.3424

#fffdd1 color RGB value is (255,253,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 11010001
Octal 377 375 321
Decimal 255 253 209
Hex FF FD D1

RGB Percentages of Color #fffdd1

%35.56
%35.29
%29.15

CMYK Percentages of Color #fffdd1

%0
%1
%18
%0

Triadic Colors of #fffdd1

#fffdd1 #d1fffd #fdd1ff

Analogous Colors of #fffdd1

#fffdd1 #eaffd1 #ffe6d1

Monochromatic Colors of #fffdd1

#fffdd1

Complementary Color

#fffdd1 #d1d3ff

#fffdd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffdd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffdd1 Color CSS Codes

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

#fffdd1 Text Font Color

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

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


#fffdd1 Background Color

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

This div background color is #fffdd1


#fffdd1 Border Color

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

This div border color is #fffdd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffdd1

Related Colors


Comments

No comments written yet.

Please login to write comment.