Color Hex Logo

#fdffe1 Color Hex

#FDFFE1
(253,255,225)
1 Favorites   0 Comments

Color spaces of #fdffe1

RGB 253255225
HSL0.181.000.94
HSV64°12°100°
CMYK 0.010.000.12   0.00
XYZ89.858697.838985.3829
Yxy97.83890.32910.3583
Hunter Lab98.9135-10.939318.0599
CIE-Lab99.1583-5.640614.1179

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

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

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

Base Numbers

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

RGB Percentages of Color #fdffe1

%34.52
%34.79
%30.70

CMYK Percentages of Color #fdffe1

%1
%0
%12
%0

Triadic Colors of #fdffe1

#fdffe1 #e1fdff #ffe1fd

Analogous Colors of #fdffe1

#fdffe1 #eeffe1 #fff2e1

Monochromatic Colors of #fdffe1

#fdffe1

Complementary Color

#fdffe1 #e3e1ff

#fdffe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdffe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdffe1 Color CSS Codes

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

#fdffe1 Text Font Color

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

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


#fdffe1 Background Color

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

This div background color is #fdffe1


#fdffe1 Border Color

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

This div border color is #fdffe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdffe1

Related Colors


Comments

No comments written yet.

Please login to write comment.