Hex #fde3e4 Color

#fde3e4
equivalent to

RGB

(253, 227, 228)

Details of #fde3e4

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
253
81.9807
0.99
0.00
92.3193
81.4223
358°
90.2343
227
81.4223
0.87
0.10
9.0563
0.3303
10°
4.2633
228
84.7940
0.94
0.10   0.01
2.7515
0.3281
99°
7.4677

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111101
375
253
FD
Green
11100011
343
227
E3
Blue
11100100
344
228
E4

RGB in % of #fde3e4

%35.73
%32.06
%32.20

CMYK in % of #fde3e4

%0
%10
%10
%1

Triads of color #fde3e4

#fde3e4 #e3e4fd #e4fde4

Similar Colors to #fde3e4

#fde3e4 #fde3f1 #fdefe3

Preview Color #fde3e4 on black ground

#fde3e4 is very interesting for text.

Preview Color #fde3e4 on white ground

#fde3e4 is very interesting for text.

CSS Codes #fde3e4 color

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

Text Font Color #fde3e4

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

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


Background Color #fde3e4

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

This div background color is #fde3e4


Border Color #fde3e4

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

The color of this border is #fde3e4


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #fde3e4