Color Hex Logo

#fde3ec Color Hex

#FDE3EC
(253,227,236)
0 Favorites   0 Comments

Color spaces of #fde3ec

RGB 253227236
HSL0.940.870.94
HSV339°10°99°
CMYK 0.000.100.07   0.01
XYZ83.117481.876990.7800
Yxy81.87690.32500.3201
Hunter Lab90.48595.61413.8574
CIE-Lab92.520510.3786-1.1334

#fde3ec color RGB value is (253,227,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100011 11101100
Octal 375 343 354
Decimal 253 227 236
Hex FD E3 EC

RGB Percentages of Color #fde3ec

%35.34
%31.70
%32.96

CMYK Percentages of Color #fde3ec

%0
%10
%7
%1

Triadic Colors of #fde3ec

#fde3ec #ecfde3 #e3ecfd

Analogous Colors of #fde3ec

#fde3ec #fde7e3 #fde3f9

Monochromatic Colors of #fde3ec

#fde3ec

Complementary Color

#fde3ec #e3fdf4

#fde3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde3ec Color CSS Codes

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

#fde3ec Text Font Color

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

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


#fde3ec Background Color

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

This div background color is #fde3ec


#fde3ec Border Color

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

This div border color is #fde3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde3ec


Comments

No comments written yet.

Please login to write comment.