Color Hex Logo

#fffde8 Color Hex

#FFFDE8
(255,253,232)
1 Favorites   0 Comments

Color spaces of #fffde8

RGB 255253232
HSL0.151.000.95
HSV55°100°
CMYK 0.000.010.09   0.00
XYZ90.930897.336890.3392
Yxy97.33680.32640.3494
Hunter Lab98.6594-8.137014.7717
CIE-Lab98.9610-2.845910.2760

#fffde8 color RGB value is (255,253,232).

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

The process color (four color CMYK) of #fffde8 color hex is 0.00, 0.01, 0.09, 0.00. Web safe color of #fffde8 is #ffffff. Color #fffde8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 11101000
Octal 377 375 350
Decimal 255 253 232
Hex FF FD E8

RGB Percentages of Color #fffde8

%34.46
%34.19
%31.35

CMYK Percentages of Color #fffde8

%0
%1
%9
%0

Triadic Colors of #fffde8

#fffde8 #e8fffd #fde8ff

Analogous Colors of #fffde8

#fffde8 #f6ffe8 #fff2e8

Monochromatic Colors of #fffde8

#fffde8

Complementary Color

#fffde8 #e8eaff

#fffde8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffde8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffde8 Color CSS Codes

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

#fffde8 Text Font Color

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

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


#fffde8 Background Color

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

This div background color is #fffde8


#fffde8 Border Color

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

This div border color is #fffde8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffde8

Related Colors

#fffde8 Color Palettes


Comments

No comments written yet.

Please login to write comment.