Color Hex Logo

#fffde1 Color Hex

#FFFDE1
(255,253,225)
0 Favorites   0 Comments

Color spaces of #fffde1

RGB 255253225
HSL0.161.000.94
HSV56°12°100°
CMYK 0.000.010.12   0.00
XYZ89.955996.946885.2056
Yxy96.94680.33060.3563
Hunter Lab98.4616-9.227617.6154
CIE-Lab98.8072-3.950313.6403

#fffde1 color RGB value is (255,253,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 11100001
Octal 377 375 341
Decimal 255 253 225
Hex FF FD E1

RGB Percentages of Color #fffde1

%34.79
%34.52
%30.70

CMYK Percentages of Color #fffde1

%0
%1
%12
%0

Triadic Colors of #fffde1

#fffde1 #e1fffd #fde1ff

Analogous Colors of #fffde1

#fffde1 #f2ffe1 #ffeee1

Monochromatic Colors of #fffde1

#fffde1

Complementary Color

#fffde1 #e1e3ff

#fffde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffde1 Color CSS Codes

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

#fffde1 Text Font Color

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

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


#fffde1 Background Color

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

This div background color is #fffde1


#fffde1 Border Color

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

This div border color is #fffde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffde1


Comments

No comments written yet.

Please login to write comment.