Color Hex Logo

#fde3ea Color Hex

#FDE3EA
(253,227,234)
0 Favorites   0 Comments

Color spaces of #fde3ea

RGB 253227234
HSL0.960.870.94
HSV344°10°99°
CMYK 0.000.100.08   0.01
XYZ82.828481.761389.2579
Yxy81.76130.32630.3221
Hunter Lab90.42205.27134.7686
CIE-Lab92.469410.0440-0.1635

#fde3ea color RGB value is (253,227,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100011 11101010
Octal 375 343 352
Decimal 253 227 234
Hex FD E3 EA

RGB Percentages of Color #fde3ea

%35.43
%31.79
%32.77

CMYK Percentages of Color #fde3ea

%0
%10
%8
%1

Triadic Colors of #fde3ea

#fde3ea #eafde3 #e3eafd

Analogous Colors of #fde3ea

#fde3ea #fde9e3 #fde3f7

Monochromatic Colors of #fde3ea

#fde3ea

Complementary Color

#fde3ea #e3fdf6

#fde3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde3ea Color CSS Codes

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

#fde3ea Text Font Color

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

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


#fde3ea Background Color

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

This div background color is #fde3ea


#fde3ea Border Color

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

This div border color is #fde3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde3ea

Related Colors


Comments

No comments written yet.

Please login to write comment.