Color Hex Logo

#fde4da Color Hex

#FDE4DA
(253,228,218)
0 Favorites   0 Comments

Color spaces of #fde4da

RGB 253228218
HSL0.050.900.92
HSV17°14°99°
CMYK 0.000.100.14   0.01
XYZ80.906381.431477.7833
Yxy81.43140.33690.3391
Hunter Lab90.23932.119712.0615
CIE-Lab92.32336.95057.9762

#fde4da color RGB value is (253,228,218).

#fde4da hex color red value is 253, green value is 228 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fde4da hue: 0.05 , saturation: 0.90 and the lightness value of fde4da is 0.92.

The process color (four color CMYK) of #fde4da color hex is 0.00, 0.10, 0.14, 0.01. Web safe color of #fde4da is #ffcccc. Color #fde4da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100100 11011010
Octal 375 344 332
Decimal 253 228 218
Hex FD E4 DA

RGB Percentages of Color #fde4da

%36.19
%32.62
%31.19

CMYK Percentages of Color #fde4da

%0
%10
%14
%1

Triadic Colors of #fde4da

#fde4da #dafde4 #e4dafd

Analogous Colors of #fde4da

#fde4da #fdf6da #fddae2

Monochromatic Colors of #fde4da

#fde4da

Complementary Color

#fde4da #daf3fd

#fde4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde4da Color CSS Codes

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

#fde4da Text Font Color

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

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


#fde4da Background Color

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

This div background color is #fde4da


#fde4da Border Color

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

This div border color is #fde4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde4da


Comments

No comments written yet.

Please login to write comment.