Hex #fde6e7 Color

#fde6e7
equivalent to

RGB

(253, 230, 231)

Details of #fde6e7

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
253
83.2286
0.99
0.00
93.1219
83.2458
357°
91.2391
230
83.2458
0.85
0.09
7.9994
0.3280
3.1602
231
87.2827
0.95
0.09   0.01
2.3525
0.3281
99°
7.1678

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111101
375
253
FD
Green
11100110
346
230
E6
Blue
11100111
347
231
E7

RGB in % of #fde6e7

%35.43
%32.21
%32.35

CMYK in % of #fde6e7

%0
%9
%9
%1

Triads of color #fde6e7

#fde6e7 #e6e7fd #e7fde7

Similar Colors to #fde6e7

#fde6e7 #fde6f3 #fdf1e6

Preview Color #fde6e7 on black ground

#fde6e7 is very interesting for text.

Preview Color #fde6e7 on white ground

#fde6e7 is very interesting for text.

CSS Codes #fde6e7 color

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

Text Font Color #fde6e7

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

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

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

This div background color is #fde6e7


Border Color #fde6e7

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

The color of this border is #fde6e7


Examples Css3

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

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 #fde6e7">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #fde6e7