Hex #faebd7 Color

#faebd7
equivalent to

RGB

(250, 235, 215)

Details of #faebd7

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
250
81.3984
0.10
0.00
93.7308
84.6470
34°
92.0038
235
84.6470
0.78
0.06
1.8427
0.3358
14°
-3.0820
215
76.3383
0.91
0.14   0.02
11.5169
0.3492
98°
15.2245

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111010
372
250
FA
Green
11101011
353
235
EB
Blue
11010111
327
215
D7

RGB in % of #faebd7

%35.71
%33.57
%30.71

CMYK in % of #faebd7

%0
%6
%14
%2

Triads of color #faebd7

#faebd7 #ebd7fa #d7fad7

Similar Colors to #faebd7

#faebd7 #fadad7 #f8fad7

Preview Color #faebd7 on black ground

#faebd7 is very interesting for text.

Preview Color #faebd7 on white ground

#faebd7 is very interesting for text.

CSS Codes #faebd7 color

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

Text Font Color #faebd7

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

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

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

This div background color is #faebd7


Border Color #faebd7

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

The color of this border is #faebd7


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #faebd7