Hex #fafad2 Color

#fafad2
equivalent to

RGB

(250, 250, 210)

Details of #fafad2

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
250
85.2428
0.17
0.00
97.3688
93.3484
60°
96.6170
250
93.3484
0.80
0.00
-6.4780
0.3368
16°
-11.5929
210
74.4980
0.90
0.16   0.02
19.2287
0.3688
98°
21.9306

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111010
372
250
FA
Green
11111010
372
250
FA
Blue
11010010
322
210
D2

RGB in % of #fafad2

%35.21
%35.21
%29.58

CMYK in % of #fafad2

%0
%0
%16
%2

Triads of color #fafad2

#fafad2 #fad2fa #d2fad2

Similar Colors to #fafad2

#fafad2 #fae6d2 #e6fad2

Preview Color #fafad2 on black ground

#fafad2 is very interesting for text.

Preview Color #fafad2 on white ground

#fafad2 is very interesting for text.

CSS Codes #fafad2 color

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

Text Font Color #fafad2

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

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

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

This div background color is #fafad2


Border Color #fafad2

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

The color of this border is #fafad2


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #fafad2