Hex #fad4ba Color

#fad4ba
equivalent to

RGB

(250, 212, 186)

Details of #fad4ba

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
250
71.8308
0.07
0.00
87.4637
70.9561
24°
84.2355
212
70.9561
0.86
0.15
9.4718
0.3607
26°
4.8020
186
56.3644
0.85
0.26   0.02
17.7982
0.3563
98°
19.3054

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111010
372
250
FA
Green
11010100
324
212
D4
Blue
10111010
272
186
BA

RGB in % of #fad4ba

%38.58
%32.72
%28.70

CMYK in % of #fad4ba

%0
%15
%26
%2

Triads of color #fad4ba

#fad4ba #d4bafa #bafaba

Similar Colors to #fad4ba

#fad4ba #fabac0 #faf4ba

Preview Color #fad4ba on black ground

#fad4ba is very interesting for text.

Preview Color #fad4ba on white ground

#fad4ba is very interesting for text.

CSS Codes #fad4ba color

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

Text Font Color #fad4ba

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

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

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

This div background color is #fad4ba


Border Color #fad4ba

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

The color of this border is #fad4ba


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #fad4ba