Color Hex Logo

#fde8f0 Color Hex

#FDE8F0
(253,232,240)
0 Favorites   0 Comments

Color spaces of #fde8f0

RGB 253232240
HSL0.940.840.95
HSV337°99°
CMYK 0.000.080.05   0.01
XYZ85.092884.887194.3381
Yxy84.88710.32190.3212
Hunter Lab92.13423.62323.7857
CIE-Lab93.83448.4733-1.2959

#fde8f0 color RGB value is (253,232,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101000 11110000
Octal 375 350 360
Decimal 253 232 240
Hex FD E8 F0

RGB Percentages of Color #fde8f0

%34.90
%32.00
%33.10

CMYK Percentages of Color #fde8f0

%0
%8
%5
%1

Triadic Colors of #fde8f0

#fde8f0 #f0fde8 #e8f0fd

Analogous Colors of #fde8f0

#fde8f0 #fdebe8 #fde8fb

Monochromatic Colors of #fde8f0

#fde8f0

Complementary Color

#fde8f0 #e8fdf5

#fde8f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde8f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde8f0 Color CSS Codes

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

#fde8f0 Text Font Color

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

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


#fde8f0 Background Color

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

This div background color is #fde8f0


#fde8f0 Border Color

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

This div border color is #fde8f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde8f0


Comments

No comments written yet.

Please login to write comment.