Color Hex Logo

#fde3eb Color Hex

#FDE3EB
(253,227,235)
0 Favorites   0 Comments

Color spaces of #fde3eb

RGB 253227235
HSL0.950.870.94
HSV342°10°99°
CMYK 0.000.100.07   0.01
XYZ82.972581.819090.0168
Yxy81.81900.32560.3211
Hunter Lab90.45395.44224.3142
CIE-Lab92.494910.2109-0.6485

#fde3eb color RGB value is (253,227,235).

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

The process color (four color CMYK) of #fde3eb color hex is 0.00, 0.10, 0.07, 0.01. Web safe color of #fde3eb is #ffccff. Color #fde3eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100011 11101011
Octal 375 343 353
Decimal 253 227 235
Hex FD E3 EB

RGB Percentages of Color #fde3eb

%35.38
%31.75
%32.87

CMYK Percentages of Color #fde3eb

%0
%10
%7
%1

Triadic Colors of #fde3eb

#fde3eb #ebfde3 #e3ebfd

Analogous Colors of #fde3eb

#fde3eb #fde8e3 #fde3f8

Monochromatic Colors of #fde3eb

#fde3eb

Complementary Color

#fde3eb #e3fdf5

#fde3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde3eb Color CSS Codes

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

#fde3eb Text Font Color

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

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


#fde3eb Background Color

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

This div background color is #fde3eb


#fde3eb Border Color

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

This div border color is #fde3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde3eb


Comments

No comments written yet.

Please login to write comment.