Hex #faefa5 Color

#faefa5
equivalent to

RGB

(250, 239, 165)

Details of #faefa5

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
250
77.0824
0.15
0.00
93.7855
84.7736
52°
92.0726
239
84.7736
0.89
0.04
-6.9381
0.3675
34°
-11.6879
165
47.8976
0.81
0.34   0.02
37.1788
0.4042
98°
33.6170

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111010
372
250
FA
Green
11101111
357
239
EF
Blue
10100101
245
165
A5

RGB in % of #faefa5

%38.23
%36.54
%25.23

CMYK in % of #faefa5

%0
%4
%34
%2

Triads of color #faefa5

#faefa5 #efa5fa #a5faa5

Similar Colors to #faefa5

#faefa5 #fac5a5 #dbfaa5

Preview Color #faefa5 on black ground

#faefa5 is very interesting for text.

Preview Color #faefa5 on white ground

#faefa5 is very interesting for text.

CSS Codes #faefa5 color

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

Text Font Color #faefa5

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

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

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

This div background color is #faefa5


Border Color #faefa5

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

The color of this border is #faefa5


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #faefa5