Color Hex Logo

#fde8eb Color Hex

#FDE8EB
(253,232,235)
0 Favorites   0 Comments

Color spaces of #fde8eb

RGB 253232235
HSL0.980.840.95
HSV351°99°
CMYK 0.000.080.07   0.01
XYZ84.360084.594090.4793
Yxy84.59400.32520.3261
Hunter Lab91.97502.76506.0567
CIE-Lab93.70797.63151.1219

#fde8eb color RGB value is (253,232,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101000 11101011
Octal 375 350 353
Decimal 253 232 235
Hex FD E8 EB

RGB Percentages of Color #fde8eb

%35.14
%32.22
%32.64

CMYK Percentages of Color #fde8eb

%0
%8
%7
%1

Triadic Colors of #fde8eb

#fde8eb #ebfde8 #e8ebfd

Analogous Colors of #fde8eb

#fde8eb #fdf0e8 #fde8f6

Monochromatic Colors of #fde8eb

#fde8eb

Complementary Color

#fde8eb #e8fdfa

#fde8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde8eb Color CSS Codes

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

#fde8eb Text Font Color

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

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


#fde8eb Background Color

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

This div background color is #fde8eb


#fde8eb Border Color

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

This div border color is #fde8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde8eb


Comments

No comments written yet.

Please login to write comment.